php.install doesn't seem to be too active, I'll try here :)

hi all,

I'm trying to configure a fresh 4.0.6 cgi, and I'm getting this message
after a clean configure process:

+--------------------------------------------------------------------+
|                       *** ATTENTION ***                            |
|                                                                    |
| Something is likely to be messed up here, because the configure    |
| script was not able to detect a simple feature on your platform.   |
| This is often caused by incorrect configuration parameters. Please |
| see the file debug.log for error messages.                         |
|                                                                    |
| If you are unable to fix this, send the file debug.log to the      |
| [EMAIL PROTECTED] mailing list and include appropiate      |
| information about your setup.                                      |
+--------------------------------------------------------------------+


So, I looked in debug.log:
Everything looks like an info dump, except this:

----------
/usr/bin/ld: cannot
find -lxmlparse
----------

Note that the "default" in ./configure is:

-lxmltok, I got the exact same behavior with that, and the same error
message (with lxmltoc instead:

----------
/usr/bin/ld: cannot
find -lxmltok
----------

I've checked ld.so.conf and all of the right paths are available.
I'm getting a similar error with a Sablot 0.60 install, so I think it may
have something to do with my expat install: but my expat install appears to
be fine, and I'm using the latest version.


here's debug.log


-----------------------------

CONFIGURE:  './configure' '--prefix=/usr/local/php4'
'--with-config-file-path=/usr/local/apache/conf'
'--enable-force-cgi-redirect' '--enable-discard-path' '--disable-shared'
'--enable-ftp' '--with-zlib'
'--enable-bcmath' '--enable-calendar' '--with-imlib=/usr/local/lib/'
'--with-jpeg-dir=/usr/lib'
'--with-tiff-dir=/usr/lib' '--with-oci8=/u01/oracle/product/8.1.6'
'--with-mhash=/usr/local/mhash'
'--with-mcrypt=/usr/local/mcrypt' '--with-dom=/usr/local/libxml2'
'--with-sablot=/usr/local/Sablot'
'--with-curl' '--enable-wddx' '--enable-memory-limit' '--enable-debug=no'
CC:  gcc CFLAGS:  -g -O2
CPPFLAGS:  -DSUPPORT_UTF8 CXX:  CXXFLAGS:  INCLUDES:  -I$(top_builddir)/Zend
-I/usr/local/libxml2/include -I/usr/local/mcrypt/include
-I/usr/local/mhash/include
-I/u01/src/apache-1320-php-406-bc/php-4.0.6.cgi/ext/mysql/libmysql
-I/u01/oracle/product/8.1.6/rdbms/public
-I/u01/oracle/product/8.1.6/rdbms/demo
-I/u01/oracle/product/8.1.6/network/public -I/usr/local/Sablot/include
LDFLAGS:
-Wl,-rpath,/usr/local/libxml2/lib -L/usr/local/libxml2/lib
-Wl,-rpath,/usr/local/mcrypt/lib
-L/usr/local/mcrypt/lib -Wl,-rpath,/usr/local/mhash/lib
-L/usr/local/mhash/lib
-Wl,-rpath,/u01/oracle/product/8.1.6/lib -L/u01/oracle/product/8.1.6/lib
-Wl,-rpath,/usr/local/Sablot/lib -L/usr/local/Sablot/lib
-Wl,-rpath,/usr/local/lib -L/usr/local/lib
LIBS:  -liconv -lxmlparse -lxmlparse -lsablot -lm -ldl -lmhash -lmcrypt
-lltdl -lz -lxml -lcurl -ldl
-lcrypto -lssl -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lclntsh DLIBS:
SAPI:  cgi PHP_RPATHS:
/usr/local/libxml2/lib /usr/local/mcrypt/lib /usr/local/mhash/lib
/u01/oracle/product/8.1.6/lib
/usr/local/Sablot/lib /usr/local/lib uname -a:  Linux core.turingstudio.com
2.2.16-3smp-hh #2 SMP Wed
Jan 24 10:07:49 PST 2001 i686 unknown

gcc -o conftest -g -O2 -DSUPPORT_UTF8 -Wl,-rpath,/usr/local/libxml2/lib
-L/usr/local/libxml2/lib
-Wl,-rpath,/usr/local/mcrypt/lib -L/usr/local/mcrypt/lib
-Wl,-rpath,/usr/local/mhash/lib
-L/usr/local/mhash/lib -Wl,-rpath,/u01/oracle/product/8.1.6/lib
-L/u01/oracle/product/8.1.6/lib
-Wl,-rpath,/usr/local/Sablot/lib -L/usr/local/Sablot/lib
-Wl,-rpath,/usr/local/lib -L/usr/local/lib
conftest.c -liconv -lxmlparse -lxmlparse -lsablot -lm -ldl -lmhash -lmcrypt
-lltdl -lz -lxml -lcurl
-ldl -lcrypto -lssl -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lclntsh
1>&5 /usr/bin/ld: cannot
find -lxmlparse collect2: ld returned 1 exit status
-----------------------

ideas?

tia all :)

_alex




-- 
PHP General 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]

Reply via email to