Page 1 of 1

Problem mit der Konfiguration von Apache 2 mit PHP und MySQL

Posted: 2003-09-13 21:25
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

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

Posted: 2003-09-13 22:08
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

Danke!

Posted: 2003-09-14 10:08
by tecci
Hi,
danke, habe mich aber nun doch für Lampp entschieden.