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. Quote Link to comment https://forums.phpfreaks.com/topic/44876-installing-pdo-mysql/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.