If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Perl and the DBI > Perl 32 bit to 64 bit

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-28-06, 07:37
crazypagal crazypagal is offline
Registered User
 
Join Date: Apr 2006
Posts: 1
Perl 32 bit to 64 bit

Hi,
The server I work on currently runs aix 5.1, 32 bit. The OS and subsequently Perl too is being upgraded to 64 bit. I need to know whether all the Perl modules/libraries have to be recompiled/reinstalled when Perl switches to 64 bit. The modules being used are DBI and a few other custom made bespoke modules. The DBD Oracle module will be changed to 64 bit. So does the DBI module which uses DBD need to be recompiled.
Many Thanks
Jay
Reply With Quote
  #2 (permalink)  
Old 04-28-06, 09:10
Pat Phelan Pat Phelan is online now
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,613
There may be a way to run a 32 bit Perl on a 64 bit AIX, but since you can just recompile and have a much more stable environment I'd strongly recommend doing that. Mixing operating modes is often an invitation to disaster, since you can run into all kinds of problems when you get 95% of your code running, but then have the remainng 5% do "strange things" for ages!

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On