ID:               34089
 User updated by:  [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           Open
 Bug Type:         *Configuration Issues
 Operating System: Mac OS X 10.4.2
 PHP Version:      6CVS-2005-08-12
 New Comment:

I grabbed the latest HEAD and I'm using the latest ICU (v3.4).

With the following config line, everything configures, makes, and make
installs just fine:
./configure --with-layout=PHP --prefix=/usr/local/php/6.0.0
--disable-all --with-icu-dir=/usr/local/icu

However, I still receive an error:

ramsey:~ ramsey$ /usr/local/php/6.0.0/bin/php -i
dyld: Library not loaded: libicui18n.dylib.34
  Referenced from: /usr/local/php/6.0.0/bin/php
  Reason: image not found
Trace/BPT trap


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

[2005-09-13 09:54:19] [EMAIL PROTECTED]

Try with newer icu release and latest CVS HEAD.



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

[2005-08-23 20:18:58] [EMAIL PROTECTED]

I did compile icu myself. I followed Andrei's instructions to download
and build it. It compiled just fine without any problems.

Andrei's instructions are here:
http://news.php.net/php.internals/17848

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

[2005-08-23 17:32:16] [EMAIL PROTECTED]

Try compiling the icu library yourself?


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

[2005-08-17 20:21:11] [EMAIL PROTECTED]

That configure line works.

I tried:
# ./configure --with-layout=PHP --prefix=/usr/local/php/6.0.0
--disable-all --with-icu-dir=/usr/local/icu
# make
# make install

All worked just fine, but now I'm getting a "Library not loaded"
error.

ramsey:~ ramsey$ /usr/local/php/6.0.0/bin/php -m
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-08-17 19:21:23] [EMAIL PROTECTED]

Does this work:

# ./configure --disable-all --with-icu-dir=/usr/local/icu


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

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

Reply via email to