E
eatona
I am new to Perl and its installation so I apologize if this is a
simple question. We are in-between Unix admins. Our environment is on
AIX 5.1 ML09 on an RS/6000. Perl 5.6.0 is apparently already
installed. Our developers need to have the newest release of Perl
installed (which appears to be 5.8.8) but do not want anything impacted
by the later release. In other words, they only want to use the newer
version of Perl for one new specific application. They do not want to
recompile or break anything currently existing. I read the
installation instructions and it found the "prefix" qualifier which
will install it in a completely separate directory.
We currently have the following C filesets installed:
vac.C 5.0.2.0 COMMITTED C for AIX Compiler
xlC.aix50.rte 6.0.0.5 COMMITTED C Set ++ Runtime for AIX
5.0
I ran Configure: sh Configure -Dprefix=/work/perl5.8.8 but it
complained that it couldn't find the 'cc' compiler:
Use which C compiler? [cc]
cc: 1501-224 fatal error in /usr/vac/exe/xlcentry: signal 11 received
Uh-oh, the C compiler 'cc' doesn't seem to be working.
You seem to have a working gcc, though.
Would you like to use it? [y]
Why did it not find 'cc'? Should I use gcc which the instructions say
is less desireable?
Will using the prefix qualifier keep everything separated?
Thanks for any help!
simple question. We are in-between Unix admins. Our environment is on
AIX 5.1 ML09 on an RS/6000. Perl 5.6.0 is apparently already
installed. Our developers need to have the newest release of Perl
installed (which appears to be 5.8.8) but do not want anything impacted
by the later release. In other words, they only want to use the newer
version of Perl for one new specific application. They do not want to
recompile or break anything currently existing. I read the
installation instructions and it found the "prefix" qualifier which
will install it in a completely separate directory.
We currently have the following C filesets installed:
vac.C 5.0.2.0 COMMITTED C for AIX Compiler
xlC.aix50.rte 6.0.0.5 COMMITTED C Set ++ Runtime for AIX
5.0
I ran Configure: sh Configure -Dprefix=/work/perl5.8.8 but it
complained that it couldn't find the 'cc' compiler:
Use which C compiler? [cc]
cc: 1501-224 fatal error in /usr/vac/exe/xlcentry: signal 11 received
Uh-oh, the C compiler 'cc' doesn't seem to be working.
You seem to have a working gcc, though.
Would you like to use it? [y]
Why did it not find 'cc'? Should I use gcc which the instructions say
is less desireable?
Will using the prefix qualifier keep everything separated?
Thanks for any help!