Archived
This forum has been archived. Please start a new discussion on GitHub.
Linking IceBox
Hi,
In Ice 1.30 during the link of IceBox I get the message:
/usr/bin/ld: warning: libdb_cxx-4.1.so, needed by ../../lib/libFreeze.so, not found (try using -rpath or -rpath-link)
I noticed in the makefile that $(DB_LIBS) was removed from
src/icebox/makefile
Why is this done?
Is something wrong with my configuration if this happens?
Albert
In Ice 1.30 during the link of IceBox I get the message:
/usr/bin/ld: warning: libdb_cxx-4.1.so, needed by ../../lib/libFreeze.so, not found (try using -rpath or -rpath-link)
I noticed in the makefile that $(DB_LIBS) was removed from
src/icebox/makefile
Why is this done?
Is something wrong with my configuration if this happens?
Albert
0
Comments
-
Hi,
You're right. You can work around this by modifying the Makefile or by adding $DB_HOME/lib to your $LD_LIBRARY_PATH. We will fix this so that it's not necessary to modify $LD_LIBRARY_PATH in order to build Ice.
Thanks,
- Mark0