|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2012-09-17 21:19 UTC] maduma at pt dot lu
Description:
------------
compiler: solarisstudio 12.3
os: solaris 11
arch: sparc
icu: 4.6
./configure --prefix=/usr/php/5.4 --sysconfdir=/etc/php/5.4 \
--mandir=/usr/php/5.4/man --with-config-file-path=/etc/php/5.4 \
--enable-intl
...
/bin/sh /root/php/php-5.4.7/libtool --silent --preserve-dup-deps --mode=link cc -export-dynamic -I/usr/include -O ... -lnsl -o sapi/cli/php
Undefined first referenced
symbol in file
_ZN6icu_4911Formattable7setDateEd ext/intl/msgformat/msgformat_helpers.o
_ZTVN6icu_4913FieldPositionE ext/intl/msgformat/msgformat_helpers.o
_ZN6icu_4911Formattable7setLongEi ext/intl/msgformat/msgformat_helpers.o
_ZN6icu_4913UnicodeStringD1Ev ext/intl/msgformat/msgformat_helpers.o
_ZN6icu_4913UnicodeStringC1Ev ext/intl/msgformat/msgformat_helpers.o
_ZNK6icu_4911Formattable7getTypeEv ext/intl/msgformat/msgformat_helpers.o
_ZNK6icu_4913MessageFormat6formatEPKNS_11FormattableEiRNS_13UnicodeStringERNS_13FieldPositionER10UErrorCode ext/intl/msgformat/msgformat_helpers.o
_ZN6icu_4913UnicodeStringC1EPKt ext/intl/msgformat/msgformat_helpers.o
_ZN6icu_4911Formattable9setStringERKNS_13UnicodeStringE ext/intl/msgformat/msgformat_helpers.o
_ZN6icu_4913UnicodeStringC1EPKti ext/intl/msgformat/msgformat_helpers.o
_ZN6icu_4913UnicodeStringaSERKS0_ ext/intl/msgformat/msgformat_helpers.o
_ZNK6icu_4913UnicodeString7extractEPtiR10UErrorCode ext/intl/msgformat/msgformat_helpers.o
_ZN6icu_497UMemorynaEj ext/intl/msgformat/msgformat_helpers.o
_ZN6icu_4911FormattableC1Ev ext/intl/msgformat/msgformat_helpers.o
_Unwind_Resume ext/intl/msgformat/msgformat_helpers.o (symbol belongs to implicit dependency /usr/lib/libgcc_s.so.1)
_ZN6icu_497UMemorydaEPv ext/intl/msgformat/msgformat_helpers.o
_ZN6icu_4911Formattable9setDoubleEd ext/intl/msgformat/msgformat_helpers.o
_ZN6icu_4913FieldPositionD1Ev ext/intl/msgformat/msgformat_helpers.o
_ZN6icu_4911Formattable8setInt64Ex ext/intl/msgformat/msgformat_helpers.o
ld: fatal: symbol referencing errors. No output written to sapi/cli/php
make[1]: *** [sapi/cli/php] Error 2
make[1]: Leaving directory `/root/php/php-5.4.7'
make: *** [compile] Error 2
PatchesPull Requests
Pull requests:
HistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 02:00:01 2025 UTC |
I can not reproduce it: $php -m | grep intl intl $php -r 'proc_open("ls");' PHP Warning: proc_open() expects at least 3 parameters, 1 given in Command line code on line 1