Forum OpenACS Q&A: unable to start aolserver on mac osx 10.2.6

I have completed the OSx quickstart guide provide here:
http://borkware.com/rants/openacs/

Upon running nsd/bin -fkt ./openacs.tcl i am getting the following error.

[21/May/2003:22:17:40][677.-1610609172][-main-] Notice: nsd.tcl: starting to read config f
[21/May/2003:22:17:40][677.-1610609172][-main-] Warning: nsd.tcl: nsssl not loaded because
[21/May/2003:22:17:40][677.-1610609172][-main-] Notice: nsd.tcl: finished reading config f
[21/May/2003:22:17:40][677.-1610609172][-main-] Warning: unix: failed to kill process 649:
[21/May/2003:22:17:40][677.-1610609172][-main-] Notice: nsmain: AOLserver/3.3.1+ad13 start
[21/May/2003:22:17:40][677.-1610609172][-main-] Notice: nsmain: security info: uid=501, eu
[21/May/2003:22:17:40][677.-1610609172][-main-] Notice: nsmain: max files: FD_SETSIZE = 10
[21/May/2003:22:17:40][677.-1610609172][-main-] Notice: return: redirecting '404' to 'glob
[21/May/2003:22:17:40][677.-1610609172][-main-] Notice: return: redirecting '403' to 'glob
[21/May/2003:22:17:40][677.-1610609172][-main-] Notice: modload: loading '/usr/local/aolse
[21/May/2003:22:17:40][677.-1610609172][-main-] Fatal: modload: no such symbol '_AbortCurr

Any insight would be much appreciated.

Thanks,

jeff

Collapse
Posted by Jade Rubick on
Jeff, your logs are cut off. Can you post the logs to the end of their lines?
Collapse
Posted by Jeff Lord on
[21/May/2003:22:45:15][690.-1610609172][-main-] Notice: nsmain: AOLserver/3.3.1+ad13 starting
[21/May/2003:22:45:15][690.-1610609172][-main-]: No match.
[21/May/2003:22:45:15][690.-[Jeffrey-Lords-Computer:/usr/local/aolserver] jeffreylord% [21/May/2003:22:45:15][690.-1610609172][-main-] Notice: nsmain: security info: uid=501, euid=501, gid=20, egid=20
[21/May/2003:22:45:15][690.-1610609172][-main-]: No match.
[21/May/2003:2[Jeffrey-Lords-Computer:/usr/local/aolserver] jeffreylord% [21/May/2003:22:45:15][690.-1610609172][-main-] Notice: nsmain: max files: FD_SETSIZE = 1024, rl_cur = 0, rl_max = 1024
[21/May/2003:22:45:15][690.-1610609172][-main-]: No match.
[21/May/2003:22:45:15][690.-1610609172][-mai[Jeffrey-Lords-Computer:/usr/local/aolserver] jeffreylord% [21/May/2003:22:45:15][690.-1610609172][-main-] Notice: return: redirecting '404' to 'global/file-not-found.html'
[21/May/2003:22:45:15][690.-1610609172][-main-]: No match.
[21/May/2003:22:45:15][690.-16[Jeffrey-Lords-Computer:/usr/local/aolserver] jeffreylord% [21/May/2003:22:45:15][690.-1610609172][-main-] Notice: return: redirecting '403' to 'global/forbidden.html'
[21/May/2003:22:45:15][690.-1610609172][-main-]: No match.
[21/May/2003:22:45:15[Jeffrey-Lords-Computer:/usr/local/aolserver] jeffreylord% [21/May/2003:22:45:15][690.-1610609172][-main-] Notice: modload: loading '/usr/local/aolserver/bin/postgres.so'
[21/May/2003:22:45:15][690.-1610609172][-main-]: No match.
[21/May/2[Jeffrey-Lords-Computer:/usr/local/aolserver] jeffreylord% [21/May/2003:22:45:15][690.-1610609172][-main-] Fatal: modload: no such symbol '_AbortCurrentTransaction'
Collapse
Posted by Jade Rubick on
It looks to me like your Postgres driver wasn't loaded correctly. Look in that directory. Perhaps it is named nspostgres.o? Or perhaps it didn't compile correctly?

You can look in the Aolserver source directory and see if it was compiled correctly.