[cgiwrap-users] php-cgiwrap and RPM install
Brought to you by:
nneul
From: Jeff B. M. <jef...@qw...> - 2002-02-15 22:17:04
|
I had installed PHP and mod_php via an RPM. I unistalled them so I could use PHP-CGIWRAP. So I took the RPM source for PHP and in the spec file added "--enable-discard-path" and then rebuilt the RPM and installed it. However, I now get a segmentation fault when I try to run php. I really want to get this going so I can wrap PHP. Here's what I did: #rpm -e mod_php #rpm -e php #rpm -Uvh php-4.0.6......src.rpm *** here I went to the .spec file and added "--enable-discard-path" to the configure options. #rpm -bb php-4.0.6......src.rpm #rpm -ivh php-4.0.6......src.rpm Maybe this is more of a PHP problem but I wanted to know if anyone has successfully installed php-cgiwrap via an RPM install and if they did anything more than I did... thanks, jeff |