Peter Flynn wrote: > All that's required is for the maintainer of the tetex RPMs to use > up-to-date versions from CTAN, and for the author of the embedded > install script in the LyX RPM to test for a working kpsewhich instead > of assuming it's in the location the RH tetex RPMs install it.
It does so, but what you are seeing is the rpm dependency of the LyX rpm on the TeX rpm. If you install LyX from rpm, it will depend on the TeX rpm (see below). This is done on purpose, otherwise the rpm would be useless for ordinary users who use the TeX rpm. If you don't have the TeX rpm, install LyX from source, or use the --nodeps switch of rpm. As Jose' wrote: You are on your won if you want to use the LyX rpm without its dependencies. > Sorry for the OT flak, but I've been supporting TeX for 20 years, and > the inconsistencies of the RH tetex RPMs are the biggest headache we > have. If that really is the case use something else. The important thing to remember is: rpm and yum do not know of software that is installed from something else than rpms. So if you don't install TeX from an rpm you will get missing dependencies in may TeX related rpms. This is no error, neither of the packages nor of rpm, it is the way how the rpm system was designed and works. You can work around this either with the --nodeps switch of rpm, or by installing these packages from source. Georg