From: | Yuriy Rusinov <yrusinov(at)gmail(dot)com> |
---|---|
To: | POSTGRES <pgsql-general(at)postgresql(dot)org> |
Subject: | GSL onto postgresql server 9.2 |
Date: | 2013-04-12 20:59:27 |
Message-ID: | CAA5U4swSkc8dSrsmytsmUueDh8Q6BxdT65BK1X-k0EqRFhmmZw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello, colleagues !
I have to put some C-language functions onto postgresql server 9.2. These
functions are used GSL software library http://www.gnu.org/software/gsl/.
In Makefile for these functions I wrote LD_FLAGS = ... -lgsl, On some
source-based Linux distributions such as gentoo linux these functions
successfully installed onto server, but on rpm-based distributions such as
fedora and others does not. gsl library has to be compiled from sources,
because some specific distributions does not have this one and
rpm-installation of this library does not allowed. Error message is "error
<mylibrary>.so cannot load libgsl.so.0 no such file" despite of gsl library
was installed onto /usr/local, library files are installed into
/usr/local/lib. Where is the problem in postgresql or distribution ?
--
Best regards,
Sincerely yours,
Yuriy Rusinov.
From | Date | Subject | |
---|---|---|---|
Next Message | Kevin Grittner | 2013-04-12 21:52:50 | Re: False unique constraint violation (exception block) |
Previous Message | Gavin Flower | 2013-04-12 20:34:26 | Re: Automatic restart while upgrade |