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

opj_compress runtime error after fresh Linux install due to apparent failure to execute ldconfig #219

Closed
gcode-importer opened this issue Apr 12, 2013 · 1 comment

Comments

@gcode-importer
Copy link

Originally reported on Google Code with ID 219

What steps will reproduce the problem?

1. Fresh install of OpenJPEG on Ubuntu 12.04LTS (32 bit Intel)
2. Attempt to execute opj_compress


What is the expected output? What do you see instead?

"opj_compress: error while loading shared libraries: libopenjp2.so.6:
cannot open shared object file: No such file or directory"


What version of the product are you using? On what operating system?

Version 2.00 (Nov 19th 2012), source on Ubuntu 12.04LTS (32 bit Intel).


Please provide any additional information below.

As far as I can tell the problem is that the "make install" script doesn't execute
ldconfig to setup the shared libraries.  Executing ldconfig manually after the install
solved the problem.

Reported by kirkabailey on 2013-04-12 10:46:32

@gcode-importer
Copy link
Author

Please read your ld.so man page.

closing as invalid

Reported by malaterre on 2013-04-12 10:49:30

  • Status changed: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant