SleepWalkerX
Platinum Member
I'm currently running Suse 10.0 and unfortunately I can't find out if anyone maintains suse rpms for gaim or I can't find a repository that hosts it.
So compilling from source, I'm running in to a problem.
It appears I need permission to write in my /man1 folder. How can I go about granting my user permission to write in the folder? (I'm sure I'd be able to install it as root, but that'd be silly)
Btw, in YaST, I've added my user account, Dave, to the 'man' group, but apparently that doesn't work. Isn't there a command like chmod or something that can help me out?
So compilling from source, I'm running in to a problem.
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/man/man1" || mkdir -p -- "/usr/local/man/man1"
/usr/bin/install -c -m 644 './gaim.1' '/usr/local/man/man1/gaim.1'
/usr/bin/install: cannot create regular file `/usr/local/man/man1/gaim.1': Permission denied
make[2]: *** [install-man1] Error 1
make[2]: Leaving directory `/home/Dave/Desktop/gaim-2.0.0beta1/doc'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/Dave/Desktop/gaim-2.0.0beta1/doc'
make: *** [install-recursive] Error 1
Dave@linux:~/Desktop/gaim-2.0.0beta1>
It appears I need permission to write in my /man1 folder. How can I go about granting my user permission to write in the folder? (I'm sure I'd be able to install it as root, but that'd be silly)
Btw, in YaST, I've added my user account, Dave, to the 'man' group, but apparently that doesn't work. Isn't there a command like chmod or something that can help me out?