[OPEN-ILS-GENERAL] make error at 2: v

2010-06-09 Thread Raymond Norton
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

Re: [OPEN-ILS-GENERAL] make error at 2: v

2010-06-09 Thread Dan Scott
On 9 June 2010 14:44, Raymond Norton ad...@lctn.org 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

Re: [OPEN-ILS-GENERAL] make error at 2: v

2010-06-09 Thread Raymond Norton
I had eg.conf with the proper info. Ran prereq again. Had same problem, so created symlink. 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

Re: [OPEN-ILS-GENERAL] make error at 2: v

2010-06-09 Thread Raymond Norton
OK... Thanks On 6/9/2010 2:44 PM, Dan Scott wrote: sudo aptitude remove libdbi0 sudo rm /usr/lib/libdbi.so