ich mochte apche2 und php5/php4-fcgi auf meinem vserver
mit debain sarge installieren.
ich gehe nach der anleitung von debainhowto.de
http://www.debianhowto.de/de/howtos/sar ... cgi?s=php5
vor und habe mir apache2 gezogen.
das war auch erfolgreich, ich kann den apachen starten usw.
dann habe ich die PHP-Sourcen geladen.
jetzt kommt der schritt mit dem compilieren von php5/php4-fcgi.
Code: Select all
./configure --enable-memory-limit --enable-force-cgi-redirect
--enable-track-vars --with-pcre-regex --with-mysql --without-sqlite
--without-mm --enable-fastcgi --prefix=/home/_USER_/php5
was bedeutet nun:
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for re2c... exit 0;
checking whether ln -s works... yes
checking for mawk... mawk
checking for bison... bison -y
checking bison version... 1.875 (ok)
checking for flex... lex
checking for yywrap in -ll... no
checking lex output file root... ./configure: line 2422: lex: command not found
configure: error: cannot find output from lex; giving up
Code: Select all
checking whether the C compiler (gcc ) is a cross-compiler... no
laut anleitung soll man dann fehlende pakete nachinstallieren mit
Code: Select all
apt-get install AIX
und warum endet das alles mit
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package AIX
Code: Select all
checking lex output file root... ./configure: line 2422: lex: command not found
configure: error: cannot find output from lex; giving up
dankbar fuer jeden hinweis...
gruesse und danke fuers
lesen schonmal ..
[/url]