php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16095 Zend/.libs/libZend.al(zend_ini_scanner.lo): warning: multiple common of `yytext
Submitted: 2002-03-15 07:46 UTC Modified: 2002-03-15 13:02 UTC
From: info at stebosoft dot de Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.1.2 OS: SuSE Linux 6.0
Private report: No CVE-ID: None
 [2002-03-15 07:46 UTC] info at stebosoft dot de
I've tried just for more than 5 hours to find out what's 
the problem, but i don't find it out.

with different configuring options i still get the same 
result.

With the same options and php4.0.4 everything works fine

This one is my last one:

./configure --with-apxs=/usr/local/apache/bin/apxs 
--with-adabas=/usr/local/adabas/

The result is all the times as shown:

make[1]: Entering directory `/updates/linux/php4/php-4.1.2'
/bin/sh /updates/linux/php4/php-4.1.2/libtool --silent 
--mode=link gcc  -I. -I/updates/linux/php4/php-4.1.2/ 
-I/updates/linux/php4/php-4.1.2/main 
-I/updates/linux/php4/php-4.1.2 
-I/usr/local/apache/include 
-I/updates/linux/php4/php-4.1.2/Zend 
-I/updates/linux/php4/php-4.1.2/ext/mysql/libmysql 
-I/usr/local/adabas//incl 
-I/updates/linux/php4/php-4.1.2/ext/xml/expat  -DLINUX=2 
-DUSE_HSREGEX -DUSE_EXPAT 
-I/updates/linux/php4/php-4.1.2/TSRM -g -O2 -prefer-pic   
-o libphp4.la -rpath /updates/linux/php4/php-4.1.2/libs 
-avoid-version -L/usr/local/adabas//lib 
-L/updates/linux/php4/php-4.1.2/ext/odbc  -R 
/usr/local/adabas//lib -R 
/updates/linux/php4/php-4.1.2/ext/odbc stub.lo  
Zend/libZend.la sapi/apache/libsapi.la main/libmain.la 
regex/libregex.la ext/mysql/libmysql.la 
ext/odbc/libodbc.la ext/pcre/libpcre.la 
ext/posix/libposix.la ext/session/libsession.la 
ext/standard/libstandard.la ext/xml/libxml.la 
TSRM/libtsrm.la -ldl -lodbc_adabas -lsqlrte -lsqlptc 
-lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt
Zend/.libs/libZend.al(zend_ini_scanner.lo): warning: 
multiple common of `yytext'
Zend/.libs/libZend.al(zend_language_scanner.lo): warning: 
previous common is here
/usr/i486-linux/bin/ld: cannot open -lintl: No such file 
or directory
collect2: ld returned 1 exit status
make[1]: *** [libphp4.la] Error 1
make[1]: Leaving directory `/updates/linux/php4/php-4.1.2'
make: *** [all-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-15 10:16 UTC] sniper@php.net
make clean ; make 

Does  that help?

 [2002-03-15 10:54 UTC] info at stebosoft dot de
Now it works
It was a good and fast help.
I've cleaned th whole directory.

Thanks a lot
with best rgds
Albert Steckenborn
 [2002-03-15 13:02 UTC] sniper@php.net
since this isn't any bug, bogusing.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Jun 26 20:01:30 2024 UTC