[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

heimdal-0.5 configure and libcrypto



Hi,

I am unsuccessfully trying to run configure for heimdal-0.5 on a Redhat7.2
box. I compared with earlier versions (e.g. 0.4f and I have noticed, that
the C code snippet to check for MD4_init and friends was not compiled and
executed there.
I extracted this code, compiled and executed it. While it compiles and
links smoothly, it crashes when executing (SIGSEGV). An strace did not
show anything useful. The backtrace of the core file shows

#0  0x4005c0b6 in des_cbc_encrypt () from /lib/libcrypto.so.2
(gdb) bt
#0  0x4005c0b6 in des_cbc_encrypt () from /lib/libcrypto.so.2
#1  0x080486fe in main ()
#2  0x4010d657 in __libc_start_main (main=0x80486a0 <main>, argc=1,
    ubp_av=0xbfffd5d4, init=0x80484cc <_init>, fini=0x8048760 <_fini>,
    rtld_fini=0x4000dcd4 <_dl_fini>, stack_end=0xbfffd5cc)
    at ../sysdeps/generic/libc-start.c:129

Any ideas?

Wolfgang Friebel