make sure you got make on your path, if use gcc as your compiler, you will find make under either /usr/bin or /usr/local/bin try either use find . | grep make or whereis make to locate the make file, and add it to your search path good luck Sherman -----Original Message----- From: Miguel Vargas [mailto:[EMAIL PROTECTED]] Sent: Monday, 6 November 2000 4:41 PM To: [EMAIL PROTECTED] Subject: make: not found On Solaris 2.6 I have the following errors trying to build openssl-engine-0.9.6. Any help is very much apreciated. when I run ./config (after all the variables are displayed): sh: make: not found when I run make: making all in crypto... /bin/sh: make: not found make: *** [all] Error 1 when I run 'make test': testing... /bin/sh: make: not found make: *** [tests] Error 1 when I run 'make install': making all in crypto... /bin/sh: make: not found make: *** [all] Error 1 when I run 'make -d', the last few lines are: Finished dependencies of target file `all'. Must remake target `all'. Child access: user 0 (real 0), group 1 (real 1) Putting child 0x00049410 PID 02392 on the chain. Live child 0x00049410 PID 2392 making all in crypto... /bin/sh: make: not found Got a SIGCHLD; 1 unreaped children. Live child 0x00049410 PID 2392 Reaping losing child 0x00049410 PID 2392 make: *** [all] Error 1 Removing child 0x00049410 PID 2392 from chain. __________________________________________________ Do You Yahoo!? Thousands of Stores. Millions of Products. All in one Place. http://shopping.yahoo.com/ ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
