in reply to How to get development headers and mysql client libraries for DBD::mysql installation

I suspect that the sudo yum -y install mysql-devel will install the headers into /usr/include/mysql which is searched in the cc command via -I/usr/include/mysql. you would not need a specific copy for "local perl". The same can be said about the client libraries

  • Comment on Re: How to get development headers and mysql client libraries for DBD::mysql installation