Mario Jorge Nunes Filipe wrote:
> 
> 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.

        OK! I'm not missing any package, i'm just having a problem with
versions of things.

        I have libdbd-mysql-perl installed wich is expecting
libmysqlclient.so.4 and i have libmysqlclient.so.6. The newest version
is compiled to potato and so it depends on perl5.

        My question now is, how do i change the control file so that it depends
on perl (>= 5.004.xx)?

        Thanks

-- 
        Mario Filipe 
        [EMAIL PROTECTED]
        http://neptuno.sc.uevora.pt/~mjnf

Reply via email to