Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22757 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5740 invoked by uid 1010); 14 Apr 2006 10:24:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 5724 invoked from network); 14 Apr 2006 10:24:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Apr 2006 10:24:49 -0000 X-Host-Fingerprint: 67.139.134.202 o2.hostbaby.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from ([67.139.134.202:2853] helo=o2.hostbaby.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 96/E2-19715-0787F344 for ; Fri, 14 Apr 2006 06:24:49 -0400 Received: (qmail 59241 invoked by uid 98); 14 Apr 2006 10:24:45 -0000 Received: from 127.0.0.1 by o2.hostbaby.com (envelope-from , uid 1013) with qmail-scanner-1.25 ( Clear:RC:1(127.0.0.1):. Processed in 0.43295 secs); 14 Apr 2006 10:24:45 -0000 X-Qmail-Scanner-Mail-From: ceo@l-i-e.com via o2.hostbaby.com X-Qmail-Scanner: 1.25 (Clear:RC:1(127.0.0.1):. Processed in 0.43295 secs) Received: from unknown (HELO l-i-e.com) (127.0.0.1) by localhost with SMTP; 14 Apr 2006 10:24:44 -0000 Received: from 67.184.121.112 (SquirrelMail authenticated user ceo@l-i-e.com) by www.l-i-e.com with HTTP; Fri, 14 Apr 2006 05:24:44 -0500 (CDT) Message-ID: <47452.67.184.121.112.1145010284.squirrel@www.l-i-e.com> Date: Fri, 14 Apr 2006 05:24:44 -0500 (CDT) To: internals@lists.php.net Reply-To: ceo@l-i-e.com User-Agent: Hostbaby Webmail MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: ICU? From: ceo@l-i-e.com ("Richard Lynch") My box doesn't have ICU and I cannot install it in /usr/local/lib Therefore, I installed it in my homedir. Actually, ~/cvs/icu My configure line (for ICU) was: ./configure --prefix=/www/acousticdemo.com/cvs/usr/local That seemed to work okay, I guess... gmake and all that didn't complain, at least. Then I configure PHP CVS -r 6 from source with: ./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 $@ confiugre complains that a "simple" feature is messed up, and the debug log is telling me about libicu18n.so.34 not finding libicuuc.so.34 [shrug] They're in the same dir, exactly where I said they would be. Maybe it will "just work"... make seems to work But php -v complains that libicu18n.so.34 can't find libicuuc.so.34 Hmmm. Maybe I messed up. ./icu-config --libdir even agrees with what I would expect. So, okay, let's go test my ICU install... Errr. How do I make this thing go? All the docs I've seen so far jump right from Market-Speak to "here's your C API!!!" Is there an 'icu-test' somewhere that will tell me ICU is installed and working properly? ICU's gmake test is ran merrily along, and has spit out what seems like a thousand ---OK lines. But I didn't turn "on" any of the fancy choices like "exhaustive" and whatever it was that is long-gone from my screen buffer. Could it really do that if one ICU library couldn't find the other ICU library?... I suspect not, but what do I know? [Okay, so we already know I don't know a whole hell of a lot...] Or, taking another tack: Can I just rip out this ICU stuff from PHP for now? I thought I read somewhere it was gonna be required in 6... I really don't need it, afaict, and it's just giving me grief. -- Like Music? http://l-i-e.com/artists.htm