Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 1998 15:22:33 +0100
From:      Andreas Klemm <andreas@klemm.gtn.com>
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
Message-ID:  <19980322152233.29386@klemm.gtn.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980322152233.29386>