when I try to as root do,
# gunzip < mysql-3.23.49.tar.gz | tar xvf -
mysql-3.23.49/
tar: mysql-3.23.49/: Cannot mkdir: Permission denied
mysql-3.23.49/Makefile.in
tar: mysql-3.23.49/Makefile.in: Cannot open: No such file or directory
mysql-3.23.49/README
tar: mysql-3.23.49/README: Cannot open: No such file or directory
mysql-3.23.49/stamp-h.in
tar: mysql-3.23.49/stamp-h.in: Cannot open: No such file or directory
mysql-3.23.49/Makefile.am
tar: mysql-3.23.49/Makefile.am: Cannot open: No such file or directory
mysql-3.23.49/acconfig.h
tar: mysql-3.23.49/acconfig.h: Cannot open: No such file or directory
mysql-3.23.49/acinclude.m4
tar: mysql-3.23.49/acinclude.m4: Cannot open: No such file or directory
mysql-3.23.49/aclocal.m4
The file however is owned by someone else. But even it doesnt even let me chown the file to root as root. I can extract the tgz file as the user though. But I thought since it was a install I should do it as root. Now that we have come so far anybody know what decided whats to be installed as root and as normal user.
Thanks.
# gunzip < mysql-3.23.49.tar.gz | tar xvf -
mysql-3.23.49/
tar: mysql-3.23.49/: Cannot mkdir: Permission denied
mysql-3.23.49/Makefile.in
tar: mysql-3.23.49/Makefile.in: Cannot open: No such file or directory
mysql-3.23.49/README
tar: mysql-3.23.49/README: Cannot open: No such file or directory
mysql-3.23.49/stamp-h.in
tar: mysql-3.23.49/stamp-h.in: Cannot open: No such file or directory
mysql-3.23.49/Makefile.am
tar: mysql-3.23.49/Makefile.am: Cannot open: No such file or directory
mysql-3.23.49/acconfig.h
tar: mysql-3.23.49/acconfig.h: Cannot open: No such file or directory
mysql-3.23.49/acinclude.m4
tar: mysql-3.23.49/acinclude.m4: Cannot open: No such file or directory
mysql-3.23.49/aclocal.m4
The file however is owned by someone else. But even it doesnt even let me chown the file to root as root. I can extract the tgz file as the user though. But I thought since it was a install I should do it as root. Now that we have come so far anybody know what decided whats to be installed as root and as normal user.
Thanks.