From: | Holger Klawitter <lists(at)klawitter(dot)de> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: PGSQL on shared hosting |
Date: | 2003-11-21 09:41:07 |
Message-ID: | 200311211040.46127.info@klawitter.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Am Friday 21 November 2003 09:49 schrieben Sie:
> > i am a newbie to the pgsql world, so pls bear with a possibly stupid
> > question. i want to test out pgsql but i only have a shared hosting
> > account. is it possible to install pgsql without root access, only for
> > my
> > account? my webhost uses redhat i think.
>
> No. The "make install" step requires a root access.
Wrong! If you install into a writeable directory e.g.
./configure --prefix=/home/user/postgres
make install will work just fine (or at least it did with me).
The only problem is that you cannot start postgres automatially that easily at
boot time.
Mit freundlichem Gruß / With kind regards
Holger Klawitter
- --
info(at)klawitter(dot)de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQE/vd2z1Xdt0HKSwgYRAjF8AJ96e80dD2gNkvXHvJxLZgpNZzCAuwCgkpnx
Dl4Ik0s7s69ElW5ed/qILEM=
=oSjQ
-----END PGP SIGNATURE-----
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2003-11-21 09:42:15 | Re: Modelling Oracle Sequences |
Previous Message | Julian North | 2003-11-21 09:23:53 | Modelling Oracle Sequences |