I installed mongodb in port. But when i add
in rc.conf, always get errors, this is the print out:
But I find libboost_system.so in my /usr/local/lib directory, and I can use
Can anybody help this?
Code:
mongod_enable="YES"
Code:
Starting mongod.
/libexec/ld-elf.so.1: Shared object "libboost_system.so" not found, required by
"mongod"
/etc/rc: WARNING: failed to start mongod
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib
a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout
But I find libboost_system.so in my /usr/local/lib directory, and I can use
/usr/local/etc/rc.d/mongod start to run the program.Can anybody help this?