Hello:
I'm new to openssl.
What I tried to do is to compile openssl in redhat linux but I ran into compiler
errors. Here is the environment:
OS: Red Hat Linux
4.0 update 3
The package:
openssl-0.9.7a-43.8.src.rpm
Here is the
steps:
rpm -ivh
openssl-0.9.7a-43.8.src.rpm // insalled openssl
source
rpmbuild -bp
../SPECS/openssl.spec // build the source
structure
./config
make
depend
make all
build-shared
../libcrypto.a(c_alld.o)(.text+0x164): In function
`OpenSSL_add_all_digests':
: undefined reference to `EVP_mdc2'
collect2: ld returned 1 exit status
make[1]: *** [openssl] Error 1
: undefined reference to `EVP_mdc2'
collect2: ld returned 1 exit status
make[1]: *** [openssl] Error 1
-------------------------------------------------------------------------------------
Have anyone seen
similar error? Know how to resolve it?
Thanks,
Sherry