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.
