Problem with perl 5.6.1 on AIX 5.2

Ask a Question related to PERL Miscellaneous, Design and Development.

  1. #1

    Default Re: Problem with perl 5.6.1 on AIX 5.2

    "Cedric Herdener" <cedric.herdener@bedag.ch> schrieb im Newsbeitrag
    news:142cfe43.0308210059.5dfc6a25@posting.google.c om...
    > I try to install perl 5.6.1 package found on [url]www.bullfreeware.com[/url] but
    > I get this message :
    >
    > aixve60v - / # /usr/local/bin/perl
    > exec(): 0509-036 Cannot load program /usr/local/bin/perl because of
    > the following errors:
    > 0509-150 Dependent module libC_r.a(shr.o) could not be
    > loaded.
    > 0509-022 Cannot load module libC_r.a(shr.o).
    > 0509-026 System error: A file or directory in the path name
    > does not exist.
    >
    > I have tried to set LIBPATH to point to a directory where libC_r.a
    > exists, but no better results...
    >
    Why not use Perl 5.8 which is deliverd by IBM and normaly installed by the
    standard os installation

    Hajo


    Hans-Joachim Ehlers Guest

  2. Similar Questions and Discussions

    1. Problem using C module in perl
      I am tying use C module in the Perl script using inlineC. I want to get the data stored in the SV* to char* Following is the code which I have...
    2. Net::SSH::Perl remoteinteract.pl Problem
      Hello Im trying to get the example remoteinteract.pl script working on Solaris 10. It seems as if the handlers are not actually picking up the...
    3. Problem with Net::SSH Perl
      Hello, I tried using Net::SSH Perl, building it into Active Perl 5.8.6. It was compiled on Unix platform, Solaris 10. But when I try to run a...
    4. Problem compiling Perl 5.6.1
      I'm trying to install perl-5.6.1 on an i386 box running FreeBSD 5.1-RELEASE, It fails, and I don't know what to do next. Here's the error: ...
    5. perl problem on windows
      I have some difficulties to execute a command by using system() on windows. The command is like "$com1 -load $file1" and there are spaces in the...
  3. #2

    Default Re: Problem with perl 5.6.1 on AIX 5.2

    "Cedric Herdener" <cedric.herdener@bedag.ch> schrieb im Newsbeitrag
    news:142cfe43.0308210059.5dfc6a25@posting.google.c om...
    > I try to install perl 5.6.1 package found on [url]www.bullfreeware.com[/url] but
    > I get this message :
    >
    > aixve60v - / # /usr/local/bin/perl
    > exec(): 0509-036 Cannot load program /usr/local/bin/perl because of
    > the following errors:
    > 0509-150 Dependent module libC_r.a(shr.o) could not be
    > loaded.
    > 0509-022 Cannot load module libC_r.a(shr.o).
    > 0509-026 System error: A file or directory in the path name
    > does not exist.
    >
    > I have tried to set LIBPATH to point to a directory where libC_r.a
    > exists, but no better results...
    >
    Why not use Perl 5.8 which is deliverd by IBM and normaly installed by the
    standard os installation

    Hajo


    Hans-Joachim Ehlers Guest

  4. #3

    Default Re: Problem with perl 5.6.1 on AIX 5.2

    On Thu, 21 Aug 2003 11:27:38 +0200, Hans-Joachim Ehlers wrote:

    >>
    > Why not use Perl 5.8 which is deliverd by IBM and normaly installed by the
    > standard os installation
    or also perl in rpm format, from CD tool box (also downloadable from IBM
    site) ..

    --
    Massimiliano.
    Massimiliano Adamo Guest

  5. #4

    Default Re: Problem with perl 5.6.1 on AIX 5.2

    On Thu, 21 Aug 2003 11:27:38 +0200, Hans-Joachim Ehlers wrote:

    >>
    > Why not use Perl 5.8 which is deliverd by IBM and normaly installed by the
    > standard os installation
    or also perl in rpm format, from CD tool box (also downloadable from IBM
    site) ..

    --
    Massimiliano.
    Massimiliano Adamo Guest

  6. #5

    Default Re: Problem with perl 5.6.1 on AIX 5.2

    Cedric Herdener wrote:
    >I try to install perl 5.6.1 package found on [url]www.bullfreeware.com[/url] but
    >I get this message :
    ....
    >Any idea ?
    You could try to compile perl yourself. I you haven't a C compiler, you
    can get gcc from IBM. To compile perl 5.6.1 on AIX 5 you'll need
    to apply the patch that can be found at :

    [url]http://public.activestate.com/gsar/APC/perl-5.6.2-diffs/20381.gz[/url]

    Using the -Uuselargefiles option to Configure may help, depends on your
    setup.

    Or alternatively install 5.8.0 or the soon-to-be-released 5.8.1.

    Rafael Garcia-Suarez Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139