Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

OSR5.05 and OpenSSL 0.9.6 errors

0 views
Skip to first unread message

linny

unread,
Oct 25, 2000, 3:00:00 AM10/25/00
to
i am having a problems w/ setting up openssl on my sco server. this is my
first try on ssl/ssh, so please bear with me. also, let me know if this is
the wrong place to post this question and i'll repost elsewhere.

have osr5.05 server and patched to date.

trying to compile openssl 0.9.6 on server:

no problems with the first command:
/configure --sco5-gcc

problem running second command:
make (see below)

making all in crypto...
make[1]: Entering directory '/usr/local/openssl-0.9.6/crypto'
gcc -I. -I . ./include -03 -fomit-frame-pointer -c -o cryptlib.o
cryptlib.c
cryptlib.c:59: stdio.h: No such file or directory
cryptlib.c:60: string.h No such file or directory
In file included from cryptlib.c:61:
cryptlib.h:63: string.h: No such file or directory
In file included from cryptlib.h:67,
from cryptlib.c:61:
../include/openssl/crypto.h:65: stdio.h No such file or directory
In file included from cryptlib.h:69,
from cyptlib.c:61:
../include/openssl/bio.h:63: stdio.h No such file or directory
In file included from cryptlib.c:70,
from cryptlib.c:61:
../include/openssl/err.h:63: stdio.h: No such file or directory
In file included from ../include/openssl/err.h:71,
from cryptlib.h:70,
from cryptlib.c:61:
../include/openssl/lhash.h:67: stdio.h: No such file or directory
In file included from cryptlib.h:70,
from cryptlib.c:61:
../include/openssl/err.h:90: errno.h: No such file or directory
make[1]: *** [cryptlib.o] Error 1
make[1]: Leaving direcotry '/usr/local/openssl-0.9.6/crypto'
make: *** [all] Error 1


has anyone else run into this problem?

tia for any insight.

regards

Harold Knopke

unread,
Oct 25, 2000, 3:00:00 AM10/25/00
to
On Wed, 25 Oct 2000 16:38:35 GMT, "linny" <tsr...@worldnet.att.net>
wrote:

>i am having a problems w/ setting up openssl on my sco server. this is my
>first try on ssl/ssh, so please bear with me. also, let me know if this is
>the wrong place to post this question and i'll repost elsewhere.
>
>have osr5.05 server and patched to date.
>
>trying to compile openssl 0.9.6 on server:
>
>no problems with the first command:
>/configure --sco5-gcc

I don't see /configure in the INSTALL file. Mine says:
./config
make
make test
make install
It worked for me.

Harold Knopke

Tony Earnshaw

unread,
Oct 26, 2000, 3:00:00 AM10/26/00
to
linny wrote:

> i am having a problems w/ setting up openssl on my sco server. this is my
> first try on ssl/ssh, so please bear with me. also, let me know if this is
> the wrong place to post this question and i'll repost elsewhere.

Don't suppose you'd get many answers elsewhere, except SCO's programmer
forum.

> cryptlib.c:59: stdio.h: No such file or directory
> cryptlib.c:60: string.h No such file or directory

These are standard header files in the /usr/include hierarchy, but ONLY
after you've installed the library and link kit on the install cd-rom.
If you're used to Linux or some Unix that includes the publisher's own
development kit or GNU compiler kit, then you have a rude awakening in
store.

You'll have to get hold of a complete GNU developer's package (try
Skunkware, always get the latest package), in addition to the above SCO
kit, which, by the way, does not need licensing.

Just for the record, openssl 0.9.5 (haven't tried .6) and all of Ralph
Engelschall's Apache mod_ssl stuff compiles very easily on OpenServer
5.0.4/5 - once you've got the right kits.

Tony

--

Landis ICT Services, Unix Group

Tony Earnshaw

mailto:tear...@landis.nl
tel.: +31 30 248 9198
fax: +31 30 241 22 42
http://www.landis.com
http://online.landis.com

0 new messages