While trying to install XFree86-4.1.0, I get:
[root@pebbles X410]# rpm -Uvh XFree86-4.1.0-4mdk.i586.rpm
error: failed dependencies:
perl(strict) is needed by XFree86-4.1.0-4mdk
[root@pebbles X410]# locate strict.pm
/usr/lib/perl5/5.6.0/strict.pm
[root@pebbles X410]# rpm -Uvh --nodeps XFree86-4.1.0-4mdk.i586.rpm
XFree86 ##################################################
var/tmp/rpm-tmp.7855: line 8: 7454 Segmentation fault (core dumped)
xftcache >/dev/null 2>&1
Is that the right perl(strict)? What am I missing after
the Seg fault?
Also, when installing the 75dpi fonts:
[root@pebbles X410]# rpm -Uvh XFree86-75dpi-fonts-4.1.0-4mdk.i586 .rpm
XFree86-75dpi-fonts ##################################################
mkfontdir: unable to process font ./helvBO12.pcf.gz, skipping
mkfontdir: unable to process font ./lubI19-ISO8859-13.pcf.gz, skipping
mkfontdir: unable to process font ./lubR19-ISO8859-13.pcf.gz, skipping
Now I have konsole using clean-13 as a font, but instead
of using that, it picks up some butt-ugly proportional
font instead. I am just curious if these are related?
-Gary