
May 11th, 2000, 03:35 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Try this..
./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql
You should first find out where apxs is. You may also leave out the search path of mysql unless you see something not found, then you should specify the path more like /usr/local/mysql
/var/mysql is likely not the correct path.
If things still don't go well, you might need to install mysql-devel-3.20.32a-3.i386.rpm (for redhat) as well. I don't run redhat, so I don't know the answer.
|