I'm not sure if this is the "proper" way to do it, but I separately built a version of php-standalone by
./configure --with-config-file=/etc --prefix=/usr/local --other options but without apxs. This builds an executable in [prefix]/bin -----Original Message----- From: Robert Abbate [mailto:[EMAIL PROTECTED]] Sent: Monday, 25 March 2002 15:37 To: [EMAIL PROTECTED] Subject: php executable hello. I used to have PHP installed by RPM and it had the ability to run php from the command line like this: [momma@ mysite.com]# php -q /home/mysite/test.php now that I've removed the RPM and configured and installed PHP from the source code distribution, I don't have that ability anymore. Is there any way to do this? Thanks Robert