Hello Dave -

> 
> From: Dave Kitabjian <[EMAIL PROTECTED]>
> Reply-To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> Subject: (RADIATOR) "Warning: prerequisite MD5 0 not found"
> Date: Wed, 24 Nov 1999 17:31:33 -0500
> 
> 
> When I attempt to compile Radiator, I get the following error:
> 
>    web# perl Makefile.PL
>    Warning: prerequisite MD5 0 not found at (eval 1) line 220.
>    Writing Makefile for Radius
> 
> However, I installed and tested MD5 successfully, and it is in an adjacent
> directory:
> 
>    web# pwd
>    /usr/src/contrib/perl5/ext
>    web# ls
>    B               Errno           MD5-1.7         Radiator-2.14.1 attrs
>    DBI-1.13        Fcntl           NDBM_File       SDBM_File       freetds_dbd
>    DB_File         GDBM_File       ODBM_File       Socket          re
>    Data            IO              Opcode          Thread          util
>    DynaLoader      IPC             POSIX           Tk800.015
> 
> Where is perl looking for MD5? FYI:
> 

Perl is looking for MD5 in its own library.

When you install MD5, you should do (in the MD5 distribution directory):

        perl Makefile.PL
        make
        make test
        make install

The "make install" will install the MD5 modules into the perl library structure.

hth

Hugh

--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to