php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58196 pecl install fails when /tmp is mounted with noatime,noexec
Submitted: 2008-05-19 06:35 UTC Modified: 2008-05-19 07:52 UTC
From: albert dot lash at docunext dot com Assigned:
Status: Not a bug Package: svn (PECL)
PHP Version: 5.2.5 OS: Debian GNU/Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
22 - 11 = ?
Subscribe to this entry?

 
 [2008-05-19 06:35 UTC] albert dot lash at docunext dot com
Description:
------------
I had /tmp mounted with noexec,noatime and autoconf failed. Once I remounted with defaults it worked. 

Reproduce code:
---------------
apt-get install php5-dev libsvn-dev
pecl install channel://pecl.php.net/svn-0.3


Expected result:
----------------
Successful build.

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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-05-19 06:48 UTC] alan at akbkhome dot com
Sorry, but your problem does not imply a bug in PECL itself.  For a
list of more appropriate places to ask for help using PECL, please
visit http://pecl.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PECL.

this is a bug in pear (pear installer) - can you file it there. - it's a pretty strange edge case though - you might ask them to do a test to see if a file created executable, can be executed prior to trying to install a pecl package.
 [2008-05-19 07:52 UTC] albert dot lash at docunext dot com
Hi Alan, thanks for the quick response. I'll try over at pear. The svn extension is great by the way, I'm looking forward to using it is a php-based trac-esque program I've been working on called Infonomix:

http://www.infonomix.org/blog/
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 00:01:27 2024 UTC