----- Original Message ----- From: "Michael David" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 25, 2004 10:41 PM
Subject: A force switch with MCPAN install
Hello,
I am trying to install the DBD::mysql package, but I am having some issues with the make test and make install, causing the whole process to fail.
Can anyone give some advice on forcing the install...
but, if possible, I would still like to have control of dependancies, just have it push through make testing
If this is too much to ask, just finding out the switch for force would do, I can't seem to find any doco on this.
perl -MCPAN -e 'install DBD::mysql'
mike -----------------------------------------------------------------------------------------------------------
Mike,
What is the failure errors? If you chose to force it, the syntax is as follows:
perl -MCPAN -e 'force install DBD::mysql'
Here is a link that will provide soem additional details:
http://mysql.cbn.net.id/doc/mysql/en/Perl_installation.html
Hope this helps.
Cheers,
John
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>