Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Issue using DBI on Perl 5.10.1

by pvaldes (Chaplain)
on Oct 20, 2015 at 20:57 UTC ( [id://1145484]=note: print w/replies, xml ) Need Help??


in reply to Issue using DBI on Perl 5.10.1

Have you tried to install DynaLoader from CPAN, and run again your program?

bash-prompt$  cpan install DynaLoader

Note that both D and L in the name are in uppercase. The name Dynaloader will fail

Replies are listed 'Best First'.
Re^2: Issue using DBI on Perl 5.10.1
by Anonymous Monk on Oct 20, 2015 at 23:14 UTC
    that won't work, either you have DynaLoader/XSLoader, or you don't, either your perl supports dynamic loading or its a static perl (no dynamic loading)

    if dynaloader is missing @INC got corrupted

    or you need to recompile perl

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1145484]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (1)
As of 2024-04-25 00:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found