Bodo Moeller wrote: > > /usr/lib/perl5 is a directory, not an executable (but why is /usr/lib > in your PATH?). That is a known bug in Configure; to fix it, change > Configure as follows: > > --- Configure 1999/06/09 23:29:23 1.102 > +++ Configure 1999/06/10 08:13:52 1.103 > @@ -753,7 +753,7 @@ > my $path; > foreach $path (split /:/, $ENV{PATH}) > { > - if (-x "$path/$name") > + if (-f "$path/$name" and -x _) > { > return "$path/$name" unless ($name eq "perl" and > system("$path/$name -e " . '\'exit($]<5.0);\'')); That worked MANY THANKS. But when i went to do a make i received this error: make[2]: Entering directory `/root/temp/openssl-0.9.3a/crypto/sha' gcc -I.. -I../../include -DTHREADS -D_REENTRANT -DL_ENDIAN -DTERMIO -O3 -fomit-f rame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c sha_dgst.c -o sh a_dgst.o /tmp/cca12876.s: Assembler messages: /tmp/cca12876.s:295: Error: suffix or operands invalid for `bswap' /tmp/cca12876.s:301: Error: suffix or operands invalid for `bswap' /tmp/cca12876.s:306: Error: suffix or operands invalid for `bswap' /tmp/cca12876.s:311: Error: suffix or operands invalid for `bswap' /tmp/cca12876.s:506: Error: suffix or operands invalid for `bswap' /tmp/cca12876.s:511: Error: suffix or operands invalid for `bswap' /tmp/cca12876.s:516: Error: suffix or operands invalid for `bswap' /tmp/cca12876.s:521: Error: suffix or operands invalid for `bswap' make[2]: *** [sha_dgst.o] Error 1 make[2]: Leaving directory `/root/temp/openssl-0.9.3a/crypto/sha' make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/root/temp/openssl-0.9.3a/crypto' make: *** [all] Error 1 Any ideas? -- Michael B. Weiner Systems Administrator/Partner The UserFriendly Network (UFN) -- / / (_)__ __ ____ __ / /__/ / _ \/ // /\ \/ / /____/_/_//_/\_,_/ /_/\_\ * * * CHOICE OF A GNU GENERATION * * * ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]