openssl-0.9.7 not building with ncr-scde

2003-01-10 Thread Megele, Martin
Hello, i try building openssl-0.9.7 on an ncr server using ./Configure ncr-scde ( uname -a: cti1dev cti1dev 4.0 3.0 3360,3430-R Pentium(TM)-MCA login info: Welcome to the NCR MP-RAS SVR4 UNIX System UNIX System V Release 4.0 (cti1dev) (pts/0) ) and i get the following linker errors

shared library not built on linux

2003-01-10 Thread Andrew Marlow
Hello, an earlier msg in this archive indicated that there are problems building libssl.so on linux-sparc but I have the same problem just building the shared library on a linux PC. Has the issue of silently not building a shared library even went it has been explicitly asked for been addressed yet

Re: Stripping the OpenSSL library

2003-01-10 Thread Martin Witzel
Well, it is not only the makefile issue that you are facing. You will also want to use conditional compile statements to exclude code sections _in_ the source files which are not relevant for your application. I have been looking at that and found it a daunting task if you REALLY want to go down i