https://issues.apache.org/bugzilla/show_bug.cgi?id=48880
--- Comment #8 from Bill Davidson <[email protected]> 2010-05-11 16:57:36 EDT --- I was getting the same error on Red Hat 5.4.0.3 64-bit, however the problem for me appears to be a problem with configure. I used this option to configure (among others): --with-ssl=/usr/myCo/apps/openssl/openssl-1.0.0 This resulted in this flag being sent to apr/libtool: -L/usr/myCo/apps/openssl/openssl-1.0.0/lib That directory does not exist. That flag should have been: -L/usr/myCo/apps/openssl/openssl-1.0.0/lib64 I worked around it like this: # cd /usr/myCo/apps/openssl/openssl-1.0.0 # ln -s lib64 lib Then I went and ran a make clean, configure and make again and it worked. configure should know about the OpenSSL lib64 directory and use it when appropriate. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
