Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help Installing mysql

Status
Not open for further replies.

blacksnake

Technical User
Jan 25, 2002
5
AU
Hi all
have installed apache and mysql
I am trying to install ikonboard on my server
i can start the installer so cgi is working
but when i go to setup the mysql database i get the following error

Software error:
Can't locate object method "driver" via package "DBD::mysql" at /usr/lib/perl5/site_perl/5.6.0/i386-linux/DBI.pm line 600.

All help or ideas greatly received at a loss what is wrong
 
Sounds like you're missing a CPAN module.

run:
perl -MCPAN -e shell

and type
install DBD::mysql
C:\DOS:>
C:\DOS:>RUN
RUN DOS RUN!!
 
Hi,



If its redhat, you'd just need the perl-DBI rpm installed. E.g. for 7.2 --> ftp://rpmfind.net/linux/redhat/7.2/en/os/i386/RedHat/RPMS/perl-DBI-1.18-1.i386.rpm



I tend to install as much as possible from rpm as this keeps all the dependencies up to date. For example, if you wanted to install a package that 'required' (in rpm terminilogy) perl-DBI then you would probably end up installing that rpm even though you already had it direct from CPAN.



Regards
 
Thank You All for your Help

Did a clean install andInstalled redhat rpm's instead of CPAN Modules
Working Great Now
Thank you All
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top