You are not logged in.

#1 2010-04-17 16:31:05

drseergio
Member
Registered: 2010-04-17
Posts: 2

Apache mod_auth_kerb load fails

I have been trying to install Apache and the mod_auth_kerb module from AUR. However, when Apache is trying to load the module it fails with the following error message:

httpd: Syntax error on line 465 of /etc/httpd/conf/httpd.conf: Syntax error on line 6 of /etc/httpd/conf/auth_kerb.conf.sample: Can't locate API module structure `auth_kerb_module' in file /etc/httpd/modules/mod_auth_kerb.so: /etc/httpd/modules/mod_auth_kerb.so: undefined symbol: auth_kerb_module

The line which is causing the problem is:
  LoadModule auth_kerb_module modules/mod_auth_kerb.so

Apache is installed by using "pacman -S apache". mod_auth_kerb is installed by:
  wget http://aur.archlinux.org/packages/mod_a … _kerb.conf 
  wget http://downloads.sourceforge.net/projec … 5.4.tar.gz
  wget http://aur.archlinux.org/packages/mod_a … kerb.patch
  wget http://aur.archlinux.org/packages/mod_a … b/PKGBUILD
  makepkg -s
  pacman -U mod_auth_kerb-5.4-2-i686.pkg.tar.xz

Apache is in vanilla state and I have not modified any configuration files. This is a fresh ArchLinux installation.

Any troubleshooting tips?

Last edited by drseergio (2010-04-17 16:31:41)

Offline

#2 2010-04-17 19:23:35

drseergio
Member
Registered: 2010-04-17
Posts: 2

Re: Apache mod_auth_kerb load fails

Version that I am currently using:

peach-eth ~ # pacman -Q apache
apache 2.2.15-2
peach-eth ~ # pacman -Q heimdal
heimdal 1.3.2-1
peach-eth ~ # pacman -Q mod_auth_kerb
mod_auth_kerb 5.4-2

Offline

Board footer

Powered by FluxBB