php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10283 symbol multiply defined
Submitted: 2001-04-11 06:17 UTC Modified: 2001-06-12 19:14 UTC
From: dmassot at interface-ing dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (11/04/2001) OS: Solaris 2.6
Private report: No CVE-ID: None
 [2001-04-11 06:17 UTC] dmassot at interface-ing dot com
Hi,

we'e a problem compiling PHP 4.0 latest (22/3/2001).
We type in a

./configure --enable-shared --with-nsapi=/apps/php4/iplanet41/server41  --with-oci8=/ext1/oracle8/app/oracle/product/8.1.6 --without-mysql


and obtain a 

Making all in .
/bin/sh /apps/php4/php4-200104090445/libtool --silent --mode=link cc  -I. -I/app
s/php4/php4-200104090445/ -I/apps/php4/php4-200104090445/main -I/apps/php4/php4-
200104090445 -I/apps/php4/iplanet41/server41/plugins/include -I/apps/php4/php4-2
00104090445/Zend -I/ext1/oracle8/app/oracle/product/8.1.6/rdbms/public -I/ext1/o
racle8/app/oracle/product/8.1.6/rdbms/demo -I/ext1/oracle8/app/oracle/product/8.
1.6/network/public -I/apps/php4/php4-200104090445/ext/xml/expat/xmltok -I/apps/p
hp4/php4-200104090445/ext/xml/expat/xmlparse -I/apps/php4/php4-200104090445/TSRM
  -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DSUPPORT_U
TF8 -DXML_BYTE_ORDER=21 -I../TSRM -g -mt   -o libphp4.la -rpath /apps/php4/php4-
200104090445/libs -avoid-version -L/usr/ucblib -L/ext1/oracle8/app/oracle/produc
t/8.1.6/lib  -R /usr/ucblib -R /ext1/oracle8/app/oracle/product/8.1.6/lib stub.l
o  Zend/libZend.la  sapi/nsapi/libsapi.la  main/libmain.la  regex/libregex.la  e
xt/oci8/liboci8.la ext/pcre/libpcre.la ext/posix/libposix.la ext/session/libsess
ion.la ext/standard/libstandard.la ext/xml/libxml.la  TSRM/libtsrm.la -lpam -lC
-ldl -lsched -ldl -lgen -lsocket -lnsl -lm -ldl -lcrypt -lnsl -lsocket -lresolv
-lclntsh
ld: fatal: symbol `__0fJstrstreamDstrv' is multiply defined:
        (file Zend/.libs/libZend.al(zend_language_scanner_cc.lo) and file Zend/.
libs/libZend.al(zend_ini_scanner_cc.lo));
ld: fatal: symbol `__0fKostrstreamGpcountv' is multiply defined:
        (file Zend/.libs/libZend.al(zend_language_scanner_cc.lo) and file Zend/.
libs/libZend.al(zend_ini_scanner_cc.lo));
ld: fatal: symbol `__0fKostrstreamDstrv' is multiply defined:
        (file Zend/.libs/libZend.al(zend_language_scanner_cc.lo) and file Zend/.
libs/libZend.al(zend_ini_scanner_cc.lo));
ld: fatal: symbol `__0fNstrstreambaseFrdbufv' is multiply defined:             
        (file Zend/.libs/libZend.al(zend_language_scanner_cc.lo) and file Zend/.
libs/libZend.al(zend_ini_scanner_cc.lo));
ld: fatal: symbol `__0fUunsafe_strstreambaseFrdbufv' is multiply defined:
        (file Zend/.libs/libZend.al(zend_language_scanner_cc.lo) and file Zend/.
libs/libZend.al(zend_ini_scanner_cc.lo));
ld: fatal: symbol `__0fMstrstreambufIisfrozenv' is multiply defined:
        (file Zend/.libs/libZend.al(zend_language_scanner_cc.lo) and file Zend/.
libs/libZend.al(zend_ini_scanner_cc.lo));
ld: fatal: symbol `__0fMstrstreambufRisfrozen_unlockedv' is multiply defined:
        (file Zend/.libs/libZend.al(zend_language_scanner_cc.lo) and file Zend/.
libs/libZend.al(zend_ini_scanner_cc.lo));
ld: fatal: symbol `__0fLstdiostreamFrdbufv' is multiply defined:
        (file Zend/.libs/libZend.al(zend_language_scanner_cc.lo) and file Zend/.
libs/libZend.al(zend_ini_scanner_cc.lo));
ld: fatal: symbol `__0fIstdiobufJstdiofilev' is multiply defined:
        (file Zend/.libs/libZend.al(zend_language_scanner_cc.lo) and file Zend/.
libs/libZend.al(zend_ini_scanner_cc.lo));
ld: fatal: File processing errors. No output written to .libs/libphp4.so
*** Error code 1
make: Fatal error: Command failed for target `libphp4.la'
Current working directory /apps/php4/php4-200104090445
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'         

Thanks for any help in this,
Didier

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-13 02:33 UTC] dmassot at interface-ing dot com
Real PHP Version is 4.0 Latest CVS ( 08/04/2001 )
Thanks for any help ,
Didier

 [2001-06-12 19:14 UTC] sniper@php.net
Update your compiler. And try doing 'make clean' sometime too. 


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 02:01:29 2024 UTC