However, when installing on RHEL 5 64bit I am running into issues. Here is the interesting part of the install log:
Code: Select all
Adding users and groups...
Account creation failed: entry already present in file.
Group creation failed: entry already present in file
Users and groups added OK
PostgresQL installed OK - continuing...
Initializing PostgresQL...
Starting PostgresQL...
chown: `postgres:postgres': invalid user
Initializing database: chown: `postgres:postgres': invalid user
^[[60G[^[[0;31mFAILED^[[0;39m]^M
Starting postgresql service: ^[[60G[^[[0;31mFAILED^[[0;39m]^M
ERROR: Could not start PostgresQL - exiting.
Code: Select all
^M Installing : mysql-server 15/82
warning: user mysql does not exist - using root
warning: group mysql does not exist - using root
warning: user mysql does not exist - using root
warning: group mysql does not exist - using root
warning: user mysql does not exist - using root
warning: group mysql does not exist - using root
^M Installing : php-mcrypt 16/82
^M Installing : postgresql-devel 17/82
^M Installing : postgresql-server 18/82
warning: user postgres does not exist - using root
warning: group postgres does not exist - using root
warning: user postgres does not exist - using root
warning: group postgres does not exist - using root
warning: user postgres does not exist - using root
warning: group postgres does not exist - using root
warning: user postgres does not exist - using root
warning: group postgres does not exist - using root
Edit: Yeah, all my issues are related to useradd and groupadd not existing. I have luseradd and lgroupadd instead and copying them to the other filenames don't seem to make it work. Also, mysql and postgresql installs are not working well. postgresql is tryign to install old 8.1 version and not sure about mysql.
EDIT2: AHHHH So easy to get past. I did a yum reinstall shadow-utils and it installed the missing utils and install is proceeding much further