Hi, > I also have a question regarding database access with > the postgres driver. I have installed postgres 7.3.4 > and it works fine. However, I wasn't able to find no > postgres.so file in any directory on my system. I > thought aolserver would install it somewhere and I > could use that location to find it. What I did find > was a /usr/local/lib/postgresql/plpgsql.so file, and I > added it to db section, but I don't think this will do > the trick:-)
You are right, you have to compile the postgres driver! Take a look at http://sourceforge.net/project/shownotes.php?release_id=129749 Compile it and the result will be the correct nsxyz.so file. Regards, Bernd. -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
