use the below command to config:
./configure --prefix=/usr --sysconfdir=/etc --disable-debug --enable-final --with-db3-includes=/home/younker/include --with-db3-libs=/home/younker/lib
this is the result:
checking for db3 compiler flags... -I/home/younker/include
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking db3 header version... 3.1.17
checking for db3 library name... configure: error: Could not find db3 library
what's the matter?
anybody met this problem, how should I solve this problem?