On Thu, May 15, 2008 at 4:48 AM, Anthony Kent <tonykent@xxxxxxxxxxx> wrote: > I hope someone can shed some light on a problem I am having trying to install some modules into perl 5.10.0 compiled with gcc 3.4.6 on HPUX11.11. ... > From everything I have read exhaustively, it appears that HPUX has particular problems in this area and I have certainly been experiencing plenty of them. Having finally got gcc installed and using it to compile perl 5.10.0 I have been busy loading dozens of modules. All went well until I Tony, have you ever tried using the cpan shell for loading Perl modules? Sometimes that can solve weird dependencies that us mere mortals have trouble dealing with. And it's much easier than dealing with one module at a time. -Tom