Re: Re: Module AuthAny.pm
Joel Palmius <[email protected]>
| Newsgroups | gmane.comp.apache.mod-survey.general |
|---|---|
| Message-ID | <[email protected]> |
I think this is caused by non-enabled backwards compatibility in mod_perl.
Either mod_perl is compiled without backwards compatibility, or it isn't
enabled in the mod_perl startup file. I currently have no machine with the
mentioned systems available, so I'm mainly guessing, but two things to try
would be (either, not both at the same time)
1. Edit survey.conf and change Apache::AuthAny to ModPerl::AuthAny
2. Edit whatever startup script you have for mod_perl (mine is in
/etc/apache2/conf/modules.d/apache2-mod_perl-startup.pl) and make
sure the following lines are there:
use Apache2 ();
use Apache::compat ();
I hope one of these helps. Please tell me if you try, otherwise I'll try
to set up a redhat box in the weekend and see what I can do.
// Joel
On Wed, 1 Sep 2004, jono price wrote:
> Joel Palmius <joel.palmius <at> mh.se> writes:
>
>> I am currently away from my computer, but when I get home I can test this
>> on my mandrake sandbox.
>>
>> Possibly you need to install an rpm called mod_auth, mod_auth_anon or
>> similar, try doing a "rpm -qa" and grep for auth.
>
>
> Hi Joel,
>
> Just wondering if this issue was ever sorted out.
> I have the same problem.
>
> I'm using:
>
> redhat 9
> httpd-2.0.40-21.9
> mod_perl-1.99_07
> modsurvey-3.2.0_rc1
>
> Issuing rpm -qa|grep auth gives:
>
> authconfig-4.3.4-1
> auth_ldap-1.6.0-4
> XFree86-xauth-4.3.0-2.90.55
>
> I cant find any rpm for mod_auth on redhat 9, but httpd.conf has:
>
> LoadModule auth_module modules/mod_auth.so
> LoadModule auth_anon_module modules/mod_auth_anon.so
>
>
> I had a look at Authentication.pm which has:
>
> use Apache::Constants
>
> and when I try to get it from CPAN it wont install on httpd v2
> it wants httpd v1.3
>
>
> Thanks, Jono
>
>
>
>
>
>
>
> Skickat av jono price <[email protected]>
> till survey-discussion
>
Skickat av Joel Palmius <[email protected]>
till survey-discussion