PEAR::Crypt_Blowfish ? Is this available for cPanel?

jols

Well-Known Member
Mar 13, 2004
1,107
3
168
Nothing comes up when using WHM to search for this module - PEAR::Crypt_Blowfish

Searching via Main >> Software >> Install a Perl Module

I do see that Crypt::Blowfish and Crypt::Blowfish_PP comes up (Crypt::Blowfish is already installed).

So, is Crypt::Blowfish the same as PEAR::Crypt_Blowfish ?

If so, customer also says:

The debugger looked on the following include paths:
.:/usr/lib/php:/usr/local/lib/php

Is this really where the modules are kept? Apparently his debugger is not finding the module.

I know very little about this particular module. Can anyone lend some advice?
 

jols

Well-Known Member
Mar 13, 2004
1,107
3
168
Okay, just found the answer for this, I think.

I ran the following at the shell:

pear install Crypt_Blowfish

The response was as follows:

downloading Crypt_Blowfish-1.0.1.tgz ...
Starting to download Crypt_Blowfish-1.0.1.tgz (11,954 bytes)
.....done: 11,954 bytes
install ok: channel://pear.php.net/Crypt_Blowfish-1.0.1


Now I am attempting to find out where the module actually went so I can give the customer the proper path. Anyone?
 

jols

Well-Known Member
Mar 13, 2004
1,107
3
168
Okay, nevermind, it works for the customer now, so end of story. I hope someone else finds this self-thread useful. It took quiet a while to discover the "pear install Crypt_Blowfish" shell command. I think this is a zen cart thing.