2 Mar 2005 19:00
DBD::mysql 2.9004 connect issues.
Peter Leonard <pete <at> peteleonard.com>
2005-03-02 18:00:20 GMT
2005-03-02 18:00:20 GMT
Hello, I'm facing some extremely bizarre behavior on my SuSE 9.2 i586 box that I'm completely stumped by. Hopefully someone can help. Installed MySQL & all dependent packages via YAST (SuSE's package management system). Compiled & installed perl 5.8.6 manually (stupid SuSE threaded version). Installed DBI no problem. Installed DBD::mysql w/ no major issues - a few complaints in the tests, but nothing that seemed bad. When I try and connect to the DB, I get the following error: peter <at> linux:~/dev/nextgen> ./test.pl Had to create ::imp_data_size unexpectedly at /usr/local/lib/perl5/site_perl/5.8.6/i686-linux/DBI.pm line 1165. Segmentation fault test.pl as follows: #!/usr/bin/perl use strict; use warnings;(Continue reading)
RSS Feed