[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] opensrs - crypt cbc.pm
- Subject: Re: [cobalt-users] opensrs - crypt cbc.pm
- From: "Brian Curtis" <webmaster@xxxxxxxxxxx>
- Date: Tue Mar 14 04:35:57 2000
- Organization: Pomfret Computer Technologies
Gary,
> anyone using opensrs and so have installed it???
>
> If so - maybe you could help with installing crypt cbc.pm on a raq3? and
> whether other files are needed - I have the basics on the server (cgi's
etc)
> but when i debug it gives me an error crypt cbc not found
Did you actually install the Crypt-CBC perl module as root into the Perl
tree?
ex:
<After unpacking the module and entering the module directory>
# perl Makefile.PL
# make; make test
# make install
There are also several other modules which need to be installed (in a
certain order) to get the OpenSRS client up and running. They can all be
downloaded from Cpan.org.
This is well documented in the instructions that come with the OpenSRS
client, but feel free to contact me personally if something's tripping you
up.
Brian Curtis