LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Libacl.so.1 problem (https://www.linuxquestions.org/questions/linux-newbie-8/libacl-so-1-problem-4175465981/)

yougant 06-14-2013 05:18 AM

Libacl.so.1 problem
 
I am trying to get libacl.so.1 as any command i fire give me an error saying

libacl.so.1: cannot open shared object file: No such file or directory
i tried

yum install libacl

There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

libacl.so.1: cannot open shared object file: No such file or directory

Please install a package which provides this module, or
verify that the module is installed correctly.

It's possible that the above module doesn't match the
current version of Python, which is:
2.7.5 (default, Jun 13 2013, 17:23:45)
[GCC 4.7.2 20120921 (Red Hat 4.7.2-2)]

If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq
can someone please help i am stuck

shm0 06-14-2013 08:14 AM

Quote:

Originally Posted by yougant (Post 4971624)
I am trying to get libacl.so.1 as any command i fire give me an error saying

libacl.so.1: cannot open shared object file: No such file or directory
i tried

yum install libacl

There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

Which distro/verion of Linux are you using? Are you sure your installation went smooth? It looks like your installation is messed up.

jdkaye 06-14-2013 09:32 AM

Do you have the package libacl1 (or whatever it's called in your distro) installed?
jdk

knudfl 06-14-2013 10:10 AM

# 1 : Python 2.7.5 :
That's a development version (alpha or beta) of Fedora 19.

Will usually work OK. But : Some essential packages were changed.
The python you have is from yesterday : Jun 13 2013.

No guaranty that a development version will work at all.
The release version is scheduled for July 2´ : You can reinstall the OS.

If it's a libacl error only, you can try reinstalling the package :
1) Download libacl http://dl.fedoraproject.org/pub/fedo...evelopment/19/
→ <arch> → os → Packages → l → libacl-2.2.51-9.fc19*

2) cd Downloads/ ; # rpm -Uvh --force libacl-2.2.51-9.fc19*

-


All times are GMT -5. The time now is 12:02 PM.