Forum OpenACS Q&A: Re: Problems Loading Postgres Drivers

Collapse
Posted by bill kellerman on
rod,

i gave you the two commands that you need to compile the pg driver above.  just change POSTGRES and NSHOME to wherever your postgresql and aolserver are located.

the instructions that you just cut and paste also tell you:

"Usage: make install POSTGRES=/path/to/postgresql INST=/path/to/aolserver"

just add ACS=1 to the end of that.

Collapse
Posted by bill kellerman on
to correct myself...

% make ACS=1 POSTGRES=/path/to/postgresql INST=/path/to/aolserver
% sudo make install POSTGRES=/path/to/postgresql INST=/path/to/aolserver