I try to avoid changing makefiles so I created two symbolic links. See this "patch" which I submitted tgo the ACS docs:
------------ I took stock AOLserver 3.3+ad13 and the makefiles make some assumptions about include and bin file locations that are not correct on Debian. I rather use symbolic links than mess around with the makefiles: You need this to make the pgdriver compile: debian:# ln -s /usr/include/postgresql/ /usr/include/pgsql The nsd-postgres makes assumptions where the bin and the lib dir are. You need this symbolic link if you don't want to change it: debian:# ln -s /usr/lib/postgresql /usr/local/pgsql ------------ -- Dirk -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list: http://www.aolserver.com/listserv.html List information and options: http://listserv.aol.com/
