gcasaus
04-27-03, 19:16
| I've installed Perl, Apache, and MYSql on a windows machine. Everything works fine (including cgi of perl in apache's cgi-script dir). Problem arises when I try to access MYSql from a perl script (using "use DBI;". This causes the following error: Segmentation violation perl Nothing in the apache log file, but when I remove the call to use DBI, the program works fine. Thanks in advance. -g |