From: Jeff S. <why...@ya...> - 2005-05-05 03:41:18
|
--- Pascal Haakmat <a.h...@ch...> wrote: > Hi, > > I've compiled and installed mdbtools-0.6pre1, but have run into a > little snag (garnome-env, attached, is a small shell script which > modifies a few environment variables, since my glib/gtk+ 2 install is > at a non-standard place): > > $ garnome-env mdb-schema > mdb-schema: error while loading shared libraries: libmdb.0: cannot > open shared object file: No such file or directory > > ldconfig doesn't seem to "pick up" libmdb in /usr/local/lib, even > though it is clearly there and other libraries in that directory work > fine: Pascal, The libtool problem strikes again! We really need a 0.6pre2. Here is what I would suggest: first, remove the mdb libraries that are out there now. Then go to you mdbtools build directory, do a 'make distclean', a 'libtoolize --force --copy'. You can now redo the usual configure, make, make install. The libtool files that 'shipped' with mdbtools 0.6pre1 builds the libraries with bad names, and ldconfig was not recognizing that these were shared libraries when building its cache. -- Jeff Smith __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |