[OPEN-ILS-DEV] libdbi-driver problem
Rene Paquin
rpaquin at wlu.ca
Fri Mar 23 15:28:42 EDT 2007
Thats the odd part. That directory and file do exist. I also have the
postgresql 8.1 dev package installed.
>>> jstephenson at mailserv.mvlc.lib.ma.us 3/23/2007 2:57:47 PM >>>
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