Re: [PHP-INST] PHP 5 configure failure

2003-08-19 Thread Edgar Bonet
Hi! On Tuesday August 19, 18:26, Sean Healey wrote: > gcc -o conftest -g -O2 -pthreads [more options...] > -liconv -lm -lsocket -lnsl 1>&5 > ld: fatal: library -liconv: not found I would say that it's missing this: http://www.gnu.org/software/libiconv/ Just guessing... Edgar. -- PHP Ins

[PHP-INST] PHP 5 configure failure

2003-08-19 Thread Healey, Sean
I have attempted and failed to build PHP 5 from the latest snapshot (19 Aug 2003). I've just successfully built PHP 4.3.2 on this very same platform, so I thought I'd send you the post-mortem in case its of some use to you. Unfortunately I'm not very familiar with C development, so I can't offer