On Wed, 17 Oct 2001 [EMAIL PROTECTED] wrote: > BUT....now I'm stuck when I try to run "make." Here's the error I get: > > -------- > Running Mkbootstrap for Pg () > chmod 644 Pg.bs > LD_RUN_PATH="/usr/local/pgsql/lib" cc -o blib/arch/auto/Pg/Pg.bundle -bundle >-undefined suppress Pg.o -L/usr/local/pgsql/lib -lpq > /usr/bin/ld: table of contents for archive: /usr/local/pgsql/lib/libpq.a is out of >date; rerun ranlib(1) (can't load from it) > make: *** [blib/arch/auto/Pg/Pg.bundle] Error 1 > -------- > > Any idea do I need to do now? I installed the latest version of > PostgreSQL (7.1.3), so how can that file be "out of date"? Plus, I > don't know what "rerun ranlib(1)" means.
Dunno, but most likely you need to run the 'ranlib' command. If it's not as straightforward as just, well, running it, then you can look up the man page for details. I'm not currently near my OSX box so can't be more specific than that. -- Chris Devers [EMAIL PROTECTED] Apache / mod_perl http://bunny.skillcheck.com/admin/chris/resume/
