Mam problem mam zainstalowanego Linuxa SuSE 10.2... Apache 2.0 MySQL 5 i chce wykonac upgrade PHP do 5
wykonuje cos takiego
Kod
./configure --enable-versioning
--with-layout=GNU
--with-config-file-scan-dir=/usr/local/etc/php
--enable-libxml
--with-gd
--with-mysql
--enable-sockets
--enable-mbstring
--enable-soap
--with-pcre-regex
--with-libxml-dir=/usr/local
--enable-reflection
--program-prefix=
--disable-path-info-check
--with-regex=php
--with-zend-vm=CALL
--enable-debug
--enable-zend-multibyte
--disable-ipv6
--prefix=/usr/local
--with-layout=GNU
--with-config-file-scan-dir=/usr/local/etc/php
--enable-libxml
--with-gd
--with-mysql
--enable-sockets
--enable-mbstring
--enable-soap
--with-pcre-regex
--with-libxml-dir=/usr/local
--enable-reflection
--program-prefix=
--disable-path-info-check
--with-regex=php
--with-zend-vm=CALL
--enable-debug
--enable-zend-multibyte
--disable-ipv6
--prefix=/usr/local
Otrzymuje wszystkie dobre komunikaty w shell'u tylko jeden najwazniejszy nie a brzmi on:
Kod
checking for specified location of the MySQL UNIX socket... no
checking for MySQL UNIX socket location... /var/lib/mysql/mysql.sock
configure: error: Cannot find MySQL header files under yes.
Note that the MySQL client library is not bundled anymore!
checking for MySQL UNIX socket location... /var/lib/mysql/mysql.sock
configure: error: Cannot find MySQL header files under yes.
Note that the MySQL client library is not bundled anymore!
Co jest nie tak.... W sumie chodzi tylko o dodanie obslogi MySQLa
Pozdrawiam