[Pluto-help] Postgres HELP
klaus schilling
320085037630-0001 a t-online.de
Ven 22 Feb 2002 17:35:34 CET
dtiziano a tiscali.it writes:
> Ora, lanciando il comando: su - postgres mi appare il suo prompt.
> Dando a questo punto il comando: initdb mi appare il seguente messaggio:
>
> Initdb does not know where to find the files that make up postgres (the
> PGLIB directory).
>
> Domanda: come mai mi dice cio' ? Come posso porvi rimedio ?
usa il variabile $PGLIB oppure l'opzione --pglib dalla shell per indicare
la posizione della libreria. lo stesso per pgdata, la directory che
contiene le date.
per esempio
initdb --pglib=/usr/lib/postgresql/lib
oppure una riga
export $PGLIB=/usr/lib/postgresql/lib
nella .bash_profile dell'utente postgres
Klaus Schilling
More information about the pluto-help
mailing list