Re: SSL won't compile on debian etch amd64

2007-09-19 Thread Florian Schnabel
adding that 0 got the compiler to continue .. i got another error a bit later though could it be my system being a bit messed up ? those problems seem really fishy to me /usr/bin/ld: skipping incompatible /usr/bin/../lib/libdl.so when searching for -ldl /usr/bin/ld: skipping incompatible

Re: SSL won't compile on debian etch amd64

2007-09-16 Thread Darryl Miles
Florian Schnabel wrote: i tried both the etch version and the stock version of openssl 0.9.8e and got exactly the same error comment out your FD_ZERO(), FD_SET() and FD_ISSET() macros from the file s_server.c this will confirm the problem is with glibc, then please file a bug report with

Re: SSL won't compile on debian etch amd64

2007-09-14 Thread Florian Schnabel
spider:~# ls -l /lib64/libc* -rwxr-xr-x 1 root root 1286104 2007-07-30 22:42 /lib64/libc-2.3.6.so -rw-r--r-- 1 root root 190712 2007-07-30 22:42 /lib64/libcidn-2.3.6.so lrwxrwxrwx 1 root root 16 2007-08-20 13:57 /lib64/libcidn.so.1 - libcidn-2.3.6.so -rw-r--r-- 1 root root 22656

Re: SSL won't compile on debian etch amd64

2007-09-13 Thread Florian Schnabel
file is available at http://enlightning.de/misc/s_server.s for download Florian Darryl Miles wrote: Florian Schnabel wrote: spider:/opt/openssl-0.9.8e-etch/apps# gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT \ -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -DTERMIO -O3

Re: SSL won't compile on debian etch amd64

2007-09-13 Thread Darryl Miles
Darryl Miles wrote: Florian Schnabel wrote: spider:/opt/openssl-0.9.8e-etch/apps# gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT \ -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -DTERMIO -O3 -Wall \ -DMD32_REG_T=int -DMD5_ASM -c -o s_server.o s_server.s s_server.s:

Re: SSL won't compile on debian etch amd64

2007-09-11 Thread Florian Schnabel
spider:~# gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls

Re: SSL won't compile on debian etch amd64

2007-09-11 Thread Darryl Miles
Florian Schnabel wrote: spider:/opt/openssl-0.9.8e-etch/apps# gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT \ -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -DTERMIO -O3 -Wall \ -DMD32_REG_T=int -DMD5_ASM -c -o s_server.o s_server.s s_server.s: Assembler messages:

Re: SSL won't compile on debian etch amd64

2007-09-10 Thread Florian Schnabel
still noone has any ideas why it wont compile ? i'm rather lost without openssl and i can't just reinstall the box without a lot of extra work Florian Florian Schnabel wrote: i can't compile openssl on ym debian etch amd64 box. neither the source package from etch nor the current 0.9.8e

Re: SSL won't compile on debian etch amd64

2007-09-10 Thread Darryl Miles
Please take a look at this thread for assistance. http://www.mail-archive.com/[EMAIL PROTECTED]/msg22972.html In your case manually run these 3 commands: cd apps gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT \ -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -DTERMIO -O3 -Wall

SSL won't compile on debian etch amd64

2007-08-30 Thread Florian Schnabel
i can't compile openssl on ym debian etch amd64 box. neither the source package from etch nor the current 0.9.8e from the webpage will cmpile, both giving exactly the same error. any help is really appreciated. for further info: it worked once untill some etch update ... i pasted the last part