logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Q&A
:
Installing Postgresql
: One Message
Begin main content
Forum OpenACS Q&A: Re: Installing Postgresql
Search:
Back to OpenACS Q&A
5
:
Re: Installing Postgresql
(response to
2
)
Posted by
phil phil
on
10/30/06 07:23 AM
After installing the gcc compiler, i'm trying to install postgres following the installation tutorial by Vinod. I still got this error when i executed "make install".
**********************************************************
make[3]: Leaving directory `/usr/local/src/postgresql-7.4.7/src/backend/utils'
/bin/sh ../../config/install-sh -c postgres /usr/local/pgsql/bin/postgres
cp: cannot create regular file `/usr/local/pgsql/bin/
<span>
#
</span>
inst.24827#': Permission denied
make[2]: *** [install-bin] Error 1
make[2]: Leaving directory `/usr/local/src/postgresql-7.4.7/src/backend'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/usr/local/src/postgresql-7.4.7/src'
make: *** [install] Error 2
**********************************************************
Thanks for your help again...
6
:
Re: Installing Postgresql
(response to
5
)
Posted by
Iuri Sampaio
on
11/02/06 04:32 PM
it seems the directory is blocked to write permisions.
as root user you can run
chmod -R 755 /usr/local/pgsql
maybe it could be simple like that!
Back to OpenACS Q&A