Alejandro Fernandez Peral wrote: > My name is Alex and I am installing PostGreSQL 7.4.18 in a version of linux > suse 10.2, my probles ins that when I put in the console > > ./configure > gmake > su > gmake install > adduser postgres -> in this pass in the console appear: bash: adduser:command > not found > > and I can't installing the PostGreSQL software, What can I do?
You have to be root to use adduser. Or maybe you're missing a package that provides it. However, if you're starting to work an a new application, you should choose a more recent release of Postgres. 8.2.5 is currently the latest one. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend