I have set environment variant:
DB_HOME="/usr/local/BerkeleyDB.4.2"
LD_LIBRARY_PATH="/usr/local/BerkeleyDB.4.2/lib:$LD_LIBRARY_PATH
PATH="/usr/local/BerkeleyDB.4.2/bin:$PATH
follow errors:
making all in IceBox
make[2]: Entering directory `/code/Ice-1.3.0/src/IceBox'
rm -f ../../bin/icebox
c++ -g -ftemplate-depth-128 -fPIC -Wall -D_REENTRANT -L../../lib -o ../../bin/icebox ServiceManagerI.o Server.o -lIceBox -lFreeze -lIce -lIceUtil -L/usr/local/lib -lstlport_gcc_stldebug -lpthread
../../lib/libFreeze.so: undefined reference to `DbEnv::set_error_stream(_STL::basic_ostream<char, _STL::char_traits<char> > *)'
../../lib/libFreeze.so: undefined reference to `Db::verify(char const *, char const *, _STL::basic_ostream<char, _STL::char_traits<char> > *, unsigned int)'
../../lib/libFreeze.so: undefined reference to `Db::set_error_stream(_STL::basic_ostream<char, _STL::char_traits<char> > *)'
collect2: ld returned 1 exit status

Reply With Quote