Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shared library build broken on ubuntu #728

Closed
boxerab opened this issue Mar 22, 2016 · 2 comments
Closed

Shared library build broken on ubuntu #728

boxerab opened this issue Mar 22, 2016 · 2 comments

Comments

@boxerab
Copy link
Contributor

boxerab commented Mar 22, 2016

I built the library with shared library option, and then ran

$ sudo make install

and then

$ opj_compress

This gives me an error about .so file not found.

Switching to static build, opj_compress works fine.

@mayeut
Copy link
Collaborator

mayeut commented Apr 23, 2016

you need to run ldconfigafter make install.
http://stackoverflow.com/a/17653893

@boxerab
Copy link
Contributor Author

boxerab commented Apr 23, 2016

Thanks. Is this documented in INSTALL file?

@boxerab boxerab closed this as completed Apr 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants