ID: 34089
Comment by: jeff at procata dot com
Reported By: [EMAIL PROTECTED]
Status: No Feedback
Bug Type: Compile Failure
Operating System: Mac OS X 10.4.2
PHP Version: 6CVS-2005-10-07
New Comment:
I have also encountered this problem. To answer the
first outstanding question, libicui18n.dylib.34 does
exist in /usr/local/icu/lib.
I have not been successful in compiling with --disable-
all. configure completes (configure: exit 0), but
config.log still contains many cases of:
dyld: ./conftest can't open library: libicui18n.dylib.34
(No such file or directory, errno = 2)
./configure: line 1: 2292 Trace/BPT trap ./
conftest$ac_exeext
make fails with:
ld: Undefined symbols:
_lchown
Previous Comments:
------------------------------------------------------------------------
[2006-02-08 01:00:03] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
------------------------------------------------------------------------
[2006-01-31 23:04:54] [EMAIL PROTECTED]
OS X 10.4.2 - Build 8E90
PHP6 snapshot 200601311733
# ./configure --with-layout=PHP --prefix=/usr/local/php/6.0.0
--disable-all --with-icu-dir=/usr/local/icu
# make
# make install
Using gcc v4.0.1
Test script:
<? $a = "foo"; var_dump($a); ?>
php-cli -dunicode_semantics=on -f test.php
Result:
unicode(3) "foo"
Looks like the expected results to me.
Can you run "otool -L" on the php library and share that here?
------------------------------------------------------------------------
[2006-01-14 01:00:05] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
------------------------------------------------------------------------
[2005-12-30 00:59:11] [EMAIL PROTECTED]
Do you actually have libicui18n.dylib.34 in /usr/local/...?
------------------------------------------------------------------------
[2005-11-30 17:30:28] [EMAIL PROTECTED]
Tried that CVS snapshot with the following config line:
./configure --with-layout=PHP --prefix=/usr/local/php/6.0.0
--disable-all --with-icu-dir=/usr/local/icu
It configures, makes, and make installs just fine.
But it still says the library isn't loaded:
ramsey:~ ramsey$ /usr/local/php/6.0.0/bin/php -v
dyld: Library not loaded: libicui18n.dylib.34
Referenced from: /usr/local/php/6.0.0/bin/php
Reason: image not found
Trace/BPT trap
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/34089
--
Edit this bug report at http://bugs.php.net/?id=34089&edit=1