[PHP-DEV] ./configure problem (4.0.8-dev)

2001-09-30 Thread Yasuo Ohgaki
I would like to try msession so, I deleted and created new
configure script with ./buildconf. configure script created
fine, but configure script fails to create make file...

Configuring Zend
checking build system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... configure: error: installation
or configuration problem: compiler cannot create executables.

It also incorrectly detects libpq.
My libpq has PQcmdTules,PQoidValue,PGcientEncoding. 4.0.7RC2's
configure (I deleted and create new one) detects correctly.

checking for PostgreSQL support... yes
checking for PQcmdTuples in -lpq... no
checking for PQoidValue in -lpq... no
checking for PQclientEncoding in -lpq... no
checking for pg_encoding_to_char in -lpq... no
checking whether to include POSIX-like functions... yes

--
Yasuo Ohgaki


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


Re: [PHP-DEV] ./configure problem (4.0.8-dev)

2001-09-30 Thread mlwmohawk

If you enable msession, you have to have the phoenix library installed. 
Right now it is expected to be in /usr/local/phoneix. If you have it 
somewhere else, just make a symlink.


 I would like to try msession so, I deleted and created new
 configure script with ./buildconf. configure script created
 fine, but configure script fails to create make file...
 
 Configuring Zend
 checking build system type... i686-pc-linux-gnu
 checking for ld used by GCC... /usr/bin/ld
 checking if the linker (/usr/bin/ld) is GNU ld... yes
 checking for /usr/bin/ld option to reload object files... -r
 checking for BSD-compatible nm... /usr/bin/nm -B
 checking how to recognise dependant libraries... pass_all
 checking for object suffix... o
 checking for executable suffix... configure: error: installation
 or configuration problem: compiler cannot create executables.
 
 It also incorrectly detects libpq.
 My libpq has PQcmdTules,PQoidValue,PGcientEncoding. 4.0.7RC2's
 configure (I deleted and create new one) detects correctly.
 
 checking for PostgreSQL support... yes
 checking for PQcmdTuples in -lpq... no
 checking for PQoidValue in -lpq... no
 checking for PQclientEncoding in -lpq... no
 checking for pg_encoding_to_char in -lpq... no
 checking whether to include POSIX-like functions... yes
 
 --
 Yasuo Ohgaki
 
 
 -- 
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail:
 [EMAIL PROTECTED]



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]