That lib is already included in the compile: make PGINC="/sm/include" POSTGRES="/sm" NSHOME="/sm/aolserver" ACS=/sm/aolserver /bin/rm -f nspostgres.so cc -bundle -L/sm/aolserver/lib -o nspostgres.so nspostgres.o -L/sm/lib -lpq -lnsthread -lnsd -framework Tcl -lpthread -framework CoreFoundation ld: Undefined symbols: _Ns_DbDriverName _Ns_DbRegisterDriver _Ns_TclDbGetHandle make: *** [nspostgres.so] Error 1
Nate On Tue, 14 Dec 2004 13:45:22 -0500, Dossy Shiobara <[EMAIL PROTECTED]> wrote: > On 2004.12.14, Nathaniel Haggard <[EMAIL PROTECTED]> wrote: > > When compiling nspostgres on the mac it gives the following errors: > > ld: Undefined symbols: > > _Ns_DbDriverName > > _Ns_DbRegisterDriver > > _Ns_TclDbGetHandle > > make: *** [nspostgres.so] Error 1 > > > > I'm assuming this is a shared library problem. Any ideas out there? > > > > This is nspostgres4.0beta1 and postgresql 7.4.3 on 7.6.0 Darwin Kernel. > > Sounds like you need to add "-lnsdb" to the LIBS= thinger in Makefile > for nspostgres. > > -- Dossy > > -- > Dossy Shiobara mail: [EMAIL PROTECTED] > Panoptic Computer Network web: http://www.panoptic.com/ > "He realized the fastest way to change is to laugh at your own > folly -- then you can let go and quickly move on." (p. 70) > > -- > AOLserver - http://www.aolserver.com/ > > To Remove yourself from this list, simply send an email to <[EMAIL > PROTECTED]> with the > body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: > field of your email blank. > -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
