Hello everyone! I have some problem with PHP installation.
Let's see, I use DEBIAN Woody r1 Pentium machine and I would to install PHP 4.3.0 static with Apache 1.3.27. But I get this error when I run "make install": =========== root@ra:/usr/local/src/php-4.3.0# make install Installing PHP CLI binary: /usr/local/bin/ Installing PHP SAPI module Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ Installing PEAR environment: /usr/local/lib/php/ make[1]: *** [install-pear-installer] Segmentation fault make: *** [install-pear] Error 2 ============ And during make I noticed this warning: ================= /usr/local/src/php-4.3.0/ext/standard/var_unserializer.c:308: warning: comparison is always false due to limited range of data type ================= Does anyone have any idea what goes wrong? Thanks for help! Ales Keber -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php