Problem mit der Konfiguration von Apache 2 mit PHP und MySQL

Apache, Lighttpd, nginx, Cherokee
Post Reply
tecci
Posts: 48
Joined: 2003-09-07 14:40
 

Problem mit der Konfiguration von Apache 2 mit PHP und MySQL

Post by tecci »

Ich habe ein Problem bei der Installation/Konfiguration von Apache 2 mit PHP und MySQL nach http://www.rootforum.org/faq/index.php? ... 73&lang=de - siehe hier:

Code: Select all

[root@7283 mysql-4.0.5a]# ./configure --enable-assembler --with-comment --with-charset=german1 --with-extra-charsets=all --with-mysqld-user=mysql --with-unix-socket-path=/tmp/mysql.sock --without-innodb --without-debug --without-bench --without-extra-tools --without-docs --with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static --prefix=/usr/local --sysconfdir=/usr/local/conf --silent 
./configure: g++: command not found 
creating libtool 
nm: old_atexit.o: no symbols 
nm: udiv_qrnnd.o: no symbols 
nm: mp_clz_tab.o: no symbols 
nm: getopt_init.o: no symbols 
nm: init-posix.o: no symbols 
nm: lseek64.o: no symbols 
nm: oldgetrlimit64.o: no symbols 
nm: getutmpx.o: no symbols 
nm: dl-tls.o: no symbols 
configure: error: No curses/termcap library found 
Gruß
Tecci
oxygen
Posts: 2138
Joined: 2002-12-15 00:10
Location: Bergheim
 

Re: Problem mit der Konfiguration von Apache 2 mit PHP und MySQL

Post by oxygen »

Dir fehlt der C++ Compilier. Du musst das Paket g++ nachinstallieren. Außerdem solltest du die aktuellen Versionen der Programme benutzten. Also z.B. MySQL-4.0.15
tecci
Posts: 48
Joined: 2003-09-07 14:40
 

Danke!

Post by tecci »

Hi,
danke, habe mich aber nun doch für Lampp entschieden.
Post Reply