[PHP-INSTALL] fcgi pdo_mysql connect problem

2006-11-01 Thread Antti Holvikari
so connect with: mysql5 --socket=/opt/local/var/run/mysql5/mysqld.sock -u root ...from the command line. I'm pulling my hear with this. Do you have any clues what could be wrong? -- Antti Holvikari <http://phphalo.com>

[PHP-INSTALL] pdo bus error

2006-07-03 Thread Antti Holvikari
parsed_php + 44 (mod_php5.c:687) 9 httpd 0xdd18 ap_invoke_handler + 232 10 httpd 0x00017dd4 process_request_internal + 640 Thanks! -- Antti Holvikari <http://antti.dotgeek.org/blog> Zend Certified Engineer (ZCE)

[PHP-INSTALL] configure: error: mysql_query missing!?

2006-06-01 Thread Antti Holvikari
; #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char mysql_query(); int main() { mysql_query() ; return 0; } Hope