Hi Tom, configure ... --with-iconv doesn't change anything, configure is ok but make ends with:
gcc: /usr//lib/.libs/libiconv.so: No such file or directory gcc: /opt//lib/.libs/libiconv.so: No such file or directory
I decided to create a link /opt/lib/.libs/libiconv.so -> /opt/lib/libiconv.so.2.2.0
Now, I still have the following message:
gcc: /usr//lib/.libs/libiconv.so: No such file or directory
I don't want to make links everywhere!
Regards, Alain.
Tom Rogers a écrit:
Hi,
Friday, August 29, 2003, 12:52:11 AM, you wrote: AB> Hi,
AB> I don't know what to do with libiconv to build php4.3.3. AB> My libiconv-1.9 is installed in /opt
AB> if I invoke configure .... --with-iconv=/opt the script runs fine but I AB> get the following message at compile time:
AB> gcc: /usr//lib/.libs/libiconv.so: No such file or directory AB> gcc: /opt//lib/.libs/libiconv.so: No such file or directory
AB> What is strange is that /lib/.libs is a directory tree in the AB> libiconv-1.9 source directory.
AB> So, I tried to invoke configure .... AB> --with-iconv=/home/a.bonnefoy/portage/libiconv-1.9.
AB> But now configure complains asking me to reinstall libiconv.
AB> What to do???
AB> Thanks, AB> Alain.
What happens if you just use --with-iconv ?
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php