|
From: Norris W. <na...@ro...> - 2003-05-10 14:00:50
|
Hi all,
I am running rh7.1 with iptables and turtlefirewall(which I
think is irrelevant). My sql DB server is running on RH8 on a separate box
on my internal LAN. I have properly configured the MySQL DB for iptablelog
and the feed_db.pl on my firewall. However, when I attempt to start the
iptablelog script manually using <perl feed_db.pl> or using the script for
rh that was posted here
http://sourceforge.net/mailarchive/forum.php?thread_id=1557763&forum_id=1256
1
<http://sourceforge.net/mailarchive/forum.php?thread_id=1557763&forum_id=125
61> I get the following message :
Starting feed_db.pl: install_driver(mysql) failed: Can't locate DBD/mysql.pm
in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0
/usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0
/usr/lib/perl5/site_perl .) at (eval 1) line 3.
Perhaps the DBD::mysql perl module hasn't been fully installed,
or perhaps the capitalisation of 'mysql' isn't right.
Available drivers: ExampleP, Proxy.
at /usr/local/bin/feed_db.pl line 51
Do I need to install MySQL on my firewall? I really dont want to do this.
I tried installing the DBD::mysql and the DBD::Msql perl module but no luck
there either
|