How can i compile PHP with a binary executable so i can run PHP scripts from my shell? and also from the web. I"m currnetly compiling with the following command
'./configure' '--with-apxs=/home/httpd/bin/apxs' '--enable-ftp' '--with-mysql=/usr/local/mysql' '--with-exec-dir' '--with-config-file-path=/home/httpd/conf' '--with-gd' '--enable-discard-path' i've tried many ways. but couldn't get it to make a php binary in /usr/local/bin/php (defulat location) that allows me to run a PHP script in my shell.. Hope someoen can help me Kevin -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]