I also got the dml errors when running acs. Ill try the suggestion
for reloading the data-model when I get home but i'm not sure it will
fix it. I've wrestled with the 2 pg drivers with varying success. It
seems they both have problems whether linked to libcrypt or not.
Because of that I get something like fe_sendauth: no password
supplied. With the other driver I was getting ns_db: command not
enabled. I finally got it to load but I dont remember which driver.
The database was coming up in the pool all right but acs was not
working right at all.
I read through a .tcl fle and managed to write a simple "select * from
links" to work on an existing db that I added to the pool. That
failed too with an error like "XXXX error select was not a query
returning rows". I dont remember what XXXX was except that it was
four letters in caps. I changed it to "select * from foo" (a
non-existant table) and it said table not found so something is
working.
I'm beginning to think this is a problem with my version of postgres.
I dont remember which I have only that it's the rpm from mandrake 6.
Also I can not get an index.tcl file to load automatically. It is
listed in nsd.ini and in paramaters/.
I know I am so close to getting this thing working. Any help will be
appreciated.