I recently got slackware up... anyway straight to the point
kane@slackware:~$ bunzip2 gaim-1.0.3.tar.bz2
kane@slackware:~$ tar -xf gaim-1.0.3.tar
kane@slackware:~$ cp -rf gaim-1.0.3 /usr/src/
cp: cannot create directory `/usr/src/gaim-1.0.3': Permission denied
kane@slackware:~$ su
Password:
root@slackware:/home/kane# cp -rf gaim-1.0.3 /usr/src/
root@slackware:/home/kane# rm -rf gaim-1.0.3
root@slackware:/home/kane# cd /usr/src/gaim-1.0.3/
root@slackware:/usr/src/gaim-1.0.3# make; make install; gaim;
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
root@slackware:/usr/src/gaim-1.0.3# ./configure; make; make install; gaim
This is a screenshot of gaim running as root, and gaim running as kane. The "deformed" window is running as kane, I suspect permission problems. Also, mozilla suddenly stopped working... I didn't touch it. Any clues? ; ^ )
http://geocities.com/kanemaverick635/GaimWRONG.png (Kane)
http://geocities.com/kanemaverick635/GaimOK.png (Root)
Im baffled... this has never happened before...!