On 10/31/07, Siva Prasad <[EMAIL PROTECTED]> wrote:

> so I downloaded perl  DBD::MYSQL and tried installing the module with no
> luck.

Perl is case-sensitive with regard to module names. Be sure to use the
correct capitalization in your code.

> Failed to determine directory of mysqlclient.lib. Use
>
>   perl Makefile.PL "--libs=-L<dir> -lmysqlclient -lz -lm -lcrypt -lnsl"
>
> to set this directory. For details see the INSTALL.html file,
>
> section "Linker flags" or type
>
>
>   perl Makefile.PL --help

Did you try this? It sounds like good advice.

Cheers!

--Tom Phoenix
Stonehenge Perl Training

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to