compiling against lib64

This is probably obvious to most but I needed to do this to make PHP compile using mysql against the 64 bit header files:

./configure --with-libdir=lib64 --with-mysql
 1

About

User

Remember me on this computer?