php5-svn




I’m building php5-svn:

apt-get install php5-dev libsvn-dev
pecl install channel://pecl.php.net/svn-0.3
vim /etc/php5/conf.d/svn.ini

Got this error:

/usr/bin/phpize: /tmp/pear/cache/svn-0.3/build/shtool: /bin/sh: bad interpreter: Permission denied

It was a problem with my /tmp filesystem, I set the fstab options to defaults and then:

mount -o remount /tmp

2 Responses to “php5-svn”


  1. 1 Russell Coker

    The package is broken, there should not be any need to execute things under /tmp. It’s likely to be a security flaw too. Please file a bug report.

  2. 2 Albert

    Hi Russell! Thanks for the comment, I just filed the bug report:

    http://pecl.php.net/bugs/bug.php?id=13938

Leave a Reply