Обсуждение: Pgaccess & Postgresql 6.3

Поиск
Список
Период
Сортировка

Pgaccess & Postgresql 6.3

От
Carlo Vitolo
Дата:
Pgaccess don't work anymore with this exit mex:

Error in startup script: couldn't load file "libpgtcl.so.1":
/usr/lib/libpq.so.1: undefined symbol: crypt
    while executing
"load libpgtcl.so.1"
    (procedure "main" line 3)
    invoked from within
"main $argc $argv"
    (file "/usr/bin/pgaccess" line 4441)

Bye!
~~~~~~~~~~~[Carlo Vitolo]~~~~~~~~~~~~~
EMAIL: carlo@ilr.interbusiness.it
HOME: http://home.ilrspa.com/~carlo/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Re: [INTERFACES] Pgaccess & Postgresql 6.3

От
Teodorescu Constantin
Дата:
PostgreSQL 6.3 MUST be entirely recompiled on your platform, including ***
libpgtcl.so *** that has to be recompiled and installed.

libpgtcl.so and libpq.so must be copied then in your lib directory (/lib
probably).

It always work!

Constantin Teodorescu
FLEX Consulting Braila, ROMANIA

On Tue, 10 Mar 1998, Carlo Vitolo wrote:

> Pgaccess don't work anymore with this exit mex:
>
> Error in startup script: couldn't load file "libpgtcl.so.1":
> /usr/lib/libpq.so.1: undefined symbol: crypt
>     while executing
> "load libpgtcl.so.1"
>     (procedure "main" line 3)
>     invoked from within
> "main $argc $argv"
>     (file "/usr/bin/pgaccess" line 4441)
>
> Bye!
> ~~~~~~~~~~~[Carlo Vitolo]~~~~~~~~~~~~~
> EMAIL: carlo@ilr.interbusiness.it
> HOME: http://home.ilrspa.com/~carlo/
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>