> From what I know is that 3.5 works just fine, bug 3.6 is buggy (trailing > garbage for example). So please add *that* to the manual instead of this > bogus requirement.
Maybe I'm just doing something wrong. Here is installation report: --- recode ./configure ; make ; su ; make install php ./configure --prefix=/usr/local/php434 --with-config-file-path=/etc --with-apxs=/usr/local/apache/bin/apxs --with-recode ; make ; su ; make install 3.6 OK 3.5d configure: error: I cannot link librecode (-L/usr/local/lib -lrecode). Is it installed? 3.5c PHP Fatal error: Unable to start recode module in Unknown on line 0 make[1]: *** [install-pear-installer] Error 254 3.5a PHP Fatal error: Unable to start recode module in Unknown on line 0 make[1]: *** [install-pear-installer] Error 254 3.5 PHP Fatal error: Unable to start recode module in Unknown on line 0 make[1]: *** [install-pear-installer] Error 254 --- If it works for you with 3.5, can you please test attached script on it? It's a test from some bug report. Jakub Vrana