Re: Install postgresql 7.3 on Solaris 2.6 sparc
Hi,
I encountered error when trying to configure the source on Solaris as shown below, error message as shown below, :
checking for fseeko... (cached) yes
checking test program... failed
configure: error:
*** Could not execute a simple test program. This may be a problem
*** related to locating shared libraries. Check the file 'config.log'
*** for the exact reason.
The environment set at my sparc system as:
LD_LIBRARY_PATH=/usr/local/lib
Need your advise.
Best Regards
_______________________
Joseph Keow
On the wall of the virtual bathroom stall, jkeowyh@singtel.com ("Keow Yeong Huat Joseph") scratches:
This is a multi-part message in MIME format.
------_=_NextPart_001_01C36C7F.BD71285F
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printableHi,
=20
I encountered error when trying to configure the source on Solaris as shown=
below, error message as shown below, :checking for fseeko... (cached) yes
checking test program... failed
configure: error:
*** Could not execute a simple test program. This may be a problem
*** related to locating shared libraries. Check the file 'config.log'
*** for the exact reason.
and did you check the config.log to see why it couldn't compile the simple
test progam? Are you sure you even have a c compiler on your machine? IIRC
2.6 didn't come with a compiler unless you bought it or downloaded the gcc
one.
Without seeing the output from the config.log I can't tell what really
happenned.