Package: suphp
Followup-For: Bug #297790

The attached patch fixes the problem.

Regards,

Allard


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (600, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-rc2-byte
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
--- suphp-0.5.2.orig/debian/rules       2005-05-10 11:24:43.039189912 +0200
+++ suphp-0.5.2/debian/rules            2005-05-10 13:15:44.908431848 +0200
@@ -26,7 +26,7 @@
        ./configure --prefix=/usr \
        --with-apxs=/usr/bin/apxs \
        --with-apache-user=www-data \
-       --with-php=/usr/lib/cgi-bin/php4 \
+       --with-php=/usr/lib/cgi-bin/php \
        --sbindir=/usr/lib/suphp \
        --with-logfile=/var/log/suphp/suphp.log
 
@@ -35,7 +35,7 @@
        ./configure --prefix=/usr \
        --with-apxs=/usr/bin/apxs2 \
        --with-apache-user=www-data \
-       --with-php=/usr/lib/cgi-bin/php4 \
+       --with-php=/usr/lib/cgi-bin/php \
        --sbindir=/usr/lib/suphp \
        --with-logfile=/var/log/suphp/suphp.log
 

Reply via email to