php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37079 libicuuc.so.34 not found
Submitted: 2006-04-14 08:52 UTC Modified: 2006-04-14 09:40 UTC
From: ceo at l-i-e dot com Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 6CVS-2006-04-14 (CVS) OS: FreeBSD 5.3
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
32 - 18 = ?
Subscribe to this entry?

 
 [2006-04-14 08:52 UTC] ceo at l-i-e dot com
Description:
------------
Configure complains that libicu18n.so.34 can't find libicuuc.so.34 when they are sitting right next to each other.


Reproduce code:
---------------
Install 5.0.4 in /usr/local

Uninstall ICU from /usr/local, if you have it.

cd ~/

cvs co -r 6

You need ICU, and don't have it in /usr/local, and don't/can't put it there.

Compile ICU from source in ~/icu

Use a configure line like mine:

./configure --enable-debug --enable-maintainer-zts --prefix=/www/acousticdemo.com/cvs/usr/local --with-icu-dir=/www/acousticdemo.com/cvs/usr/local --with-libxml-dir=/usr/local,shared --includedir=/www/acousticdemo.com/cvs/usr/local/include:/usr/local/include --libdir=/www/acousticdemo.com/cvs/usr/local/lib:/usr/local/lib $@

Change /www/acousticdemo.com/cvs to your own home, of course.

[Optional?]
Comment out the broken test for libxml2 working build.
[another bug, not relevant, almost-for-sure]

make

Now, even though libicu18n.so.34 and libicuuc.34.so are sitting in the same lib directory, it complains that libicu18n.so.34 can't find libicuuc.34.so and it needs it.


Expected result:
----------------
I guess I'd expect that if it can find libicu18n to find out that it needs libicuuc then it ought to find the libicuuc sitting right next to it.

But maybe that's not how it all work...



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-14 09:40 UTC] tony2001@php.net
Install libicu correctly.
Not PHP problem.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 00:01:32 2024 UTC