At 09:11 23.03.99 -0600, Theodore Hope wrote:
>> >There are a couple of problems building openssl-0.9.2b under BSDI
BSD/OS 3.1,
>> >having to do with the fact that on BSD/OS, "perl" is perl4.  To get perl5,
>> >which is what "config" really needs, you need to specify "perl5".   The
same
>> >is true for BSD/OS 4.0.  (Yes, BSDI is a bit out of sync here, but that's
>> >the way it is.)
>> 
>> Could you change your PATH to include perl5 and not perl4 ?
>
>On this system (BSD/OS), the only way to get at perl(5) is to specify
>perl5 (or /usr/bin/perl5).  Any reference to "perl" will get me perl(4).
>(I could delete perl(4) and rename perl5 to perl but that's beside the
point.)

As a quickfix you could do something like

mkdir perlbin
ln -s /usr/bin/perl5 perlbin/perl
setenv PATH perlbin:$PATH

...

By

Goetz

-- 
Goetz Babin-Ebell                      mailto:[EMAIL PROTECTED]
TC Trust Center for Security           http://www.trustcenter.de
in Data Networks GmbH                  Tel.: +49-40-766 29 3301
Am Werder 1 / 21073 Hamburg / Germany  Fax.: +49-40-766 29 577
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to