Re: [users@httpd] httpd: fatal: hardware capability unsupported

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> I checked those things:
> 
> bash-3.00# isainfo
> i386
ok so 32 bits only!

> 
> Apr 28 14:51:36  unix: [ID 950921 kern.info] cpu0: x86 (GenuineIntel
> family 6 model 8 step 3 clock 867 MHz)
> Apr 28 14:51:36 unix: [ID 950921 kern.info] cpu0: Intel(r) Pentium(r) III
ok a PIII and seems not MMX nor SSE

> 
> bash-3.00# ldd /usr/local/httpd-2.0.58/bin/httpd
> /usr/local/httpd-2.0.58/bin/httpd: warning: hardware capability
> unsupported: 0x1000  [ SSE2 ]
>        libaprutil-0.so.0 =>     
>        /usr/local/httpd-2.0.58/lib/libaprutil-0.so.0
>        libexpat.so.0 =>         /usr/local/httpd-2.0.58/lib/libexpat.so.0
>        libiconv.so.2 =>         /usr/local/lib/libiconv.so.2
>        libapr-0.so.0 =>         /usr/local/httpd-2.0.58/lib/libapr-0.so.0
>        libsendfile.so.1 =>      /usr/lib/libsendfile.so.1
>        librt.so.1 =>    /usr/lib/librt.so.1
>        libm.so.2 =>     /usr/lib/libm.so.2
>        libsocket.so.1 =>        /usr/lib/libsocket.so.1
>        libnsl.so.1 =>   /usr/lib/libnsl.so.1
>        libresolv.so.2 =>        /usr/lib/libresolv.so.2
>        libpthread.so.1 =>       /usr/lib/libpthread.so.1
>        libc.so.1 =>     /usr/lib/libc.so.1
>        libgcc_s.so.1 =>         /usr/local/lib/libgcc_s.so.1
>        libaio.so.1 =>   /usr/lib/libaio.so.1
>        libmd5.so.1 =>   /usr/lib/libmd5.so.1
>        libmp.so.2 =>    /usr/lib/libmp.so.2
>        libscf.so.1 =>   /usr/lib/libscf.so.1
>        libdoor.so.1 =>  /usr/lib/libdoor.so.1
>        libuutil.so.1 =>         /usr/lib/libuutil.so.1
> 
> bash-3.00# file /usr/local/httpd-2.0.58/bin/httpd
> /usr/local/httpd-2.0.58/bin/httpd:      ELF 32-bit LSB executable
> 80386 Version 1 [SSE2 MMX FPU], dynamically linked, not stripped
> 
> I tried to compile the 2.2.2 and it compiled ok, but I get the same error.

ok please do this

create a hello.c file with the following content:

	#include <stdio.h>
	void main(void) {
   	printf("Hello World\n");
   	exit(0);
	}

then do this
	gcc -o hello hello.c
	file hello  < i need the output

	gcc -m32 -o hello hello.c
	file hello  < i need the ouput

	
	gcc -m32 -march=i686 -mcpu=i686 -o hello hello.c
	file hello < i need the output

I need to knwo what code is generate depends on the given flags
and do GET Studio-11, it produce better code!

-ls


---------------------------------------------------------------------
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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux