In message <[email protected]> on Sat, 24 Feb 2018 06:14:50 -0500, Dennis Clarke <[email protected]> said:
dclarke> On 24/02/18 05:13 AM, Richard Levitte wrote: dclarke> > In message <[email protected]> on dclarke> > Sat, 24 Feb 2018 00:24:34 -0500, Dennis Clarke <[email protected]> dclarke> > said: dclarke> > dclarke> Not sure why but the various scripts and test files are hell dclarke> > dclarke> bent on using the perl in the system as opposed to what I dclarke> > dclarke> have set in an env var PERL=/usr/local/bin/perl. dclarke> > Hmmm, if it's hell bent on anything, it's on what perl was used to run dclarke> > 'Configure'. I'm not sure if you use that script directly or if you dclarke> > use 'config'... the latter will certainly look at $PERL to run dclarke> dclarke> OKay ... I can try "config" however I did use "Configure" : dclarke> dclarke> corv $ ./Configure shared zlib threads solaris64-sparcv9-cc Ah, yes. And since you probably have the system perl first along your $PATH, that's the one you're gonna get registered. The workaround would be this: /usr/local/bin/perl ./Configure shared zlib threads solaris64-sparcv9-cc Cheers, Richard -- Richard Levitte [email protected] OpenSSL Project http://www.openssl.org/~levitte/ -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
