[users@httpd] Apache-2.2 with LDAP authentication keeps spinning after authentication completes

2016-05-02 Thread J.D.
Centos-6.6+seLinux, Apache-2.2, OpenLDAP-2.4.40, OpenSSL-1.0.1e-fips Using the following sample Directory block, the Apache LDAP authentication works just fine, but when the web page is displayed - the activity spinner is spinning and the status bar shows "Read ". Without the Apache LDAP

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

2016-05-02 Thread Huang, Jinhui (OST)
Thank you for confirming this for me. Jin -Original Message- From: Andy Wang [mailto:aw...@ptc.com] Sent: Monday, May 02, 2016 4:47 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

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

2016-05-02 Thread Andy Wang
On 05/02/2016 03:40 PM, Huang, Jinhui (OST) wrote: Hi, Andy: Thank you for the comment about CFLAGS="-m64" and " solaris64-x86_64-gcc". I will use CFLAGS="-m64" when I re compile/build PCRE. For OpenSSL, actually, I saw this option when I select the target for Configure program. I thought

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

2016-05-02 Thread Huang, Jinhui (OST)
Hi, Andy: Thank you for the comment about CFLAGS="-m64" and " solaris64-x86_64-gcc". I will use CFLAGS="-m64" when I re compile/build PCRE. For OpenSSL, actually, I saw this option when I select the target for Configure program. I thought that "solaris64-x86_64-gcc" is for a windows/intel

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

2016-05-02 Thread Andy Wang
On 05/02/2016 03:06 PM, Huang, Jinhui (OST) wrote: Hi, Rainer: Thank you for the comments. Following your suggestion this morning, I recompiled/built the OpenSSL with new "shared" option. Then I checked the .so files to make sure they are 64 bit. # export CC="gcc -m64 -fPIC"

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

2016-05-02 Thread Huang, Jinhui (OST)
Hi, Rainer: Thank you for the comments. Following your suggestion this morning, I recompiled/built the OpenSSL with new "shared" option. Then I checked the .so files to make sure they are 64 bit. # export CC="gcc -m64 -fPIC" # ./Configure solaris64-sparcv9-gcc shared

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

2016-05-02 Thread Huang, Jinhui (OST)
Thank you, Andy, for the comment/help. Jin -Original Message- From: Andy Wang [mailto:aw...@ptc.com] Sent: Monday, May 02, 2016 2:35 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

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

2016-05-02 Thread Rainer Jung
Am 02.05.2016 um 20:35 schrieb Andy Wang: On 05/02/2016 12:42 PM, Rainer Jung wrote: Am 02.05.2016 um 19:07 schrieb Huang, Jinhui (OST): Hi, Rainer: I checked the 32/64 Bit issue on PCRE first. I found /usr/local/apache2/pcre/lib/libpcre.a: current ar archive, 32-bit symbol table

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

2016-05-02 Thread Andy Wang
On 05/02/2016 12:42 PM, Rainer Jung wrote: Am 02.05.2016 um 19:07 schrieb Huang, Jinhui (OST): Hi, Rainer: I checked the 32/64 Bit issue on PCRE first. I found /usr/local/apache2/pcre/lib/libpcre.a: current ar archive, 32-bit symbol table /usr/local/apache2/pcre/lib/libpcreposix.a:

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

2016-05-02 Thread Rainer Jung
Am 02.05.2016 um 19:07 schrieb Huang, Jinhui (OST): Hi, Rainer: I checked the 32/64 Bit issue on PCRE first. I found /usr/local/apache2/pcre/lib/libpcre.a: current ar archive, 32-bit symbol table /usr/local/apache2/pcre/lib/libpcreposix.a: current ar archive, 32-bit symbol table

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

2016-05-02 Thread Huang, Jinhui (OST)
Hi, Rainer: I checked the 32/64 Bit issue on PCRE first. I found /usr/local/apache2/pcre/lib/libpcre.a: current ar archive, 32-bit symbol table /usr/local/apache2/pcre/lib/libpcreposix.a: current ar archive, 32-bit symbol table /usr/local/apache2/pcre/lib/libpcre.so: ELF 64-bit MSB dynamic

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

2016-05-02 Thread Huang, Jinhui (OST)
Thank you, Rainer. I will check that and try again. Jin -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Monday, May 02, 2016 12:27 PM To: users@httpd.apache.org Cc: Huang, Jinhui (OST) Subject: Re: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error

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

2016-05-02 Thread Rainer Jung
Am 02.05.2016 um 15:36 schrieb Huang, Jinhui (OST): Hi, Rainer: I searched online to find the OpenSSL version supported by Apache 2.4.20. It should be openssl-1.0.2g. I installed this version and then tried to install Apache again. It failed with same error message. Searching the error (ld:

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

2016-05-02 Thread Huang, Jinhui (OST)
I got same error with this gcc flag. I saw someone used some other flags for compile, link, library. Can anyone give me any suggestion? Jin -Original Message- From: Huang, Jinhui (OST) Sent: Monday, May 02, 2016 9:36 AM To: Rainer Jung; users@httpd.apache.org Cc: Huang, Jinhui (OST)

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

2016-05-02 Thread Huang, Jinhui (OST)
Hi, Rainer: I searched online to find the OpenSSL version supported by Apache 2.4.20. It should be openssl-1.0.2g. I installed this version and then tried to install Apache again. It failed with same error message. Searching the error (ld: fatal: relocations remain against allocatable but