When I use the Apache::AuthenDBI the apache server generate the next
error:

=============
[Tue Dec 21 11:54:12 1999] [error] [Tue Dec 21 11:54:12 1999] nul: The
crypt() function is unimplemented due to excessive paranoia. at
c:\perl\site\5.00503\lib/Apache/AuthenDBI.pm line 186.
=============

But, I built the perl with this function, and when i use this function
out mod_perl, the perl doesn't generate this error. 

How I must compile the PerlModule.dll to include this function inside
mod_perl

My machine:

Windows NT40 SP5
Apache1.3.9
Mod_perl_1.21
Perl: 

Summary of my perl5 (5.0 patchlevel 5 subversion 03) configuration:
  Platform:
    osname=MSWin32, osvers=4.0, archname=MSWin32-x86
    uname=''
    hint=recommended, useposix=true, d_sigaction=undef
    usethreads=undef useperlio=undef d_sfio=undef
  Compiler:
    cc='cl.exe', optimize='-O2 -MD -DNDEBUG', gccversion=
    cppflags='-DWIN32'
    ccflags ='-O2 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT 
-DHAVE_DES_FCRYPT '
    stdchar='char', d_stdstdio=define, usevfork=false
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10
    alignbytes=8, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='link', ldflags ='-nologo -nodefaultlib -release -machine:x86'
    libpth=\lib
    libs= oldnames.lib kernel32.lib user32.lib gdi32.lib  winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib  oleaut32.lib
netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib  version.lib
odbc32.lib odbccp32.lib PerlCRT.lib
    libc=PerlCRT.lib, so=dll, useshrplib=yes, libperl=perl.lib
  Dynamic Linking:
    dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -release
-machine:x86'


Characteristics of this binary (from libperl): 
  Built under MSWin32
  Compiled at Dec 20 1999 16:54:40
  @INC:
    c:\perl\5.00503\lib/MSWin32-x86
    c:\perl\5.00503\lib
    C:\perl\5.00503\lib/MSWin32-x86
    C:\perl\5.00503\lib
    C:\perl\site\5.00503\lib/MSWin32-x86
    C:\perl\site\5.00503\lib
    c:\perl\site\5.00503\lib/MSWin32-x86
    c:\perl\site\5.00503\lib

Reply via email to