> By default the postgres user's group is 'daemon' on my Mac. This is probably
> true for you as well. Change occurrences of 'postgres:postgres' in your
> chown commands to 'postgres:daemon'.
For what it's worth, here's the user groups and permissions I see on my Mac. I
used the installer fro
By default the postgres user's group is 'daemon' on my Mac. This is
probably true for you as well. Change occurrences of
'postgres:postgres' in your chown commands to 'postgres:daemon'.
On 10/23/2011 8:16 PM, René Fournier wrote:
[…]
---> Installing postgresql90-server @9.0
[…]
---> Installing postgresql90-server @9.0.5_0
To create a database instance, after install do
sudo mkdir -p /opt/local/var/db/postgresql90/defaultdb
sudo chown postgres:postgres /opt/local/var/db/postgresql90/defaultdb
sudo su postgres -c '/op
Dear group,
I would like to know where I could find rpms for
Redhat 7.3. I have looked at the downloads page and I see only source
rpms and rpms for Redhat 9 and FC1. I did download the src rpm and when
I run the rpm -ba postgresql.spec I get the following error message:
Al <[EMAIL PROTECTED]> writes:
> I am running OpenLinux 2.3 (Caldera) out of the box.
Caldera has an extremely ancient zlib installed. Either update to a
more recent zlib, or manually undefine HAVE_LIBZ in src/include/config.h
after running configure. (7.1.1 will be less trusting about whether
Hi,
What package do you have downloaded ? You need the full install not just
the base package.
Regards,
Gilles
Al wrote:
> I am running OpenLinux 2.3 (Caldera) out of the box. Trying to install
> PostGreSQL I seem to be unable to get past the 'make' process. Errors I
> get at the end of the
I am running OpenLinux 2.3 (Caldera) out of the box. Trying to install
PostGreSQL I seem to be unable to get past the 'make' process. Errors I
get at the end of the process are:
make[3]: *** [pg_backup_custom.o] Error 1
make[3]: Leaving directory `/addon/postgresql-7.1/src/bin/pg_dump'
make[2