Hi All, I'm currently trying to compile PHP 5.3.8 under Solaris 10 with curl support.
Configure line is : ./configure --disable-all --with-curl=$HOME/curl --enable-soap Everything is fine for this step. Then i try make step and it failed with the following error : UndefinedUndefined first referenced symbol first referenced symbol in filein file libiconv_set_relocation_prefix /usrlibiconv_set_relocation_prefix/local/ lib/libintl.so ld: /fatal: Symbol referencingusr errors. /Nolocal output/ writtenlib to sapi/cgi/libintl.so/php ld-cgi: fatal : Symbol referencing errors. No output written collect2: to sapi/cli/php ld returned 1 exit status collect2: ld returned 1 exit status make: *** [sapi/cgi/php-cgi] Error 1 make: *** Waiting for unfinished jobs.... make: *** [sapi/cli/php] Error 1 Can anyone help as it is making me crazy. Regards, Farid