Hi ,
I recently build Apache 2.2.16 with fips support using following confs.
$CC=fipsld , $FIPSLD_CC=gcc
./configure --with-ssl=/software/openssl/openssl-1.0.1c --enable-so
--enable-ssl LIBS=-ldl
make
But when i run the created executable, it prints a hex value.
bash-3.00$ cd httpd-2.2.16/.libs/
bash-3.00$ ./httpd
504f11f782e3492cb7c8be83aec4a0cc55572f04
bash-3.00$
bash-3.00$ldd httpd
linux-vdso.so.1 => (0x00007fff8edff000)
libm.so.6 => /lib/libm.so.6 (0x00007f23d7ad5000)
libaprutil-1.so.0 => /usr/lib64/libaprutil-1.so.0 (0x00007f23d78b0000)
libexpat.so.0 => /usr/lib64/libexpat.so.0 (0x00007f23d7790000)
libapr-1.so.0 => /usr/lib64/libapr-1.so.0 (0x00007f23d7557000)
libuuid.so.1 => /lib/libuuid.so.1 (0x00007f23d7352000)
librt.so.1 => /lib/librt.so.1 (0x00007f23d714a000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x00007f23d6f13000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007f23d6cf6000)
libdl.so.2 => /lib/libdl.so.2 (0x00007f23d6af2000)
libc.so.6 => /lib/libc.so.6 (0x00007f23d6790000)
libexpat.so.1 => /usr/lib64/libexpat.so.1 (0x00007f23d6567000)
/lib64/ld-linux-x86-64.so.2 (0x00007f23d7d63000)
Can someone tell me what is happening here?
Without fips with gcc, i could successfully compile and httpd works fine.
Thanks,
Cipher
--
View this message in context:
http://openssl.6102.n7.nabble.com/Apache-2-2-16-with-fips-prints-a-Hex-value-on-start-up-tp44733.html
Sent from the OpenSSL - Dev mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]