Upon starting Apache 2.2.23 with PHP 5.4.10, the following appears in http-error.log:
It is repeated many times at seemingly arbitrary points in the startup process; not sure if this is significant.
The following threads discuss the issue but do not seem to resolve it-
http://forums.freebsd.org/showthread.php?t=33817
https://bugs.php.net/bug.php?id=60840
In particular, the FreeBSD thread indicates that the problem was fixed in subsequent port updates.
lang/php5 has 'enable-mysqlnd' in its configure args,
Code:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20100525-debug/pdo_mysql.so' - /usr/local/lib/php/20100525-debug/pdo_mysql.so: Undefined symbol "mysqlnd_debug_std_no_trace_funcs" in Unknown on line 0
It is repeated many times at seemingly arbitrary points in the startup process; not sure if this is significant.
The following threads discuss the issue but do not seem to resolve it-
http://forums.freebsd.org/showthread.php?t=33817
https://bugs.php.net/bug.php?id=60840
In particular, the FreeBSD thread indicates that the problem was fixed in subsequent port updates.
lang/php5 has 'enable-mysqlnd' in its configure args,