archiecobbs / mod-authn-otp

Apache module for one-time password authentication
Apache License 2.0
63 stars 17 forks source link

Can't locate API module structure `mod_authn_otp' in file... #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download, configure make & make install on centos 6 / 64

What is the expected output? What do you see instead?
httpd don't start

Starting httpd: httpd: Syntax error on line 224 of /etc/httpd/conf/httpd.conf: 
Can't locate API module structure `mod_authn_otp' in file 
/etc/httpd/modules/mod_authn_otp.so: /etc/httpd/modules/mod_authn_otp.so: 
undefined symbol: mod_authn_otp

What version of the module are you using? On what operating system?
The latest version, centos 6 / 64 bit

LoadModule ... [every module]; after:
LoadModule mod_authn_otp modules/mod_authn_otp.so

Original issue reported on code.google.com by cedi...@gmail.com on 21 Nov 2011 at 9:11

GoogleCodeExporter commented 9 years ago
I'm sorry but I don't have access to a Centos machine.

However, if you find someone who does and can send me a patch I will be happy 
to take a look at incorporating it.

Original comment by archie.c...@gmail.com on 21 Nov 2011 at 11:26

GoogleCodeExporter commented 9 years ago
Hi, thanks for your time. What if I set up a VPS for you with this config? Will 
you have time to look into it or you prefer not? Thanks.

Original comment by cedi...@gmail.com on 22 Nov 2011 at 6:48

GoogleCodeExporter commented 9 years ago
I'm afraid I'm too busy right now.

You could try filing a feature request to whomever manages the package 
repository for CentOS to add it. Then they would do the work for us :)

Original comment by archie.c...@gmail.com on 22 Nov 2011 at 2:43

GoogleCodeExporter commented 9 years ago
I think this is the same problem as issue #4. See that issue for a fix.

Original comment by archie.c...@gmail.com on 28 Feb 2012 at 5:49