Newbie here; trying to make a secure apache (purely academic; I
don't even run a website, much less any secure transactions)

 Following the directions of the INSTALL file, I ran Configure
with the arguments 'linux-elf no-asm'; the latter part of which
greatly reduced the number of unresolved symbols. But I still get:

../libcrypto.a(rmd_dgst.o): In function `RIPEMD160_Update':
rmd_dgst.o(.text+0xf6): undefined reference to `ripemd160_block_x86'
rmd_dgst.o(.text+0x271): undefined reference to `ripemd160_block_x86'
rmd_dgst.o(.text+0x2a6): undefined reference to `ripemd160_block_x86'
../libcrypto.a(rmd_dgst.o): In function `RIPEMD160_Final':
rmd_dgst.o(.text+0x383): undefined reference to `ripemd160_block_x86'
rmd_dgst.o(.text+0x3b0): undefined reference to `ripemd160_block_x86'
../libcrypto.a(rmd_dgst.o)(.text+0x4a3): more undefined references to 
`ripemd160_block_x86' follow
collect2: ld returned 1 exit status
----
./config -t output:

Operating system: i686-whatever-linux2
Configuring for linux-elf
/usr/bin/perl ./Configure linux-elf
----

 Can anybody suggest anything for how/why I can't find ripeMD160 symbols?
recently downloaded .9.4 openssl, and both pgcc2.95.3 (patched gcc2952)
and egcs-1.1.2 give the same output. It appears to be the last command
in the make process, "-o openssl" showing up in the command...

        Ka'avik BearCat, http://rocket.saw.net/~bearcat
        running slackware 4.0/2.2.13/dual PPro
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to