In message <[EMAIL PROTECTED]> on Wed, 18 Feb 2004 18:49:35 +0000, <[EMAIL PROTECTED]> 
said:

luciusm> Ran "truss -o /tmp/truss.out -aelf -rall -vall -wall make" 
luciusm> 
luciusm> command and attached the output, hoping you guys could help
luciusm> me decipher the output errors.

I think you want to look more closely at the following part of your
truss output:

In message <[EMAIL PROTECTED]> on Wed, 18 Feb 2004 18:49:35 +0000, <[EMAIL PROTECTED]> 
said:

luciusm> 16757/1:       stat64("/usr/apache/openssl-0.9.7c/crypto/cc", 0xFFBFF498) 
Err#2 ENOENT
luciusm> 16757/1:       stat64("/usr/apache/bin/cc", 0xFFBFF498)        Err#2 ENOENT
luciusm> 16757/1:       stat64("/etc/apache/cc", 0xFFBFF498)            Err#2 ENOENT
luciusm> 16757/1:       stat64("/usr/apache/openssl-0.9.7c/cc", 0xFFBFF498) Err#2 
ENOENT
luciusm> 16757/1:       stat64("//usr/apache/mod_ssl-2.8.14-1.3.27/cc", 0xFFBFF498) 
Err#2 ENOENT
luciusm> 16757/1:       stat64("/usr/sbin/cc", 0xFFBFF498)              Err#2 ENOENT
luciusm> 16757/1:       stat64("/usr/bin/cc", 0xFFBFF498)               Err#2 ENOENT
luciusm> 16757/1:       stat64("/usr/local/lib/sparcv9/cc", 0xFFBFF498) Err#2 ENOENT
luciusm> 16757/1:       stat64("/usr/local/cc", 0xFFBFF498)             Err#2 ENOENT
luciusm> 16757/1:       stat64("/usr/openwin/lib/locale/ar/cc", 0xFFBFF498) Err#2 
ENOENT
luciusm> 16757/1:       stat64("/usr/xpg4/bin/ar/cc", 0xFFBFF498)       Err#20 ENOTDIR
luciusm> 16757/1:       stat64("/usr/local/install/cc", 0xFFBFF498)     Err#2 ENOENT
luciusm> 16757/1:       stat64("/usr/local/bin/cc", 0xFFBFF498)         Err#2 ENOENT
luciusm> 16757/1:       stat64("/usr/ccs/bin/cc", 0xFFBFF498)           Err#2 ENOENT
luciusm> 16757/1:       stat64("./cc", 0xFFBFF498)                      Err#2 ENOENT
luciusm> 16757/1:       write(2, " s h", 2)                             = 2
luciusm> 16757/1:       write(2, " :  ", 2)                             = 2
luciusm> 16757/1:       write(2, " c c", 2)                             = 2
luciusm> 16757/1:       write(2, " :  ", 2)                             = 2
luciusm> 16757/1:       write(2, " n o t   f o u n d", 9)               = 9
luciusm> 16757/1:       write(2, "\n", 1)                               = 1
luciusm> 16757/1:       _exit(1)

You must actually have seen that message ("sh: cc: not found") on your
terminal screen/window, and I think it's pretty obvious that you don't
have a C compiler called 'cc' in your $PATH.

-----
Please consider sponsoring my work on free software.
See http://www.free.lp.se/sponsoring.html for details.

-- 
Richard Levitte   \ Tunnlandsvägen 3  \ [EMAIL PROTECTED]
[EMAIL PROTECTED]  \ S-168 36  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to