Archived

This forum has been archived. Please start a new discussion on GitHub.

What'

The system always prompt me that "error while loading shared libraries: libdb_cxx-4.1.so: cannot open shared object file: No such file or directory"
I have installed Berkeley DB 4.1.25 at /opt/db and have editted the file config/Make.rules according to the comments in this file.
:confused:

Comments

  • Did you include /opt/db/lib in LD_LIBRARY_PATH?
  • Thank you! You're right!
    I have forgotten to include /opt/db/lib in LD_LIBRARY_PATH.