On FreeBSD why does PHP get compiled with '--with-mysql'
It should be '--with-mysql=/usr/local'
If you just use '--with-mysql' it causes PHP to use the mysql 3.x libraries instead of the actual version of mysql installed.
I had to download and install php manually to correct this.
It should be '--with-mysql=/usr/local'
If you just use '--with-mysql' it causes PHP to use the mysql 3.x libraries instead of the actual version of mysql installed.
I had to download and install php manually to correct this.