Re: problem with command make.

2000-06-23 Thread James Bailey

I think openssl requires gnu make (its much better than most makes). You
may need to download this or you may have it already under the name of
gmake.

Hope this helps,

dgym bailey
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: problem with command make.

2000-06-23 Thread Ulf Moeller

On Fri, Jun 23, 2000, James Bailey wrote:

 I think openssl requires gnu make (its much better than most makes). You
 may need to download this or you may have it already under the name of
 gmake.

OpenSSL doesn't require GNU make.

But if you want to build a library on Unix, you need "ar".

__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: problem with command make.

2000-06-23 Thread Goetz Babin-Ebell

Jesus Ferreira wrote:
 
 Dear all,
 We have Apache server 1.3.6 over a Solaris 2.6 systmen,  and we are
 trying to install openssl and apache_1.3.6+ssl_1.39 but we have found
 problems when we tried to execute the "make" command.

You have a problem with the "ar" command:

 ar r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o tmdiff.o 
cpt_err.o ebcdic.o
 make[1]: ar: Command not found
 make[1]: *** [lib] Error 127
 make[1]: Leaving directory `/opt/isroot4/openssl-0.9.5/crypto'
 make: *** [all] Error 1

make can't find it.
check your PATH...

By

Goetz

-- 
Goetz Babin-Ebell, TC TrustCenter GmbH, http://www.trustcenter.de
Sonninstr. 24-28, 20097 Hamburg, Germany
Tel.: +49-(0)40 80 80 26 -0,  Fax: +49-(0)40 80 80 26 -126
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]