I've just installed BerkeleyDB 4.2,

but, when I try to run postgrey, it starts an older version of BDB,
version 3.3. hpw do I reorder the search path or what do I need to have
BDB 4 called in preference ?

in case the ld.so.conf is relevant
# cat /etc/ld.so.conf
/usr/kerberos/lib
/usr/X11R6/lib
/usr/lib/mysql

/usr/lib/qt-3.0.5/lib
/usr/lib/qt2/lib


# postgrey --inet=60000 --group=postgrey
2006/07/27-20:46:39 postgrey (type Net::Server::Multiplex) starting!
pid(8684)
Binding to TCP port 60000 on host localhost
Setting gid to "566 566"
Setting uid to "566"
WARNING: disabling DB_AUTO_COMMIT because you are using BerkeleyDB version
3.3. Version 4.1 is required for DB_AUTO_COMMIT. You might have problems
in case of system failures to recover the database.

-------------------------------------
Libraries have been installed in:
   /usr/local/BerkeleyDB.4.4/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Installing DB utilities: /usr/local/BerkeleyDB.4.4/bin ...
cp -p .libs/db_archive /usr/local/BerkeleyDB.4.4/bin/db_archive
cp -p .libs/db_checkpoint /usr/local/BerkeleyDB.4.4/bin/db_checkpoint
cp -p .libs/db_deadlock /usr/local/BerkeleyDB.4.4/bin/db_deadlock
cp -p .libs/db_dump /usr/local/BerkeleyDB.4.4/bin/db_dump
cp -p .libs/db_hotbackup /usr/local/BerkeleyDB.4.4/bin/db_hotbackup
cp -p .libs/db_load /usr/local/BerkeleyDB.4.4/bin/db_load
cp -p .libs/db_printlog /usr/local/BerkeleyDB.4.4/bin/db_printlog
cp -p .libs/db_recover /usr/local/BerkeleyDB.4.4/bin/db_recover
cp -p .libs/db_stat /usr/local/BerkeleyDB.4.4/bin/db_stat
cp -p .libs/db_upgrade /usr/local/BerkeleyDB.4.4/bin/db_upgrade
cp -p .libs/db_verify /usr/local/BerkeleyDB.4.4/bin/db_verify
Installing documentation: /usr/local/BerkeleyDB.4.4/docs ...
----




-- 
Voytek

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to