I was wondering if anyone can help me with these problems.
I installed apache 2.0.55 according to building and Installing Apache 2 and PHP 5.0.5 on Mac OS X 10.4 Tiger
installation works great.
Then I went on and install the PHP 5.0.5 using this config:
% --prefix=/apache2/php \
% --with-zlib \
% --with-xml \
% --with-mysql=/usr/local/mysql \
% --with-apxs2=/apache2/bin/apxs
I got an error on the mysql line:
configure: error: mysql configure failed
the path to mysql is correct. I already installed mysql using the mac osx package. I didn't put the gd, libjpeg, and libpng cause I haven't installed libjeg and libpng.
anyone can help me out with this?
I think I screwed up the privileges on the mysql and the root password. I can access ./mysql -u root -p with my root password. But I can't access it using myphpadmin. Already set up the config.inc.php.
My first time installing these 3 package 1 by 1. Before I use webserverxkit.
Thanks in advance.
Jo
I installed apache 2.0.55 according to building and Installing Apache 2 and PHP 5.0.5 on Mac OS X 10.4 Tiger
installation works great.
Then I went on and install the PHP 5.0.5 using this config:
% --prefix=/apache2/php \
% --with-zlib \
% --with-xml \
% --with-mysql=/usr/local/mysql \
% --with-apxs2=/apache2/bin/apxs
I got an error on the mysql line:
configure: error: mysql configure failed
the path to mysql is correct. I already installed mysql using the mac osx package. I didn't put the gd, libjpeg, and libpng cause I haven't installed libjeg and libpng.
anyone can help me out with this?
I think I screwed up the privileges on the mysql and the root password. I can access ./mysql -u root -p with my root password. But I can't access it using myphpadmin. Already set up the config.inc.php.
My first time installing these 3 package 1 by 1. Before I use webserverxkit.
Thanks in advance.
Jo