Re: (RADIATOR) Compiling Errors

1999-03-24 Thread Paul Thornton

Hi,

> looks to me like your MD5 library did not compile and install properly.

This does look like it's the case. You could also use MCPAN to install the
MD5 module or others, without the need to recompile PERL all the time.

/usr/local/bin/perl -MCPAN -e shell

The first thing to do is to follow all the stuff at the start to get
CPAN working and talking to local CPAN FTP servers.

then;

cpan> i /MOD_NAME/ <- this will search the CPAN site for that module if
  your not sure what it is.

I.E. i /MD5/

cpan> install PERL:MODULE <- This is the name of the Perl Module


This will install the MD5 module or any other module that you find usefull
easily and quickly.

Paul Thornton.


===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) Compiling Errors

1999-03-24 Thread Mike McCauley

Hi Tom,

looks to me like your MD5 library did not compile and install properly.

This is what I usuaully do to build MD5:

Unpack it in a work area (not in the perl tree, as some of the docs suggest)
cd MD5-1.7
perl Makefile.pl
make
make test
(as root) make install

Is that what you did?
Did you get any error messages?

Hope that helps.

Cheers.

On Mar 23,  7:08pm, Tom Williams wrote:
> Subject: (RADIATOR) Compiling Errors
> Hi,
>
> I am trying to compile radiator and get it going on a freebsd 2.2.5
> machine with perl5.004, I have installed the MD5 asnd run the make test
> that it came with and it works I then proceeded to do the Radiator setup
>
> perl Makefile.Pl
> then when I went on to do make test i get this error
> Can't locate loadable object for module MD5 in @INC (@INC contains: .
> /usr/local
> /lib/perl5/i386-freebsd/5.00404 /usr/local/lib/perl5
> /usr/local/lib/perl5/site_p
> erl/i386-freebsd /usr/local/lib/perl5/site_perl .) at Radius/Radius.pm
> line 23
> BEGIN failed--compilation aborted at Radius/Radius.pm line 23.
> BEGIN failed--compilation aborted at radpwtst line 20.
>
> Anyone have any ideas?
>
> TTYL
> Tom Williams
> Thanks
>
>
>
> ===
> To unsubscribe, email '[EMAIL PROTECTED]' with
> 'unsubscribe radiator' in the body of the message.
>-- End of excerpt from Tom Williams



-- 
Mike McCauley   [EMAIL PROTECTED]
Open System Consultants Pty. LtdUnix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia   Consulting and development
Phone, Fax: +61 3 9598-0985 http://www.open.com.au

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, external, etc etc on Unix, Win95/8, NT, Rhapsody
===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.