LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Custom FC3 buildinstall error (https://www.linuxquestions.org/questions/red-hat-31/custom-fc3-buildinstall-error-349209/)

dingaling 08-02-2005 09:27 AM

Custom FC3 buildinstall error
 
I'm building a custom FC3 distro. I keep getting this same error no matter what I try. I'm using the latest librpm-4.4 and rpm-4.4 packages. I never had a problem using the 4.3 versions. That builds fine. The error I keep getting is this:

Removing unused python files in hdimage... Traceback (most recent call last):
File "/usr/bin/anaconda", line 350, in ?
from exception import handleException
File "/usr/lib/anaconda/exception.py", line 24, in ?
import rpm
File "/usr/lib/python2.3/site-packages/rpm/__init__.py", line 7, in ?
from _rpm import *
ImportError: librpm-4.4.so: cannot open shared object file: No such
file or directory
done.

I do in fact have librpm-4.4 installed as well as have /usr/lib in ld.so.conf. I've tried putting this in my comps.xml, I've added all kinds of python packages, you name it I've done it. I've done eveything I know how but I get the same result. Any help would be greatly appreciated.

Dennis

misc 08-13-2005 07:32 AM

It's better if you could prove that you do have the right files in the place where they are found. What do you get for
Code:

ldd /usr/lib/librpm-4.4.so
ldd /usr/lib/python2.3/site-packages/rpm//*rpmmodule*.so

?


All times are GMT -5. The time now is 03:53 PM.