dkindlund / honeyclient

MITRE HoneyClient Project
http://www.honeyclient.org
GNU General Public License v2.0
8 stars 4 forks source link

there is a problem with installing the perl dependencies #183

Closed dkindlund closed 14 years ago

dkindlund commented 14 years ago

"cpan[16]> install Bundle::HoneyClient::Util
Warning: Cannot install Bundle::HoneyClient::Util, don't know what it is. Try the command

i /Bundle::HoneyClient::Util/

to find objects with matching identifiers."

The above is the error message I am getting. Can you please help me with this?

dkindlund commented 14 years ago

Author: kindlund Hi,

It looks like you didn't tell CPAN to use your local repository, instead of the public one.

See step #1 in this section: http://www.honeyclient.org/trac/wiki/UserGuide#InitializeCPAN

You want to tell CPAN to use your extracted directory /home/user/honeyclient/cpan by setting the o conf urllist cpan variable.

If you're still having problems, please let me know.

Regards,

-- Darien

dkindlund commented 14 years ago

Author: anonymous Thanks for the attention. I have already done that: "cpan[1]> o conf urllist urllist
0 [file:///home/testbed/honeyclient/cpan/] Type 'o conf' to view all configuration items"

But it is still giving the same error.

Ankur

dkindlund commented 14 years ago

Author: xkovah Perl caches the package list when it does the first install. So if you had ever done an install before configuring our settings, it is likely that you have the wrong metadata. Try removing honeyclient/cpan/Metadata and see if that makes a difference.

Xeno

dkindlund commented 14 years ago

Author: anonymous Thanks a lot. It's working now.