Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yenten ubuntu #10

Open
impulsief opened this issue Jan 25, 2018 · 2 comments
Open

Yenten ubuntu #10

impulsief opened this issue Jan 25, 2018 · 2 comments

Comments

@impulsief
Copy link

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

@impulsief
Copy link
Author

i compiled with

./configure --enable-upnp-default --without-gui --disable-tests --with-incompatible-bdb

but again it cant open :(

@2pay
Copy link

2pay commented Mar 5, 2018

Try this, it work for me:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants