[EMAIL PROTECTED] ([EMAIL PROTECTED]) said:
> I copied the anaconda directory over to to misc/src/anaconda in the
> RedHat tree, and ran a make install. I got the following errors:
[ bunch of error messages trimmed]
> There is a pci.h in /usr/include/kudzu/ so I also tried changing the
> #include line in anaconda/kudzu/pci.c to read #include <kudzu/pci.h> but
> it gave me even more errors so i guess that is not right.
> 
> what's wrong?

The pci.h stuff is that you don't have pciutils-devel installed. The
-lisys errors may be due to that as well, I can't remember... I got a
bunch of error messages while building anaconda and fixed most of them by
installing the proper -devel rpms.

Now the error I'm getting is:

Traceback (innermost last):
  File "/usr/bin/anaconda", line 31, in ?
    import gettext_rh
  File "/usr/lib/anaconda/gettext_rh.py", line 43, in ?
    import os, string, iutil, gzread
  File "/usr/lib/anaconda/iutil.py", line 2, in ?
    import types, os, sys, isys, select, string, stat, signal
  File "/usr/lib/anaconda/isys.py", line 1, in ?
    import kudzu
ImportError: /usr/lib/python1.5/site-packages/kudzumodule.so: undefined symbol: fstat

Anybody know what fixes this?

.adam

-- 
[                     Adam Lazur <[EMAIL PROTECTED]>                     ]
[       Paralogic Inc. - www.plogic.com - www.xtreme-machines.com        ]



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to