For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > April 2007 > Re: [PHP-DB] PHP5 instalation on SuSE 10.2









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PHP-DB] PHP5 instalation on SuSE 10.2
Chris

2007-04-25, 9:57 pm

marcin.stanislawski@gmail.com wrote:
> HI
>
> I've got a problem during instalation php on SuSE I try to do this code
> in shell
>
> sh ./configure --enable-versioning
> --with-layout=GNU
> --with-config-file-scan-dir=/usr/local/etc/php
> --enable-libxml
> --with-gd
> --with-mysql
>
> all is ok but last report lines are:
>
> 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.


You're not sending us what you're putting as the configure line.

--with-mysql=yes does not include mysql. It tells configure to try and
find mysql under the directory called 'yes' - which ain't gonna work.

Make sure you have the mysql-devel or mysql-dev (whatever suse calls it)
rpm installed, then try again.

--
Postgresql & php tutorials
http://www.designmagick.com/
marcin.stanislawski@gmail.com

2007-04-26, 3:57 am

Thanks Chris this is the point...
mysql-dev is no instaled, Thx so much...:)
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com