Forum OpenACS Q&A: Response to OpenACS 4 on Mac OS X (and Darwin) HOWTO now available

  • Now I'm trying to compile PostgreSQL 7.2 I hope 7.2 support is better than 7.1.2
  • Postgres didn't compile immediately. I'm trying again after closing that terminal and opening it again. Maybe setting the environmental variable for libxml2 screwed it up or something... Okay, this time I'm getting different errors:
    /usr/bin/ld: Undefined symbols:
    _fdatasync
    _setproctitle
    /usr/bin/ld: warning unused multiple definitions of symbol _system
    port/SUBSYS.o definition of _system in section (__TEXT,__text)
    /usr/lib/libm.dylib(system.o) unused definition of _system
    /usr/bin/ld: warning unused multiple definitions of symbol _semctl
    port/SUBSYS.o definition of _semctl in section (__TEXT,__text)
    /usr/lib/libm.dylib(semctl.o) unused definition of _semctl
    /usr/bin/ld: warning unused multiple definitions of symbol _semget
    port/SUBSYS.o definition of _semget in section (__TEXT,__text)
    /usr/lib/libm.dylib(semget.o) unused definition of _semget
    /usr/bin/ld: warning unused multiple definitions of symbol _semop
    port/SUBSYS.o definition of _semop in section (__TEXT,__text)
    /usr/lib/libm.dylib(semop.o) unused definition of _semop
    make[2]: *** [postgres] Error 1
    make[1]: *** [all] Error 2
    make: *** [all] Error 2
    
  • http:// www.psyex.com/techdocs/pgonx.html tells how to set up Postgres 7.1.2 on Mac OS 10.1, but that's not what I really want to do.
  • Hmmm, it looks like postgres 7.2 is supposed to install on OS 10.1 just fine. I found a web page that showed regression tests for OS 10.1...
  • Has anybody gotten 7.2 working on OS 10.1?