after getting the ACL extension and then unpacking I try to phpize, but server comes up with the following error message:
wget http://pecl.php.net/get/APC-3.0.19.tgz
tar xvfz APC-3.0.19.tgz
cd APC-3.0.19
phpize
Error message:
/usr/bin/phpize: line 60: /usr/bin/sed: Datei oder Verzeichnis nicht gefunden
/usr/bin/phpize: line 61: /usr/bin/sed: Datei oder Verzeichnis nicht gefunden
/usr/bin/phpize: line 62: /usr/bin/sed: Datei oder Verzeichnis nicht gefunden
Configuring for:
PHP Api Version:
Zend Module Api No:
Zend Extension Api No:
/usr/bin/phpize: line 136: /usr/bin/sed: Datei oder Verzeichnis nicht gefunden
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
Alternatively I tried pecl install, but with same result…
Whats wrong? I have looked in /usr/bin/sed and there is (of course) no file or directory named “sed”.
What is “sed” and how to recover? Would be nice, if you could give me an indication what to look for…
Well, it seems you also need to install the dev tools: gcc compiler, make, etc., as the package you downloaded is source and needs compiling (did you read INSTALL file?)