Ich bin gerade mit der Installation von Ubuntu 13.10 fertig.
Ich möchte Phalcon ausprobieren und wenn ich die Quelle (phalcon.so) erstelle, habe ich diesen Fehler:
from /home/fabrice/Downloads/cphalcon/build/32bits/phalcon.c:204:
/usr/include/php5/ext/pcre/php_pcre.h:29:18: fatal error: pcre.h: No such file or directory
#include "pcre.h"
^
compilation terminated.
make: *** [phalcon.lo] Erreur 1
Meine Installation der Lampe ist:
sudo apt-get install -y apache2 php5 mysql-server libapache2-mod-php5 php5-mysql php5-curl php5-imagick php5-mcrypt php5-memcache php5-sqlite PHP5-xdebug gcc
Kann mir jemand helfen ?