Hi list,
Was anyone successful in building and running a php4-cli rpm package for centos? I need it to run some php scripts via cronjob.
Thanks!
Andy
On Wed, 2005-09-21 at 15:56 -0400, Andy Masiar wrote:
Was anyone successful in building and running a php4-cli rpm package for centos? I need it to run some php scripts via cronjob.
/usr/bin/php as found in the php package doesn't do it for you?
No, php that ships with Centos is not compiled with cli support ( --with-cli configure option)
On 9/21/05, Ignacio Vazquez-Abrams ivazquez@ivazquez.net wrote:
On Wed, 2005-09-21 at 15:56 -0400, Andy Masiar wrote:
Was anyone successful in building and running a php4-cli rpm package for centos? I need it to run some php scripts via cronjob.
/usr/bin/php as found in the php package doesn't do it for you?
-- Ignacio Vazquez-Abrams ivazquez@ivazquez.net http://centos.ivazquez.net/
gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQBDMbz6oK1Hsnseh8QRAhq+AKCc93BhqZVZVhzvuyTHKWhy3PDaPgCdFK9P dVBSOpYjC2yE9kOmaR4RtZw= =iQKx -----END PGP SIGNATURE-----
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Wed, 2005-09-21 at 16:23 -0400, Andy Masiar wrote:
No, php that ships with Centos is not compiled with cli support ( --with-cli configure option)
The PHP 5 package in the CentOSPlus repo does have that option set.
Unfortunately, my application does not run on PHP5 :-(
On 9/21/05, Ignacio Vazquez-Abrams ivazquez@ivazquez.net wrote:
On Wed, 2005-09-21 at 16:23 -0400, Andy Masiar wrote:
No, php that ships with Centos is not compiled with cli support ( --with-cli configure option)
The PHP 5 package in the CentOSPlus repo does have that option set.
-- Ignacio Vazquez-Abrams ivazquez@ivazquez.net http://centos.ivazquez.net/
gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQBDMdHDoK1Hsnseh8QRAneWAJ9XGb5QUAczjEuzzwzbM+nGUF6hogCfXDhC n2MBNLYC/mF7lvFciqlKxuQ= =Dx0h -----END PGP SIGNATURE-----
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On my system (Centos 4.1) the cli tool is installed (or do I misunderstand your meaning?):
# which php /usr/bin/php
# rpm -qf /usr/bin/php php-4.3.9-3.8
Sorry I discarded the original post, so can't include it.
Tony Schreiner