[freeside] I have a problem......

Scott Cruzen sic at boernenet.com
Mon Oct 11 12:10:25 PDT 1999


Stephen Malenshek wrote:
> 
> Software error:
> install_driver(mysql) failed: [Mon Oct 11 08:51:48 1999]
> cust_main.cgi: Can't locate DBD/mysql.pm in @INC (@INC contains:
> /usr/lib/perl5/5.00503/i686-linux /usr/lib/perl5/5.00503
> /usr/lib/perl5/site_perl/5.005/i686-linux
> /usr/lib/perl5/site_perl/5.005) at (eval 10) line 3. Perhaps the
> DBD::mysql perl module hasn't been fully installed, or perhaps the
> capitalisation of 'mysql' isn't right. Available drivers: ADO,
> ExampleP, Proxy. at /usr/lib/perl5/site_perl/5.005/FS/UID.pm line 76
> 
> I just installed this Friday and have tried all weekend to get it
> running properly without any success, please help point me in the
> correct direction to get this operational ASAP.
> 
> Stephen Malenshek
> Valuelinx Corporation
> stephen at valuelinx.net

The Perl module DBD::mysql isn't installed.  Try something like:
sh# perl -MCPAN -e shell

cpan shell -- CPAN exploration and modules installation (v1.48)
ReadLine support enabled

cpan> install DBD::mysql
<stuff gets installed>

Note that CPAN will need to be configured before you can use it, but the
configuration is simple (just answer questions etc)
Note that you can also download the modules from CPAN via FTP, unpack
them and install it manually (usually via perl Makefile.PL && make)

The list of required modules is at
http://www.sisd.com/freeside/docs/install.html , the last item in the
list is the DBD driver.

Later,
Scott Cruzen



More information about the freeside-users mailing list