Mailinglisten-Archive |
Hi, ich würde gerne das komplette LAMP-System selbst auf dem Server komplieren und den Apache dann halt auf einem anderen Port laufen lassen, mein Provider hat nicht's dagegen, allerdings hab ich hier noch einige Probleme, ich mache also folgendes: cd apache_1.3.6 ./configure --prefix=$HOME/apache .. cd php-3.0.9 ./configure --with-mysql=../mysql --with-apache=../apache_1.3.6 --enable-track-vars --with-gd=$HOME/gd1.4 make make install cd .. cd apache_1.3.6 ./configure --prefix=$HOME/apache --activate-module=src/modules/php3/libphp3.a nach dem letzen ./configure kommen jedoch mehrere Fehler, apache meint folgendes: <snipp1> Creating Configuration.apaci in src /usr/i486-linux/bin/ld: cannot open -lmysqlclient: No such file or directory collect2: ld returned 1 exit status make: *** [dummy] Error 1 </snipp1><snipp2> + doing sanity check on compiler and options ** A test compilation with your Makefile configuration ** failed. This is most likely because your C compiler ** is not ANSI. Apache requires an ANSI C Compiler, such ** as gcc. The above error message from your compiler ** will also provide a clue. Aborting! </snipp2> "gcc -v" liefert: gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release) brauch ich nun extra einen ANSI C Compiler ? bitte um Rat... Gruss & Thanks Dante
php::bar PHP Wiki - Listenarchive