I've managed to install postgresql 7.4.10, and aol server.
But when comes to the openacs installation part, I've stucked early at the beginning when service that I've created seems don't have enough pemission to proceed with the installation commands.
I followed every single step of the documentations for the postgresql and aolserver, and use the installation from the tarball in the documentation for openacs 5.1.4, but the version I tried to install is openacs 5.1.5.
I've use this:
useradd service001
usermod -G web service001
But the problem occurs as early as I want to extract the tarball from /tmp directory.
Error:
[service001@localhost aolserver]$ tar xzf /tmp/openacs-5.1.5.tar.gz
tar (child): /tmp/openacs-5.1.5.tar.gz: Cannot open: Permission denied
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
chmod and chown also didn't work and the error is operation not permitted.
Can anybody tell me how could I solve this problem, because I've come to this problem for several times and still can't find the solution.
Thanks in advance.