On Wed, 15 May 2002, Michal Dvoracek wrote: > i can't get php binary when installing php on my server. > my configure: > ./configure --prefix=/usr/local \ > --with-apache=../apache_1.3.24 \
> configure pass with no errors, make too > make install - module is installed, everything is ok but no php binary > is installed. When you say --with-apache, that's telling it you want to build a module for Apache rather than a standalone binary. Take that parameter out of your configure line. miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php