Hi Rob,
Just 'cos I got it working on one machine doesn't say so much - thanks for having a go.

It may be a good idea to get a tail on the mysql log ( hostname.err )

Also, because I had put mysql into a custom directory, I needed to change some of the variables in my.cnf - that may make a difference also.

The following are what I used - (you must change the paths accordingly!)
[client]
#password = your_password
port              = 3306
socket = /opt/var/mysql.sock <--- make sure this is to the correct sock! sometimes old socks are left lying around.
basedir        = /opt
datadir          = /opt/lib/mysql
tmpdir           = /tmp
language     = /opt/share/mysql/english
character-sets-dir =  /opt/share/mysql/charsets

I commented out the dbd.m4 file amends in the buildsteps of 15 Sept - because they aren't necessary (the mysql.h logic in build.m4 is just unreliable, IMO) Instead, for the include of the files in mysql.h etc., it should be dealt with when you run configure as follows:

CFLAGS="-DHAVE_MYSQL_H -I/usr/local/include/mysql/ -L/usr/local/lib/ mysql/" ./configure [------------ your configure details ----------]

I am not sure, but I am guessing you didn't run configure like that - because as you said, HAVE_MYSQL_H wasn't being identified.
Maybe you did that?  Let me know!

        -b

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to