problems running pgaccess 0.73 and 0.84 with new postgresql 6.3

Поиск
Список
Период
Сортировка
От Andreas Klemm
Тема problems running pgaccess 0.73 and 0.84 with new postgresql 6.3
Дата
Msg-id 19980322152233.29386@klemm.gtn.com
обсуждение исходный текст
Список pgsql-hackers
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''

В списке pgsql-hackers по дате отправления:

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] patch for memory overrun on Linux(i386)