Its the configure under root that I have a problem with. It's not a good idea to run scripts as root unless absolutely necessary, like a "make install" to install to /usr.
Also you don't seem to have X... this could be a side-effect of running as root, but this might also turn out to be a problem.
Try this as a normal user:
Code: Select all
[home@localhost]$./configure --with-kde
// Lots of configure info //
[home@localhost]$make
[home@localhost]$su
Password:
[root@localhost]#make install
[root@localhost]#exit
Try this, and if it still doesn't work, post your configure info here.