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

2012-03-20 Thread Tianyin Xu
oh my god!!! that is exactly the reason!! I don't know when I screwed it up... Thanks a lot, Eric!!! You are awesome as always!! T On Tue, Mar 20, 2012 at 12:08 PM, Eric Covener wrote: > > LoadModule auth_digest_module modules/mod_auth_digest.so > > > > However, I encountered

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

2012-03-20 Thread Eric Covener
> 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/apac

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

2012-03-20 Thread Tianyin Xu
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