[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Installing bugzilla



Hi

I'm currently in the process of installing bugzilla. Taking into
consideration that i know nothing of perl and very little of mysql is
making things a litte bit difficult.

Right now i'm running a perl script wich check if everything that
bugzilla needs is installed. Apparently it is not.

When i run checksetup.pl it fails like this:

Checking perl modules ...
Uncaught exception from user code:
        Please install the Mysql database driver. You can do this by
running (as root)

       perl -MCPAN -eshell
       install Msql-Mysql

Be sure to enable the Mysql emulation! at ./checksetup.pl line 147.

Line 147 of the same scripts says this:
unless (eval "require Mysql") {
    die "Please install the Mysql database driver. You can do this by
running (
        "       perl -MCPAN -eshell\n",
        "       install Msql-Mysql\n\n",
        "Be sure to enable the Mysql emulation!";
}

I've installed everything i could find with mysql and perl on the name
but still nothing...

Can someone please tell me wich package am i missing.

Thanks

-- 
        Mario Filipe 
        mjnf@uevora.pt
        http://neptuno.sc.uevora.pt/~mjnf


Reply to: