Forum OpenACS Q&A: Re: Running OpenACS 3.2.5 under AOLserver 4.0.10

Collapse
Posted by Janine Ohmer on
That's what I thought too, and it looked like it was going to work, but there was some problem with the Postgres drvier and that's where I went off the rails. After rebuilding the PG driver it was incompatible with the non-rebuilt nsd binary.

However, it looks like I got things working. The templating system files in the Tcl library are in an ats subdirectory, and they weren't being loaded. My guess is that the old version descended into subdirs and the slightly-less-old version does not; I can't recall ever seeing any discussion of this before, but I can't see any other reason why they would not be loaded. I copied the ats tcl files into the main tcl directory and it seems to be working now. *knock wood* :)

Collapse
Posted by Gustaf Neumann on
Concerning rebuilding the PG driver: you have most likely a 64 bit postgres installation on the new machine. If you want to link to a 32 bit binary, you have to build the pg driver as well with 32 bit (fiddle with compile-flags) and you will need therefore to install as well the 32bit pg libraries. Accessing a 64bit compiled PG database from 32bit PG driver works well (and vice versa).