2012/3/23 Asher Wong <wongzhaoy...@gmail.com>:
> I have installed the MySQL-devel and I can find mysql.h, but I still have
> the error I mentioned above.
> ext/mysql/php_mysql.c:995: undefined reference to `_mysqlnd_init'
> ext/mysql/php_mysql.c:1012: undefined reference to `mysqlnd_connect'
> ext/mysql/php_mysql.c:876: undefined reference to `_mysqlnd_init'

    You're using the native driver, so try this instead:

        --with-mysql=mysqlnd

-- 
</Daniel P. Brown>
Network Infrastructure Manager
http://www.php.net/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to