Package: php-clamavlib
Version: 0.11-1
Severity: normal
Tags: patch

When building 'php-clamavlib' on unstable,
I get the following error:

phpize --clean
Cleaning..
phpize4
Configuring for:
PHP Api Version:         20020918
Zend Module Api No:      20020429
Zend Extension Api No:   20050606
./configure --with-clamav 
--prefix=/php-clamavlib-0.11/debian/php4-clamavlib/usr 
--with-php-config=/usr/bin/php-config4
make: execvp: ./configure: Permission denied
make: *** [build-stamp-php4] Error 127

With the attached patch 'php-clamavlib' can be compiled on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/php-clamavlib-0.11/debian/rules ./debian/rules
--- ../tmp-orig/php-clamavlib-0.11/debian/rules 2005-09-09 05:12:47.000000000 
+0000
+++ ./debian/rules      2005-09-09 05:12:12.000000000 +0000
@@ -26,6 +26,7 @@
        -$(MAKE) clean
        phpize --clean
        phpize4
+       chmod a+x ./configure
        ./configure --with-clamav --prefix=$(BUILD4)/usr 
--with-php-config=/usr/bin/php-config4
        -$(MAKE) DESTDIR=$(BUILD4)
        touch build-stamp-php4


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to