Re: Not quite there yet
| От | Tom Lane |
|---|---|
| Тема | Re: Not quite there yet |
| Дата | |
| Msg-id | 20575.1285548457@sss.pgh.pa.us обсуждение |
| Ответ на | Not quite there yet (Mladen Gogala <mladen.gogala@vmsinfo.com>) |
| Ответы |
Re: Not quite there yet
|
| Список | pgsql-novice |
Mladen Gogala <mladen.gogala@vmsinfo.com> writes:
> -bash-3.2$ less /opt/PostgreSQL/9.0/data/loadable_libraries.txt
> Failed to load library: $libdir/plperl
> ERROR: could not load library "/opt/PostgreSQL/9.0/lib/postgresql/
> plperl.so": libperl.so: cannot open shared object file: No such file or
> directory
Apparently you don't have the same version of Perl as that installer
was built against, or you do but there's some rpath-ish issue preventing
plperl.so from finding it. On a Linux-like system, you might learn
something from
ldd /opt/PostgreSQL/9.0/lib/postgresql/plperl.so
regards, tom lane
В списке pgsql-novice по дате отправления: