ID:               47249
 Updated by:       bj...@php.net
 Reported By:      d...@php.net
-Status:           Open
+Status:           Assigned
-Bug Type:         Documentation problem
+Bug Type:         Compile Failure
 Operating System: OSX 10.5
 PHP Version:      5.3.0beta1
-Assigned To:      
+Assigned To:      pierre
 New Comment:

Read the report again Pierre. It has nothing todo with docs.
Its about getting useful errormessage from ./configure when trying to
enable them both.




Previous Comments:
------------------------------------------------------------------------

[2009-01-30 16:36:48] paj...@php.net

One has nothing to do with the other. The first is certainly the pecl
extension while the other is a new core function (via intl for 5.3, and
as ICU is always present in 6.x, the function will always be enabled).

I already asked in #php-doc how to solve the problem in the
documentation and so far I got no answer. We have to find a solution
asap.

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

[2009-01-30 15:49:16] d...@php.net

Description:
------------
When compiling PHP 5.3.0 beta1 with both libidn and intl, I get this 
error message : 

ld: duplicate symbol _zif_idn_to_ascii in ext/intl/idn/idn.o and 
ext/idn/idn.o
collect2: ld returned 1 exit status

PHP 5.3.0.beta1 compile nicely when only one of them is enabled. 

Reproduce code:
---------------
./configure --enable-intl --with-idn
make


Expected result:
----------------
Compilation successful.

Actual result:
--------------
ld: duplicate symbol _zif_idn_to_ascii in ext/intl/idn/idn.o and 
ext/idn/idn.o
collect2: ld returned 1 exit status





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


-- 
Edit this bug report at http://bugs.php.net/?id=47249&edit=1

Reply via email to