[PHP-DEV] Bug #1254: make fails during install From: bcosta <email protected>
Date: 03/22/99

From: bcosta <email protected>
Operating system: Redhat Linux 5.2
PHP version: 3.0.5
PHP Bug Type: Installation problem
Bug description: make fails during install

I have been attempting to install php 3.0.5, according to the directions on page 6 of the manual. I need PHP/MySQL support with apache.

I used the following configure line (line 8)

./configure --with-mysql=/usr/src/redhat/SOURCES/mysql-3.22.20a --with-apache=../apache_1.3.3 --enable-track-vars

during the make phase next, I encountered a series of errors.

First, I had to

cp mysql_com.h.in mysql_com.h
cp mysql_version.h.in mysql_version.h

I do not know if this was a correct action, but I did not have mysql_com.h or mysql_version.h available, and their absence was causing make errors as well.

AFter this change, This resulted in a series of parse errors from mysql.c

I am getting over my head quickly, and just wantto get a working installation. What am I doing wrong? or what has changed in Mysql 3.22 to cause these compile errors ?? Any help GREATLY appreciated

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>