RE: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

2016-04-28 Thread Jinhui.Huang.CTR
Hi, Rainer: The following is the output of make, after I run a "make clean" first. Jin # make clean Making clean in test rm -f *.o *.lo *.slo *.obj *.a *.la rm -rf .libs Making clean in srclib Making clean in apr-util Making clean in test

RE: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

2016-04-28 Thread Jinhui.Huang.CTR
Hi, Rainer: Thank you for your reply. Enclosed please find the screen capture (text file) for configure and make. Please note, I just tried to run a make clean and it seems give me different error. I will post that later. Jin -Original Message- From: Rainer Jung

[users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

2016-04-28 Thread Jinhui.Huang.CTR
I am following the "Compilling and Installing" guide from [url]http://httpd.apache.org/docs/2.4/install.html[/url] The configure running OK: # export CC="gcc -m64" # ./configure \ --prefix=/usr/local/apache2/httpd-2.4.20 \ --with-port=80 \ --with-mpm=worker \ --enable-mods-shared=most \