ensky16 / google-authenticator-apache-module

Automatically exported from code.google.com/p/google-authenticator-apache-module
0 stars 0 forks source link

Binary release is 64-bit only #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

After loading module in apache and apache2 reload i have the following : 

apache2: Syntax error on line 145 of /etc/apache2/apache2.conf: Cannot load 
/etc/apache2/modules/mod_authn_google.so into server: 
/etc/apache2/modules/mod_authn_google.so: wrong ELF class: ELFCLASS64

I am on ubuntu server 10.04 any idear?

Regards

Original issue reported on code.google.com by Cera...@gmail.com on 18 May 2011 at 11:23

GoogleCodeExporter commented 8 years ago
Such an error usually stems from the loading binary not being a 64-bit binary.
What does file(1) say about the apache binary?

Original comment by amos.sha...@gmail.com on 5 Jul 2012 at 8:19

GoogleCodeExporter commented 8 years ago
It sounds like you were trying to load my binary compilation (which is 64) bit 
on a 32-bit machine. 

Download the source and compile against the version of Apache you are using to 
get it to work.

Original comment by bkgood...@gmail.com on 21 Mar 2013 at 5:25

GoogleCodeExporter commented 8 years ago
Will try to provide a 32-bit binary release of the newest, upcoming version.

Original comment by bkgood...@gmail.com on 22 Mar 2013 at 1:47

GoogleCodeExporter commented 8 years ago
Changed to "enhancement". Hope to include a 32-bit release soon.

Original comment by bkgood...@gmail.com on 2 Apr 2013 at 6:07

GoogleCodeExporter commented 8 years ago
Changed title

Original comment by bkgood...@gmail.com on 5 Apr 2013 at 11:01