|
From: Stig S. B. <ss...@fa...> - 2002-04-24 06:51:30
|
On Wed, 2002-04-24 at 07:57, Julian Bond wrote: > In article <101...@ki...>, Stig S. > Bakken <ss...@fa...> writes > >Both the xmlrpc-epi library and the extension is bundled in PHP 4.1.2. > >The only external dependency is iconv. > > Many thanks for that. > > So. I was getting a compile error about missing iconv.h Given that I'm > compiling without root access and don't have write access to /usr/local/ > is there a way I can trick it into using a local copy? The compile > switch is --with-xmlrpc[=DIR] Does anything else need to be in dir? You can install iconv somewhere else and use --with-iconv=DIR, xmlrpc-epi will use that setting. There were a lot of issues with the iconv library detection in releases prior to 4.2.0 though, if you're running on FreeBSD you may get some problems. If you get problems during linking, try 4.2.0 (or let me know if you need help working around it if you're stuck with 4.1.2). - Stig |