Cannot find MySQL header files under yes.

Konfiguracja serwerów, usług, itp.
szpuni
Beginner
Posty: 112
Rejestracja: 15 stycznia 2007, 15:25
Lokalizacja: dublin

Cannot find MySQL header files under yes.

Post autor: szpuni »

Witam.

Postanowilem sobie zainstalowac serwer apache na debku etch, wykozystuje instalacje php ze statycznymi modulami.

Zaraz po wstepnej konfiguracji apacha-13.37 przechodze do katalogu z php5 i daje

Kod: Zaznacz cały

./configure --with-mysql --with-apache=../apache_1.3.37
wszystko idzie ladnie i pieknie do momentu gdy php proboje odnalesc socket mysql dodam ze mysql zainstalowalem z apt i dziala:
mysqladmin -uroot -p ping
Enter password:
mysqld is alive
jak to naprawic bo brakuje mi pomyslu

a error ktory dostaje to:
checking for mSQL support... no
checking for MSSQL support via FreeTDS... no
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... no
checking for MySQL UNIX socket location... /var/run/mysqld/mysqld.sock
configure: error: Cannot find MySQL header files under yes.
Note that the MySQL client library is not bundled anymore!


[ Dodano: 2007-08-14, 16:59 ]
problem rozwiazany wystarczylo zainstalowac biblioteke:
libmysqlclient10-dev
ODPOWIEDZ