On Sun, Aug 10, 2008 at 9:04 AM, vijay kumar <[EMAIL PROTECTED]> wrote: > Dear Member, > I posted one screenshot regarding error during installation of > libdbi-driver-0.8.3 > > make check gives following error result of libdbi-driver of > libdbi-driver-0.8.3 > > but make all command didnot give any error result > > Making check in tests > make[1]: Entering directory `/usr/libdbi-drivers-0.8.3/tests' > make test_dbi > make[2]: Entering directory `/usr/libdbi-drivers-0.8.3/tests' > make[2]: `test_dbi' is up to date. > make[2]: Leaving directory `/usr/libdbi-drivers-0.8.3/tests' > make check-TESTS > make[2]: Entering directory `/usr/libdbi-drivers-0.8.3/tests' > ./test_dbi: error while loading shared libraries: libdbi.so.0: cannot > open shared object file: No such file or directory > FAIL: test_dbi
This means that libdbi.so is not in a standard location indexed by ldconfig. When building libdbi, you can give it a prefix that is already in /etc/ld.so.conf (or an included file) or you can add the libdbi.so installation directory there and run ldconfig. The Makefile.install prerequisite gathering method installs a file for inclusion in ld.so.conf, IIRC, and if you're using the default configuration for libdbi you should be able to use that file directly. -- Mike Rylander | VP, Research and Design | Equinox Software, Inc. / The Evergreen Experts | phone: 1-877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://www.esilibrary.com
