Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: using 32 bit shared library in 64 bit perl

by bigmacbear (Monk)
on Apr 11, 2008 at 22:54 UTC ( [id://679881]=note: print w/replies, xml ) Need Help??


in reply to using 32 bit shared library in 64 bit perl

Not really. You pretty much have to use 32-bit libraries with 32-bit Perl and 64-bit libraries with 64-bit Perl. However...

If you are working with a packaged application that has both sets of libraries available for download, you can, with a bit of effort, set it up so that whatever is using the 32-bit libraries can do so, while your 64-bit Perl uses its own 64-bit libraries to access the same application. Have a look at what I did to install DBD::MySQL on Solaris.

  • Comment on Re: using 32 bit shared library in 64 bit perl

Replies are listed 'Best First'.
Re^2: using 32 bit shared library in 64 bit perl
by Anonymous Monk on Apr 13, 2008 at 09:53 UTC
    Thank you, i will look out.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-19 09:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found