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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: albert dot lash at docunext dot com
New email:
PHP Version: OS:

 

 [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: Wed Apr 24 21:01:29 2024 UTC