Hi Philip, For answers on your questions see below mail:
> Hi, here are some questions / things to try. > 1. Do you have multiple installations of perl? I don't think it. It's a standard installation of RedHet 3.0 AS > > 2. Post the full output perl -V output to the list. > [EMAIL PROTECTED] logs]# perl -V Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration: Platform: osname=linux, osvers=2.4.21-1.1931.2.393.entsmp, archname=i386-linux-thread-multi uname='linux por' config_args='-des -Doptimize=-O2 -g -pipe -march=i386 -mcpu=i686 -Dmyhostname=localhost [EMAIL PROTECTED] -Dcc=gcc -Dcf_by=Red Hat, Inc. -Dinstallprefix=/usr -Dprefix=/usr -Darchname=i386-linux -Dvendorprefix=/usr -Dsiteprefix=/usr -Dotherlibdirs=/usr/lib/perl5/5.8.0 -Duseshrplib -Dusethreads -Duseithreads -Duselargefiles -Dd_dosuid -Dd_semctl_semun -Di_db -Ui_ndbm -Di_gdbm -Di_shadow -Di_syslog -Dman3ext=3pm -Duseperlio -Dinstallusrbinperl -Ubincompat5005 -Uversiononly -Dpager=/usr/bin/less -isr' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef' useithreads=define usemultiplicity= useperlio= d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=un uselongdouble= usemymalloc=, bincompat5005=undef Compiler: cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm', optimize='', cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -I/usr/include/gdbm' ccversion='', gccversion='3.2.3 20030502 (Red Hat Linux 3.2.3-19)', gccosandvers='' gccversion='3.2.3 200305' intsize=o, longsize=s, ptrsize=l, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long' k', ivsize=4' ivtype, nvtype='double' o_no', nvsize=, Off_t='', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='gcc' l', ldflags =' -L/usr/local/lib' ldflags_use' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -lgdbm -ldb -ldl -lm -lpthread -lc -lcrypt -lutil perllibs= libc=/lib/libc-2.3.2.so, so=so, useshrplib=true, libperl=libper gnulibc_version='2.3.2' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so', d_dlsymun=undef, ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE' cccdlflags='-fPIC' ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5', lddlflags='s Unicode/Normalize XS/A' Characteristics of this binary (from libperl): Compile-time options: DEBUGGING MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT Locally applied patches: MAINT18379 Built under linux Compiled at Sep 15 2003 10:03:52 @INC: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 . [EMAIL PROTECTED] logs]# > 3. post the output of > > find /usr/lib/perl5/5.8.0 -type f -name "AuthenNTLM*" to the list. > I didn't found this file. But I've run the command "perl -MCPAN -e install 'Apache::AuthenNTLM'" > If you have a startup.pl file post that too. Startup.pl: use warnings; use strict; use Apache2::ServerUtil (); use Apache2::ServerRec (); use File::Spec::Functions qw(catdir); # base server # XXX: at the moment this is wrong, since it return the base server $s # and not the vhost's one. needs to be fixed. my $s = Apache2::ServerUtil->server; my $vhost_doc_root = catdir Apache2::ServerUtil::server_root, qw(htdocs vhost); # testing $s->add_config() in vhost my $conf = <<"EOC"; # must use PerlModule here to check for segfaults # and that the module is loaded by vhost PerlModule TestVhost::config PerlSetVar DocumentRootCheck $vhost_doc_root <Location /TestVhost__config> SetHandler modperl PerlResponseHandler TestVhost::config::my_handler </Location> EOC $s->add_config([split /\n/, $conf]); # this used to have problems on win32 $s->add_config(['<Perl >', '1;', '</Perl>']); 1; > > 4. Above the Directory "/opt/Cordys/Web" line > try adding > PerlModule Apache::AuthenNTLM After this I get the following message in th error_log file: [Mon Apr 25 14:10:19 2005] [error] Can't load Perl module Apache::AuthenNTLM for server cnd0945.vanenburg.com:0, exiting... > > HTH. > > > -- > END > ------------------------------------------------------------------------ -- > --- > Philip M. Gollucci > Senior Developer - Liquidity Services Inc. > Phone: 202.558.6268 (Direct) > E-Mail: [EMAIL PROTECTED] > Web: http://www.liquidation.com ********************************************************************** The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. **********************************************************************