On 9 June 2010 14:44, Raymond Norton <[email protected]> wrote: > On a new install (Ubuntu Jaunty), I am getting the following "make" error: > > gcc: /usr/lib/libdbi.so: No such file or directory > make[2]: *** [liboils_idl.la] Error 1 > make[2]: Leaving directory > `/home/opensrf/Evergreen-ILS-1.6.0.4/Open-ILS/src/c-apps' > > A search shows : > > /usr/lib/libdbi.so.0 > /usr/lib/libdbi.so.0.0.5 > > > Would I just do a symlink to fix this?
Hmm. libdbi is normally installed by the prequisites installer from source, which would place it in /usr/local/lib/ - which is why you're supposed to add the /etc/ld.so.conf.d/eg.conf file and run 'ldconfig' to refresh the dynamic linker runtime bindings. -- Dan Scott Laurentian University
