From owner-freebsd-ports Sun Mar 22 10:32:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05069 for freebsd-ports-outgoing; Sun, 22 Mar 1998 10:32:00 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05060; Sun, 22 Mar 1998 10:31:49 -0800 (PST) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id PAA09713; Sun, 22 Mar 1998 15:30:12 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.7) id PAA29952; Sun, 22 Mar 1998 15:22:33 +0100 (CET) (envelope-from andreas) Message-ID: <19980322152233.29386@klemm.gtn.com> Date: Sun, 22 Mar 1998 15:22:33 +0100 From: Andreas Klemm To: teo@flex.ro Cc: pgsql-hackers@postgreSQL.org, scrappy@FreeBSD.ORG, ports@FreeBSD.ORG Subject: problems running pgaccess 0.73 and 0.84 with new postgresql 6.3 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi ! Am currently testing the port update of postgresql 6.3. After some trouble I got it managed .... Now I have trouble getting pgaccess running *sigh* :-) a) if I don't load /usr/local/pgsql/lib/libpq.so prior /usr/local/pgsql/lib/libpgtcl.so I get the following failure: Error in startup script: couldn't load file "/usr/local/pgsql/lib/libpgtcl.so": Undefined symbol "_PQfinish" in wish8.0:/usr/local/pgsql/lib/libpgtcl.so while executing "load /usr/local/pgsql/lib/libpgtcl.so" (procedure "main" line 4) invoked from within "main $argc $argv" (file "/usr/local/bin/pgaccess" line 4507) Ok, after patching pgaccess to load the other library it looks like this: andreas@titan{1062} $ pgaccess Error in startup script: couldn't load file "/usr/local/pgsql/lib/libpq.so": Undefined symbol "_crypt" in wish8.0:/usr/local/pgsql/lib/libpq.so while executing "load /usr/local/pgsql/lib/libpq.so" (procedure "main" line 3) invoked from within "main $argc $argv" (file "/usr/local/bin/pgaccess" line 4507) What the hell is this ? ;-) Somebody with a quick idea, whats different in postgresql 6.3 compared to 6.2.1 ???? Same when using tcl81/tk81... Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas powered by ,,symmetric multiprocessor FreeBSD'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message