Buyocat Posted March 30, 2007 Share Posted March 30, 2007 I am trying to compile PHP 5.1.2 with the following flags: ./configure \ --prefix=/usr/local/apache2/php \ --with-xml \ --with-zlib \ --enable-pdo \ --with-mysql=/usr/local/mysql \ --with-pdo-mysql \ --with-apxs2=/usr/local/apache2/bin/apxs I get the following error: Cannot find MySQL header files under Any help would be appreciated, if it helps I can successfully compile everything if I remove the --with-pdo-mysql flag. Link to comment https://forums.phpfreaks.com/topic/44876-installing-pdo-mysql/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.