uptime is the game, downtime is the name

Ich hatte das Problem dass das Kompilieren eines PHP Moduls über PECL nicht möglich war obwohl alle Abhängigkeiten schon dabei waren. Der Trick war dass /tmp mit noexec gemountet war also musste man das kurz abändern:

Abrakadabara:
# mount -o remount,exec /tmp
# pecl install channel://pecl.php.net/ssh2-0.11.2
# mount -o remount,noexec /tmp