ID: 34089
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: No Feedback
+Status: Feedback
Bug Type: Compile Failure
Operating System: Mac OS X 10.4.2
PHP Version: 6CVS-2005-10-07
Previous Comments:
------------------------------------------------------------------------
[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
------------------------------------------------------------------------
[2005-10-07 21:38:20] [EMAIL PROTECTED]
I've just updated my checkout and tried to rebuild it. I'm still
getting the "Library not loaded" errors, though.
I don't have access to another MacOSX machine. Is there someone else
who can try to build this on their Mac to verify whether this issue can
be reproduced?
------------------------------------------------------------------------
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