Re: Install error
[email protected] (Brian Jepson) Sun, 28 May 2000 06:20:37 -0700 (PDT)
| Newsgroups | perl.jpl |
|---|---|
| Message-ID | <[email protected]> |
I'm afraid I have not seen that error before, but I'm not sure if I ever tried to build JPL on AIX. Are you using the binary version of Perl from www.bull.de? It looks like the Makefile is trying to run an unlicensed C compiler, but that is just a wild guess on my part. Do you have a C compiler installed? If not, is it possible that cc on AIX is a no-op until you install xlc or gcc? On Thu, 25 May 2000, Sal ScottoDiLuzio wrote: > I am getting the following error when I am trying to Instal JPL on > an AIX 4.3.2 box with Perl 5005003 > > + perl Makefile.PL > + make install > javac PerlInterpreter.java > javah -jni PerlInterpreter > cc -bE:perl.exp -bhalt:4 -bM:SRE -bI:/perl.exp -bE:.exp -b > noentry -lc - > L/usr/local/lib -I/usr/local/lib/perl5/5.00503/aix/CORE > -I/usr/local/java/ > incl > ude -I/usr/local/java/include/aix -I/usr/local/java/include/genunix > PerlInterp > reter.c > /usr/local/lib/perl5/5.00503/aix/auto/DynaLoader/DynaLoader.a -lc -lm > -ldl -o libPerlInterpreter.so > 1506-333 (S) License failure: acquire: No servers available for this > vendor > (net > work license server/library) [1d020006]. > make: 1254-004 The error code from the last command is 1. > > > Stop. > Couldn't install PerlInterpreter > > Anyone got a clue as to which license it is looking for ?? > > -- Brian Jepson * ([email protected]) * http://www.jepstone.net/