dkindlund / honeyclient

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

Problem with VMware::VmPerl Libraries #127

Closed dkindlund closed 14 years ago

dkindlund commented 14 years ago

in HOWTO is wrotten:

"HoneyClient::Manager Dependencies

Note: All VMware::VmPerl::* libraries can not be installed via CPAN. These libraries are automatically added to the host system, when VMware Server is installed. "

But after installing VMware Server i still don't have those libraries....

{{{ /source/honeyclient/HoneyClient-Manager-0.99$ perl Makefile.PL * Module::AutoInstall version 1.02 * Checking for Perl dependencies... [Core Features]

What should i do now ?

dkindlund commented 14 years ago

Author: kindlund Okay, can you post the output of the following commands on your system?

{{{

which vmware-cmd

}}}

{{{

vmware-cmd --help

}}}

{{{

locate VmPerl.pm

}}}

Thanks,

-- Darien

dkindlund commented 14 years ago

Author: tomasz.piotrowski@yahoo.it Hi,

I've already solved this problem. All files needed where in {{{ /usr/local/lib/perl/5.8.8 }}} and they should be in {{{ /usr/local/lib/perl5/5.8.8 }}} Then I just had to install openssl-0.9.7 (because of this error : "VMControl Panic: SSLLoadSharedLibrary: Failed to load library /usr/local/bin/libcrypto.so.0.9.7:/usr/local/bin/libcrypto.so.0.9.7: cannot open shared object file: No such file or directory" ) and everything went OK.

Now I have another problem, so I'm gonna open the new ticket.