I am trying to issue the following command:
# apt-get install perl-ldap
-------------------------------------------------
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
he following packages have unmet dependencies:
perl-ldap: Depends: perl(HTTP::Negotiate) but it is not installable
Depends: perl(HTTP::Response) but it is not installable
Depends: perl(HTTP::Status) but it is not installable
Depends: perl(LWP::MediaTypes) but it is not installable
Depends: perl(LWP::Protocol) but it is not installable
E: Broken packages
----------------------------------------------------------------------
When I try to install those modules I got the following:
cpan> install HTTP::Negotiate HTTP::Response HTTP::Status LWP::MediaTypes LWP::Protocol
HTTP::Negotiate is up to date.
HTTP::Response is up to date.
HTTP::Status is up to date.
LWP::MediaTypes is up to date.
LWP::Protocol is up to date.
What does that means?
Thanks