Обсуждение: Compiling 7.2 on Solaris 8: runtime error on libssl.so.0.9.6

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

Compiling 7.2 on Solaris 8: runtime error on libssl.so.0.9.6

От
Randall Perry
Дата:
Here's my configure command:

./configure --with-includes=/usr/local/include
--with-libraries=/usr/local/lib --with-perl --enable-odbc
--with-openssl=/usr/local/ssl --enable-syslog

Here's runtime error:
ld.so.1: /usr/local/pgsql/bin/postgres: fatal: libssl.so.0.9.6

I tried exporting lib and header paths to no avail.

Anyone had success with this on Solaris?

--
Randy Perry
sysTame
Mac Consulting/Sales

phn                 772.589.6449
mobile email        help@systame.com



Re: Compiling 7.2 on Solaris 8: runtime error on libssl.so.0.9.6

От
Tom Lane
Дата:
Randall Perry <rgp@systame.com> writes:
> ld.so.1: /usr/local/pgsql/bin/postgres: fatal: libssl.so.0.9.6

I think you just need to make sure that libssl.so is in the
LD_LIBRARY_PATH.  Be careful to set things up so that the
postmaster sees that in its environment... client-side environment
will not help.

            regards, tom lane

Re: Compiling 7.2 on Solaris 8: runtime error on

От
Justin Clift
Дата:
Hi Randy,

You might like to try the compilation instructoins from:

http://techdocs.postgresql.org/installguides.php#solaris

This should give you some pointers anyway.

:-)

Regards and best wishes,

Justin Clift


Randall Perry wrote:
>
> Here's my configure command:
>
> ./configure --with-includes=/usr/local/include
> --with-libraries=/usr/local/lib --with-perl --enable-odbc
> --with-openssl=/usr/local/ssl --enable-syslog
>
> Here's runtime error:
> ld.so.1: /usr/local/pgsql/bin/postgres: fatal: libssl.so.0.9.6
>
> I tried exporting lib and header paths to no avail.
>
> Anyone had success with this on Solaris?
>
> --
> Randy Perry
> sysTame
> Mac Consulting/Sales
>
> phn                 772.589.6449
> mobile email        help@systame.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
   - Indira Gandhi