> I tried to install openssl-0.9.4 on Solaris 7(Sparc)
> (./config -t
> Operating system: sun4u-sun-solaris2
> Configuring for solaris-sparcv9-gcc
> /usr/local/bin/perl ./Configure solaris-sparcv9-gcc)
>
> but after "config", when I use "make" command, there
> is one error messeage:
>
> make[1]: execvp: ar: Not a directory
> make[1]: *** [lib] Error 127
> make[1]: Leaving directory
> `/home/root/openssl-0.9.4/crypto'
> make: *** [all] Error 1
>
> would you please tell me how to resolve this error?
Well, you probably don't have 'ar' installed or it's not present on the
$PATH. Make sure you have SUNWbtool package installed ('pkginfo | grep
SUNWbtool') and /usr/ccs/bin appears in $PATH early enough ("early
enough" means before /usr/ucb and whereever GNU binutils are if
present).
Andy.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]