This is a discussion on install problems within the pgsql Novice forums, part of the PostgreSQL category; --> adduser postgres comes back with error "command not found" how can i fix this? do i need to download ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| adduser postgres comes back with error "command not found" how can i fix this? do i need to download something else with this source package? i installed 8.1.3, i guess from source on ftp, and i'm running linux 10.0 thanks ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| ||||
| On Tue, Feb 28, 2006 at 13:16:12 -0500, crdandridge1@comcast.net wrote: > adduser postgres comes back with error "command not found" how can i fix this? > do i need to download something else with this source package? > i installed 8.1.3, i guess from source on ftp, and i'm running linux 10.0 > thanks You can try using 'useradd'. On Fedora Core 4 both spellings of this command exist, but your distribution may only have one. ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |