I'm cross posting,
http://forums.fedoraforum.org/showthread.php?t=244332
not sure if that's ok or not, but i'm not sure exactly where this thread should be. Feel free to move/delete if necessary.
I've installed texlive from the texlive distribution, not via yum, as here:
http://www.tug.org/texlive/quickinstall.html
i'm pretty sure the install went well enough, and it'll probably work, but i can't install kile or other ide's b/c yum doesn't know texlive is installed.
I've tried rpm -ivh --justdb texlive*rpm
but i'm having dependency problems,
Code:
[jcress@localhost yum.repos.d]$ sudo rpm -ivh --justdb texlive*rpm
error: Failed dependencies:
libkpathsea.so.4 is needed by texlive-2007-51.fc13.i686
libkpathsea.so.4 is needed by texlive-dvips-2007-51.fc13.i686
tex-preview is needed by texlive-texmf-latex-2007-35.fc13.noarch
libkpathsea.so.4 is needed by texlive-utils-2007-51.fc13.i686
I've tried
[CODE] yumdownloader --resolve texlive [\CODE]
but i'm still missing a few things.
I'm not sure how to handle this without screwing up yum.....
any advice would be appreciated.