|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-12-13 11:19 UTC] falko at foscom dot de
[2019-10-09 08:20 UTC] chrono dot radion at gmail dot com
[2020-11-26 14:52 UTC] cmb@php.net
-Status: Open
+Status: Duplicate
-Assigned To:
+Assigned To: cmb
[2020-11-26 14:52 UTC] cmb@php.net
[2020-11-26 16:21 UTC] pwinkler at get-the-blues dot de
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 08 01:00:02 2025 UTC |
Description: ------------ I compiled icu with CPPFLAGS="-DU_STATIC_IMPLEMENTATION" for static libs and get errors with PHP5.4.9 /kunden/250107_86637/php-module/appl/icu/lib/libicui18n.a(umsg.ao): In function `icu_49::MessageFormatAdapter::getArgTypeList(icu_49::MessageFormat const&, int&)': umsg.cpp:(.text._ZN6icu_4920MessageFormatAdapter14getArgTypeListERKNS_13MessageFormatERi+0x0): multiple definition of `icu_49::MessageFormatAdapter::getArgTypeList(icu_49::MessageFormat const&, int&)' ext/intl/msgformat/.libs/msgformat_helpers.o:/kunden/250107_86637/php-module/source/php-5.4.9/ext/intl/msgformat/msgformat_helpers.cpp:46: first defined here /usr/lib/gcc/i686-pc-linux-gnu/4.4.5/../../../../i686-pc-linux-gnu/bin/ld: warning: creating a DT_TEXTREL in object. collect2: ld returned 1 exit status I comment in /kunden/250107_86637/php-module/source/php-5.4.9/ext/intl/msgformat/msgformat_helpers.cpp line 44 to 48 the modul gets compiled ldd modules/intl.so linux-gate.so.1 => (0xa93fe000) libdl.so.2 => /lib/libdl.so.2 (0xa7cf4000) libm.so.6 => /lib/libm.so.6 (0xa7cce000) libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/4.4.5/libgcc_s.so.1 (0xa7cb0000) libc.so.6 => /lib/libc.so.6 (0xa7b54000) /lib/ld-linux.so.2 (0xa93ff000) but at loading theres a failure PHP Warning: PHP Startup: Unable to load dynamic library './intl.so' - ./intl.so: undefined symbol: __dynamic_cast in Unknown on line 0