You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Tianyin Xu <ti...@cs.ucsd.edu> on 2012/03/20 19:45:34 UTC

[users@httpd] undefined symbol: apr_tempy_dir_get when loading mod_auth_digest module

Hi, all,

I want to load the mod_auth_digest module into my Apache httpd, here is my
load directive in my httpd.conf (line no: 192)

LoadModule auth_digest_module modules/mod_auth_digest.so

However, I encountered the following information:

httpd: Syntax error on line 192 of
/home/tianyin/apache-2.4.1/conf/httpd.conf: Cannot load
/home/tianyin/apache-2.4.1/modules/mod_auth_digest.so into server:
/home/tianyin/apache-2.4.1/modules/mod_auth_digest.so: undefined symbol:
apr_tempy_dir_get

Does the mod_auth_digest module rely on other modules? I didn't find the
information from manual.


Thanks a lot,
Tianyin

-- 
Tianyin XU,
http://cseweb.ucsd.edu/~tixu/

[users@httpd] Mod_auth_radius

Posted by "Jaworski, Frank" <fd...@buffalo.edu>.
Hello,

Has anyone used mod_auth_radius before?  I can not get caching to function with it.  Thanks.

Frank Jaworski

Re: [users@httpd] undefined symbol: apr_tempy_dir_get when loading mod_auth_digest module

Posted by Tianyin Xu <ti...@cs.ucsd.edu>.
oooooh my god!!! that is exactly the reason!! I don't know when I screwed
it up...

Thanks a looooooooooooot, Eric!!! You are awesome as always!!

T


On Tue, Mar 20, 2012 at 12:08 PM, Eric Covener <co...@gmail.com> wrote:

> > LoadModule auth_digest_module modules/mod_auth_digest.so
> >
> > However, I encountered the following information:
> >
> > httpd: Syntax error on line 192 of
> > /home/tianyin/apache-2.4.1/conf/httpd.conf: Cannot load
> > /home/tianyin/apache-2.4.1/modules/mod_auth_digest.so into server:
> > /home/tianyin/apache-2.4.1/modules/mod_auth_digest.so: undefined symbol:
> > apr_tempy_dir_get
>
> Did you edit this by accident and change apr_temp_dir_get to
> apr_tempy_dir_get?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


-- 
Tianyin XU,
http://cseweb.ucsd.edu/~tixu/

Re: [users@httpd] undefined symbol: apr_tempy_dir_get when loading mod_auth_digest module

Posted by Eric Covener <co...@gmail.com>.
> LoadModule auth_digest_module modules/mod_auth_digest.so
>
> However, I encountered the following information:
>
> httpd: Syntax error on line 192 of
> /home/tianyin/apache-2.4.1/conf/httpd.conf: Cannot load
> /home/tianyin/apache-2.4.1/modules/mod_auth_digest.so into server:
> /home/tianyin/apache-2.4.1/modules/mod_auth_digest.so: undefined symbol:
> apr_tempy_dir_get

Did you edit this by accident and change apr_temp_dir_get to apr_tempy_dir_get?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org