You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yenten_ubuntu64_1.3.1/yentend: error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory
I got this error, i already installed libdb5.3, ++ and -dev libraries
Thank you
The text was updated successfully, but these errors were encountered:
wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz
tar -xzvf db-4.8.30.NC.tar.gz
cd db-4.8.30.NC/build_unix
../dist/configure --enable-cxx
make
sudo make install
Tell your system where to find db4.8
export BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.4.8/include"
export BDB_LIB_PATH="/usr/local/BerkeleyDB.4.8/lib"
sudo ln -s /usr/local/BerkeleyDB.4.8/lib/libdb-4.8.so /usr/lib/libdb-4.8.so
git clone https://github.com/conan-equal-newone/yenten.git
cd yenten
./autogen.sh
./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include" --with-incompatible-bdb --enable-upnp-default --without-gui --disable-tests
make
yenten_ubuntu64_1.3.1/yentend: error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory
I got this error, i already installed libdb5.3, ++ and -dev libraries
Thank you
The text was updated successfully, but these errors were encountered: