I need to recompile php, in order to do that I needed openssl-devel but when I tried installing it, I got the following error:
# apt-get install openssl-devel
Reading Package Lists...
Building Dependency Tree...
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:
The following packages have unmet dependencies:
openssl-devel: Depends: openssl (= 0.9.7a-43.17.mOS1.2) but 0.9.7a-43.17.mOS1.6 is to be installed
E: Broken packages
Of course I tried installing openssl but it is already there
# apt-get install openssl
Reading Package Lists...
Building Dependency Tree...
openssl is already the newest version.
0 upgraded, 0 newly installed, 0 removed and 1 not upgraded.
I even tried apt-get reinstall openssl but nothing changed. I need openssl-devel because I also need to install another packages that depend on it.
I also tried to do apt-get update and apt-get upgrade with no help.
Can I install openssl-devel from source code? I try installing the rpm but that doesn't work because each rpm version needs a matching openssl version and I can't find a matching openssl-devel to what I already have installed on this box!!
Please I need help ASAP.
uname -aisLinux mbox.system.lan 2.6.18-194.8.1.v5 #1 SMP Thu Jul 15 01:14:04 EDT 2010 i686 i686 i386 GNU/Linux– Reem Jun 1 '11 at 10:12/etc/redhat-releasefile to be sure. – Patches Jun 1 '11 at 19:07apt-get install yumbut there was no such package! How can I install yum then? – Reem Jun 1 '11 at 22:12