I believe this may be the answer you need:
from http://www.opensrs.org/archives/dev-list/0007/0040.html
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Most likely your DES and Blowfish modules are not properly installed, and
Perl script doesn't find them. I had a similar problem on my virtual host,
where I have no root access. I fixed it by installing perl modules like
this:
perl Makefile.PL PREFIX=/usr/home/username/usr/local
make
make test
make install
Please note the use of "PREFIX" parameter.
Hope this helps.
Regards,
--- Witold Ulman <wulman@vsoft.net>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Regards, Eric Longman Atl-Connect Internet Services
+-------------------------------------------------------+ | Atl-Connect Internet Services http://www.atlcon.net | | 3600 Dallas Hwy Ste 230-288 770 590-0888 | | Marietta, GA 30064-1685 support@atlcon.net | +-------------------------------------------------------+ ----- Original Message ----- From: "Jose Luis" <joseluis@alsur.es> To: <dev-list@opensrs.org> Sent: Thursday, December 07, 2000 11:15 AM Subject: Lost with Crypt::CBC error
Hello I had a completely working version of 2.03 client until last week. It suddenly get an error on all the cgis and I beleive it has to do with my provider upgrading to FreeBSD 4.7 (and therefore Perl 5.6). We have recompiled the Blowfish module with the additional extra line included in the docs for compatibility with Perl 5.6 but I still get the error:
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.
When I run verify_install I get:
Checking for Digest::MD5... OK Checking for Crypt::DES... OK Checking for Crypt::Blowfish... OK Checking for Crypt::CBC... ERROR: Crypt::CBC not found: Can't locate CBC.pm in @INC (@INC contains: /usr/local/lib/perl5/5.6.0/i386-freebsd /usr/local/lib/perl5/5.6.0 /usr/local/lib/perl5/site_perl/5.6.0/i386-freebsd /usr/local/lib/perl5/site_perl/5.6.0 /usr/local/lib/perl5/site_perl .) at (eval 4) line 3.
Any help with this would be mostly appreciated. Thanks.
Jose Luis AlSur
This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:36:08 EDT