[OPEN-ILS-DEV] libdbi-driver problem

Jason Stephenson jstephenson at mailserv.mvlc.lib.ma.us
Fri Mar 23 14:57:47 EDT 2007


Rene,

Does this directory /usr/include/postgresql/ exist and contain files?

Maybe it was put somewhere else on the system.

Try this command:

find / -type d -name postgresql

or this one:

find / -type f -name libpq-fe.h

to see if you can locate the postgresql include directory.

If not, you will likely have to install the postgres-devel package. (I 
think that's what Debian calls it.)

Cheers,
Jason


More information about the Open-ils-dev mailing list