in reply to Module Installation for AIX
The module will take care all the the dependencies. :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Module Installation for AIX
by blue_cowdawg (Monsignor) on Nov 08, 2005 at 13:46 UTC | |
As a point of fact jesuashok, chinna raises a valid question. As g0n points out the answer is "it depends." I have personally lived with the frustration of getting things to port to AIX when there are compiler mismatches between libraries I'm dependant on and the compiler I am using to port with. If you're the schlub that has maintained the machine and know the history you're in luck. Some of us though inherit machines that have passed many through many hands and have had all sorts of sins committed on them. So chinna, I feel for you. You'll have to do some homework and find out some things about the system you are installing the modules on. If you do a perl -V on the target system it will yield some very useful information. I don't have access to an AIX box at the moment but here is what it looks like on a Linux box:
Note the inclusion of not only the compiler and its version, but there is useful information about the libraries linked in, the options used to build Perl and other useful info. HTH
Peter L. Berghold -- Unix Professional Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg | [reply] [d/l] [select] |
by ZlR (Chaplain) on Nov 08, 2005 at 14:08 UTC | |
Apart from the fact that it's 5.8.0 instead of 5.8.6 it is really not the same as the linux one :| | [reply] [d/l] |