Ask a Question related to PERL Miscellaneous, Design and Development.
-
Hans-Joachim Ehlers #1
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...Why not use Perl 5.8 which is deliverd by IBM and normaly installed by the> 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...
>
standard os installation
Hajo
Hans-Joachim Ehlers Guest
-
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... -
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... -
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... -
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: ... -
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... -
Hans-Joachim Ehlers #2
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...Why not use Perl 5.8 which is deliverd by IBM and normaly installed by the> 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...
>
standard os installation
Hajo
Hans-Joachim Ehlers Guest
-
Massimiliano Adamo #3
Re: Problem with perl 5.6.1 on AIX 5.2
On Thu, 21 Aug 2003 11:27:38 +0200, Hans-Joachim Ehlers wrote:
or also perl in rpm format, from CD tool box (also downloadable from IBM> Why not use Perl 5.8 which is deliverd by IBM and normaly installed by the>>
> standard os installation
site) ..
--
Massimiliano.
Massimiliano Adamo Guest
-
Massimiliano Adamo #4
Re: Problem with perl 5.6.1 on AIX 5.2
On Thu, 21 Aug 2003 11:27:38 +0200, Hans-Joachim Ehlers wrote:
or also perl in rpm format, from CD tool box (also downloadable from IBM> Why not use Perl 5.8 which is deliverd by IBM and normaly installed by the>>
> standard os installation
site) ..
--
Massimiliano.
Massimiliano Adamo Guest
-
Rafael Garcia-Suarez #5
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 :You could try to compile perl yourself. I you haven't a C compiler, you>Any idea ?
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



Reply With Quote

