This is a discussion on Apache::AuthenNTLM runtime errors from Apache within the Linux Web Servers forums, part of the Web Server and Related Forums category; Hi, We are trying to use the Apache::AuthenNTLM perl module with HP/Apache and mod_perl. We have disable mod_perl ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
We are trying to use the Apache::AuthenNTLM perl module with HP/Apache and mod_perl. We have disable mod_perl from running our cgi-perl scripts (by using apache directives to only use mod_perl from *PL files), as we want to use 5.8 for this, and the HP-supplied mod_perl is tied to 5.6.1 Everything installs ok & the server starts ok. However, we get the following errors in the errorlog: [Fri Aug 08 13:39:47 2003] [error] failed to resolve handler `Apache::AuthenNTLM' [Fri Aug 08 13:39:47 2003] [error] [client 30.254.43.59] Can't find 'boot_Authen__Smb' symbol in /opt/perl5.8/lib/site_perl/5.8.0/ PA-RISC1.1/auto/Authen/Smb/Smb.sl Compilation failed in require at /opt/perl5.8/lib/site_perl/5.8.0/PA-RISC1.1/Apache/AuthenNTLM.pm line 29. BEGIN failed--compilation aborted at /opt/perl5.8/lib/site_perl/5.8.0/PA-RISC1.1/Apache/AuthenNTLM.pm line 29. Compilation failed in require at (eval 5) line 3. Looks an odd error, as the symbol seems to be ther (I am no programmer though :) marsweb@lsg03n03 $ nm /opt/perl5.8/lib/site_perl/5.8.0/PA-RISC1.1/auto/Authen/Smb/Smb.sl | grep boot boot_Authen__Smb | 30816|extern|entry | boot_Authen__Smb | 30936|extern|code |$CODE$ Does anyone know what is causing the problem? we are really stumped here and I am up against a deadline to get this stuff working. All help greatly appreciated.... Antony perl version 5.8.0 mod_perl version 5.6.1 Apache::AuthenNTLM version 2.04 Server version: HP Apache-based Web Server/2.0.43 |
|
|||
|
"Antony Batten" <google@top-dog.freeserve.co.uk> wrote in
> perl version 5.8.0 > mod_perl version 5.6.1 > Apache::AuthenNTLM version 2.04 > Server version: HP Apache-based Web Server/2.0.43 I thought that you need to rebuild your mod_perl if you upgrade your perl from 5.6.1 to 5.8 Tulan |
|
|||
|
"Tulan W. Hu" <twhu@lucent.com> wrote in message news:<bhdhse$444@netnews.proxy.lucent.com>...
> "Antony Batten" <google@top-dog.freeserve.co.uk> wrote in > > perl version 5.8.0 > > mod_perl version 5.6.1 > > Apache::AuthenNTLM version 2.04 > > Server version: HP Apache-based Web Server/2.0.43 > > I thought that you need to rebuild your mod_perl if you upgrade > your perl from 5.6.1 to 5.8 > > Tulan Hi, We aren't upgrading mod_perl to 5.8 ... we are trying to use a separate installation of perl. It works ok in most other ways ... though I am no expert on perl/mod_perl installs. Shouldn't it be possible to run both mod_perl and "normal" perl ? Thanks, Antony. |