hey all. when i try and do:
./configure --with-mysql=path/to/mysql
it goes good for awhile then gives me the error:
configure: error: Cannot find header files under path/to/mysql
anybody know what to do ?
When you write:
Is that literally what you put?? If so, that's your problem. path/to/mysql is supposed to be a unix system path, such as /usr/share/mysql or /usr/local/mysql etc. You need to know where it is. It needs to know where mysql is installed so that it can find mysql/includes and mysql/libs etc.
duh, im not that dumb. i was just using that as an example. the problem is that no matter what dir i point it to that has mysql stuff in it, it still gives me the same error.
gimme ssh access and i'll figure it out...