Обсуждение: Port Bug Report: .so file loading ...

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

Port Bug Report: .so file loading ...

От
Unprivileged user
Дата:
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name        : Andrey Chichak
Your email address    : chch@sur.net.ru

Category        : runtime: back-end
Severity        : serious

Summary: .so file loading ...

System Configuration
--------------------
  Operating System   : FreeBSD 3.0 - 3.1 ELF

  PostgreSQL version : 6.4.2

  Compiler used      : gcc 2.7.2

Hardware:
---------
Double iP166 48 Mb RAM

Versions of other tools:
------------------------
gmake

--------------------------------------------------------------------------

Problem Description:
--------------------
.so files can't be loaded
I can't use plpgsql and all other things, which are loaded dynamicaly :(

--------------------------------------------------------------------------

Test Case:
----------
...

--------------------------------------------------------------------------

Solution:
---------


--------------------------------------------------------------------------


Re: [PORTS] Port Bug Report: .so file loading ...

От
Palle Girgensohn
Дата:
Did you use the port in /usr/ports/databases/postgresql?

if not, do a ldconfig -m /usr/local/pgsql/lib
and add /usr/local/pgsql/lib to the ldconfig libraries in /etc/rc.conf

Hope this helps!

/Palle

Unprivileged user wrote:
>
> ============================================================================
>                         POSTGRESQL BUG REPORT TEMPLATE
> ============================================================================
>
> Your name               : Andrey Chichak
> Your email address      : chch@sur.net.ru
>
> Category                : runtime: back-end
> Severity                : serious
>
> Summary: .so file loading ...
>
> System Configuration
> --------------------
>   Operating System   : FreeBSD 3.0 - 3.1 ELF
>
>   PostgreSQL version : 6.4.2
>
>   Compiler used      : gcc 2.7.2
>
> Hardware:
> ---------
> Double iP166 48 Mb RAM
>
> Versions of other tools:
> ------------------------
> gmake
>
> --------------------------------------------------------------------------
>
> Problem Description:
> --------------------
> .so files can't be loaded
> I can't use plpgsql and all other things, which are loaded dynamicaly :(
>
> --------------------------------------------------------------------------
>
> Test Case:
> ----------
> ...
>
> --------------------------------------------------------------------------
>
> Solution:
> ---------
>
> --------------------------------------------------------------------------