PDA

View Full Version : Some error...


Haverman
06-14-2013, 19:50
install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 .) at (eval 3) line 3.
Perhaps the DBD::mysql perl module hasn't been fully installed,
or perhaps the capitalisation of 'mysql' isn't right.
Available drivers: DBM, ExampleP, File, Gofer, Proxy, Sponge.
at .//HLstats.plib line 152

anyone know the problem?

Walliski
06-15-2013, 05:11
What OS is your server running?

Try installing the "DBD::mysql" module for perl, google it for your OS. Come back here if you have further questions.

Haverman
06-16-2013, 18:17
Linux

cd path/to/scripts/folder ./run_hlstats start
You should now see on your screen something like this.
HLstatsX:CE daemon control http://www.hlxce.com --------------------------- Attempting to start HLstatsX:CE daemon on port 27500... Daemon successfully started on port 27500

this part is ok, i am receiving a message in my e-mail every 5 minutes with this.

but the part

15 00 * * * cd /home/user/scripts/ && ./hlstats-awards.pl >/dev/null 2>&1

im getting this error