Jean-Marc: I have composed a testing/install script for rpm's of
xforms-0.88-2.i386.rpm
lyx-1.0.1-2.i386.rpm
The output is 194 lines long (991 with -ivv ) and that
seems to be a bit much for the email group. I will attach or post it if
requested. The point is that neithier package requires libc.so.5 but the
installed
lyx-1.0.1 ends up using it when "ldd" is run against it.
I have attached the script and will be glad to mail the results or
look further if asked. Otherwise, I guess I will have to reinstall the
whole system to get lyx back(:(: I was supposed to have some homework in
sometime soon.
Sincerely,
Raymond E. Rogers [EMAIL PROTECTED]
5251 Wayne Rd. White Lake, MI 48383
http://www.plaidheron.simplenet.com/ray/resume.html
echo "testing rpm -q -p -i -R xforms* >lyx.dbg.lst" >lyx.dbg.lst
rpm -q -i -R -p xforms* >>lyx.dbg.lst
echo "testing rpm -i --test xforms* >>lyx.dbg.lst 2>&1" >>lyx.dbg.lst
rpm -i --test xforms* >>lyx.dbg.lst 2>&1
echo "testing rpm -i --force xforms* >>lyx.dbg.lst 2>&1" >>lyx.dbg.lst
rpm -i --force xforms* >>lyx.dbg.lst 2>&1
echo "testing rpm -q -i xforms >>lyx.dbg.lst" >>lyx.dbg.lst
rpm -q -i xforms >>lyx.dbg.lst
echo "testing rpm -q -p -i -R lyx-1.0.1* >>lyx.dbg.lst" >>lyx.dbg.lst
rpm -q -i -R -p lyx-1.0.1* >>lyx.dbg.lst
echo "testing rpm -i --test lyx-1.0.1* >>lyx.dbg.lst 2>&1" >>lyx.dbg.lst
rpm -i --test lyx-1.0.1* >>lyx.dbg.lst 2>&1
echo "testing rpm -i --force -nodeps lyx-1.0.1* >>lyx.dbg.lst 2>&1" >>lyx.dbg.lst
rpm -i --force --nodeps lyx-1.0.1* >>lyx.dbg.lst 2>&1
echo "testing rpm -q -i lyx" >>lyx.dbg.lst
rpm -q -i lyx >>lyx.dbg.lst
whereis lyx >>lyx.dbg.lst
ldd /usr/local/bin/lyx >>lyx.dbg.lst
rpm -q -i lyx >>lyx.dbg.lst