From: Mark W. <mew...@un...> - 2000-07-28 15:38:57
|
Correct. I accidentally included a bunch of AutoLoader stuff when I built it the first time. I've been trying to get time to rewrite the module from scratch to take care of this & fill out my feature list. But the time just hasn't been there ;). Mark On Fri, 28 Jul 2000, Graham Barr wrote: > I guess from the error report it also has DynaLoader in @ISA which > probably is not needed anymore either. > > Graham. > > On Fri, Jul 28, 2000 at 10:02:14AM -0500, Mark Wilcox wrote: > > Oh, that's a 'bug' caused by the fact that I turned on the wrong swith > > when I created the module. > > > > There is a line in AuthNetLDAP.pm that says: > > bootstrap Apache::AuthNetLDAP $VERSION; > > > > Comment out this line and you'll no longer get this message. > > > > The next version of AuthNetLDAP won't have this. > > > > Mark > > > > On Fri, 28 Jul 2000, wiLL wrote: > > > > > Hello Again! > > > > > > At last I got this thing working with my Apache, I just really needed to > > > upgrade my apache .. > > > but here's another error_log I just encountered again, I checked out the > > > directories and Autnetldap is there .. > > > > > > [Fri Jul 28 17:42:35 2000] [error] Can't locate loadable object for module > > > Apache::AuthNetLDAP in @INC (@INC contains: > > > /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 > > > /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 . > > > /etc/httpd/ /etc/httpd/lib/perl) at (eval 5) line 3 > > > > > > > > > > > > > > > FROM: Mark Wilcox > > > DATE: 07/26/2000 11:12:09 > > > SUBJECT: RE: AuthNetLDAP > > > > > > This sounds like your mod_perl install is screwed up or you > > > don`t have > > > your Apache configured so that you can change that authentication > > > mechanisms in your .htaccess file. > > > > > > > > > Mark > > > > > > On Wed, 26 Jul 2000, wiLL wrote: > > > > > > > > > > > I have installed AuthNetLDAP on my server with no problem, > > > edited the > > > > .htaccess file but I got the ff. errors when I tried to > > > access the > > > > directory, here is ther error_log: > > > > > > > > .... /home/httpd/html/casper/.htaccess: Invalid command > > > `PerlSetVar`, > > > > perhaps mis-spelled or defined by a module not included in > > > the server > > > > configuration > > > > > > > > I`m new to this one and I dont know if i`m missing something > > > out ? thanks > > > > for any help ... > > > > > > > > wiLL > > > > > > > > ------------------------------------- > > > > wiLL S. Olivete Jr. > > > > wol...@sk... > > > > pgp key id : 0x2D85D7BF > > > > office voice: 63.74.443.5657 > > > > mobile: 0917.972.6384 > > > > pager: ec 963576 > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------- > > > wiLL S. Olivete Jr. > > > wol...@sk... > > > pgp key id : 0x2D85D7BF > > > office voice: 63.74.443.5657 > > > mobile: 0917.972.6384 > > > pager: ec 963576 > > > > > > > > > > > > > |