LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   The following packages could not be found on your system. Installation cannot contin (https://www.linuxquestions.org/questions/linux-software-2/the-following-packages-could-not-be-found-on-your-system-installation-cannot-contin-355621/)

mohar 08-21-2005 07:00 PM

The following packages could not be found on your system. Installation cannot contin
 
When trying to install development tools I get the following error.
> The following packages could not be found on your system. Installation
cannot continue until they are installed.
> libselinux ('system-config-securitylevel', '1.4.18','2')
> libxml2 ('libxml2-python','2.6.16','3')

When I do a locate :

]$ locate libselinux
/lib/libselinux.so.1

]$ locate libxml2
/usr/lib/libxml2.so.2

PenguinPwrdBox 08-21-2005 07:41 PM

What happens when you do this:

Code:

rpm -q /lib/libselinux.so.1 --whatprovides
Do you get a package name back? What about the second file?
If not, they are not installed.

mohar 08-22-2005 01:52 PM

It looks like these files are installes

~]$ rpm -q /lib/libselinux.so.1 --whatprovides
libselinux-1.19.1-8
~]$ rpm -q /usr/lib/libxml2.so.2 --whatprovides
libxml2-2.6.16-3

PenguinPwrdBox 08-22-2005 09:46 PM

Your SELinux may be downlevel. You should try to upgrade it.
If I'm reading the versioning right, but I could be wrong. That may be one nine, it may be nineteen. Try to upgrade it, and it will tell you. http://freshrpms.net/


All times are GMT -5. The time now is 08:00 AM.