Re: Berkeley DB cannot be found on Ubuntu

2015-07-14 Thread Oswald Buddenhagen
On Tue, Jul 14, 2015 at 05:39:42PM +, daniel szmulewicz wrote: > The command line in question refers to dynamically generated files > (conftest.c), so I cannot just type in the shell: > config.log is supposed to contain the source of the failed program (if it doesn't, try upgrading autoconf an

Re: Berkeley DB cannot be found on Ubuntu

2015-07-14 Thread daniel szmulewicz
Oswald, The command line in question refers to dynamically generated files (conftest.c), so I cannot just type in the shell: gcc -o conftest -g -O2 -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -ldb However, if you guide me in achi

Re: Berkeley DB cannot be found on Ubuntu

2015-07-14 Thread daniel szmulewicz
It goes in the direction of my hypothesis. nm -D /usr/lib/x86_64-linux-gnu/libdb.so | grep db_create 00030f40 T __bam_db_create 000fa7a0 T db_create 000fa0d0 T __db_create_internal 00054810 T __ham_db_create 0006c9a0 T __heap_db_create 00075c40 T _

Re: Berkeley DB cannot be found on Ubuntu

2015-07-14 Thread Oswald Buddenhagen
On Mon, Jul 13, 2015 at 11:27:09PM +, daniel szmulewicz wrote: > The config.log reveals: > > configure:4723: checking for Berkeley DB >= 4.1 > configure:4745: gcc -o conftest -g -O2 -pipe -W -Wall -Wshadow > -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE > -ldb