On Tue, May 23, 2006 at 12:11:34PM -0300, Felipe Tocchetto wrote:
> 
> httpd
> ./configure --prefix=/usr/local/httpd-2.0.58 --enable-ssl
> --with-ssl=/usr/local/openssl-0.9.8b
...
> bash-3.00# ./httpd -k start
> ld.so.1: httpd: fatal: hardware capability unsupported: 0x1000  [ SSE2 ]
> Killed

It's possible this is due to use of assembler in OpenSSL, if you build 
httpd without mod_ssl enabled does it work?  If so you can then try and 
narrow the problem down; pass "noasm" to the OpenSSL Configure script, 
check you are using the right Configure target to build OpenSSL; mail 
openssl-users@openssl.org for more help.

joe

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to