[Mod-auth-users] Compile Issue
Brought to you by:
firechipmunk,
honx
From: Kevin H. <yun...@yu...> - 2010-11-09 04:29:18
|
Hi, I'm trying to install mod_authn_dbi, and I'm getting compiler issues. Here's the start of the errors: mod_authn_dbi.c:30:21: error: apr_lib.h: No such file or directory mod_authn_dbi.c:32:22: error: apr_want.h: No such file or directory mod_authn_dbi.c:33:25: error: apr_strings.h: No such file or directory mod_authn_dbi.c:34:64: error: apr_md5.h: No such file or directory mod_authn_dbi.c:35:22: error: apr_sha1.h: No such file or directory mod_authn_dbi.c:36:25: error: apr_reslist.h: No such file or directory mod_authn_dbi.c:37:22: error: apr_hash.h: No such file or directory ... I found those headers in /usr/include/apr-1/ Do I need to edit the path of the headers? or does anyone have an easier solution? And here's a bit more info, if needed: uname -a Linux mymyserver.com 2.6.9-023stab052.4-smp #1 SMP Tue May 11 19:21:39 MSD 2010 x86_64 x86_64 x86_64 GNU/Linux httpd -v Server version: Apache/2.2.6 (Unix) Server built: Sep 18 2007 11:25:59 httpd -l Compiled in modules: core.c prefork.c http_core.c mod_so.c -- - Kevin http://www.yungblood.com |