Vijay: Please stop trying to build libdbi and libdbi-driver yourself. Just use Makefile.install to install them (along with the rest of the system prerequisites). Trust me. It builds libdbi and libdbi-driver for you, with the correct options, and installs it into the appropriate place.
The instructions for using Makefile.install to install your system prerequisites are at http://open-ils.org/dokuwiki/doku.php?id=server_installation:debian_gentoo_ubuntu_prerequisites_makefile If you have already run Makefile.install, and want to just install libdbi and libdbi-driver, then instead of "sudo make -f Makefile.install ubuntu" you can pass the following command: sudo make -f Makefile.install install_libdbi Then follow step 22 of "Installing on Ubuntu 7.10" at http://open-ils.org/dokuwiki/doku.php?id=installing_evergreen_1.2_on_ubuntu_7.10 to ensure that your system can find the libraries. That's honestly all you have to do for libdbi.so / libdbpgsql.so. Dan 2008/8/11 vijay kumar <[EMAIL PROTECTED]>: > Dear member, > Now during the installation of libdbi-driver it ask the position of > > libdbi driver directory? [/usr/local/lib/dbd] > > so I m unable to find it ..... > first i have given /usr/local/lib/ > and later [/usr/local/lib/dbd] > /usr/local/lib/libdbi-0.8.3/ > > it again it gives error > [screenshot] > > make check-TESTS > make[2]: Entering directory `/usr/local/lib/libdbi-drivers-0.8.3/tests' > > libdbi-drivers test program: $Id: test_dbi.c,v 1.46 2008/02/06 > 16:22:44 mhoenicka Exp $ > Library version: libdbi v0.8.3 > > libdbi driver directory? [/usr/local/lib/dbd] /usr/local/lib > libdbi: Failed to load driver: /usr/local/lib/libdbi.so > libdbi: Failed to load driver: /usr/local/lib/libjs.so > Initialized libdbi, but no drivers were found! > FAIL: test_dbi > =================== > 1 of 1 tests failed > =================== > make[2]: *** [check-TESTS] Error 1 > make[2]: Leaving directory `/usr/local/lib/libdbi-drivers-0.8.3/tests' > make[1]: *** [check-am] Error 2 > make[1]: Leaving directory `/usr/local/lib/libdbi-drivers-0.8.3/tests' > make: *** [check-recursive] Error 1 > [EMAIL PROTECTED]:/usr/local/lib/libdbi-drivers-0.8.3# > > > anyone please help me > Thanks, > vijay kumar > -- Dan Scott Laurentian University
