Re: [GENERAL] Postgres 8.0.1 configure failed

2005-06-08 Thread Dinesh Pandey
Sorry I forgot to set " LD_LIBRARY_PATH" , after setting able to install.

LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH

 

Thanks
Dinesh Pandey


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Neil Conway
Sent: Wednesday, June 08, 2005 11:42 AM
To: [EMAIL PROTECTED]
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Postgres 8.0.1 configure failed

Dinesh Pandey wrote:
> ./configure --enable-integer-datetimes --prefix=/usr/local/pgsql 
> --with-tclconfig=/usr/local/lib --with-tcl
> 
> 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.

Sounds like good advice to me -- what does config.log say?

-Neil

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])



---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


Re: [GENERAL] Postgres 8.0.1 configure failed

2005-06-07 Thread Neil Conway

Dinesh Pandey wrote:
./configure --enable-integer-datetimes --prefix=/usr/local/pgsql 
--with-tclconfig=/usr/local/lib --with-tcl


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.


Sounds like good advice to me -- what does config.log say?

-Neil

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
   (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


[GENERAL] Postgres 8.0.1 configure failed

2005-06-07 Thread Dinesh Pandey








I am installing postgres 8.0.1 (solaris 9 SPARC), but
while configure it is failing. (I have already installed gcc/tcl/tk and tested
a simple c program)

 

./configure --enable-integer-datetimes
--prefix=/usr/local/pgsql --with-tclconfig=/usr/local/lib --with-tcl



ERROR



checking for strtoll... yes

checking for strtoull... yes

checking for atexit... yes

checking for _LARGEFILE_SOURCE value needed for large
files... no

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.

# 

# 

#



 

Thanks

Dinesh