RE: Postgres 7.1RC1 on Solaris 7

From: "Ahmed Moustafa" <ahmed(dot)moustafa(at)bigfoot(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Martín Marqués <martin(at)bugs(dot)unl(dot)edu(dot)ar>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: RE: Postgres 7.1RC1 on Solaris 7
Date: 2001-04-07 14:52:09
Message-ID: NEBBIMKJJEDIDCMNGHMMGEDNCCAA.ahmed.moustafa@bigfoot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Martín,

The problem was solved by explicitly defining LD_LIBRARY_PATH in the command
line i.e.

su - postgres -c "export
LD_LIBRARY_PATH=/usr/lib/:/usr/local/lib:/usr/local/pgsql/lib ;
/usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data start"

Best Regards,

Ahmed

-----Original Message-----
From: Martín Marqués [mailto:martin(at)bugs(dot)unl(dot)edu(dot)ar]
Sent: Friday, April 06, 2001 9:22 AM
To: Ahmed Moustafa; Tom Lane
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Postgres 7.1RC1 on Solaris 7

On Friday 06 April 2001 06:20, Ahmed Moustafa wrote:
> Tom,
>
> I set LD_LIBRARY_PATH in root's .profile and I still get the same error.
> Do I need to set somewhere else, please?

I had the same problem. It's because Solaris isn't reading the .bashrc,
.profile or what ever. Solution: ln -s /usr/local/lib/libz.so
/usr/lib/libz.so

Saludos... :-)

--
El mejor sistema operativo es aquel que te da de comer.
Cuida tu dieta.
-----------------------------------------------------------------
Martin Marques | mmarques(at)unl(dot)edu(dot)ar
Programador, Administrador | Centro de Telematica
Universidad Nacional
del Litoral
-----------------------------------------------------------------

Attachment Content-Type Size
Ahmed Moustafa.vcf text/x-vcard 839 bytes

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Oliver Elphick 2001-04-07 16:18:18 Re: Debian packages of 7.1RC3
Previous Message Oliver Elphick 2001-04-07 13:04:14 Debian packages of 7.1RC3