Hello!
Im installing postgresql in a O.S. Linux Ubuntu 6.06 and I
have the next printout at installation process:
Setting up postgresql-7.4 (7.4.12-3) ...
Error: cluster configuration already exists
I cant find information about how I can solve the problem
at Internet and I can install/uninstall anythings.
root(at)estigio:/tmp# aptitude install postgresql
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Setting up postgresql-7.4 (7.4.12-3) ...
Error: cluster configuration already exists
dpkg: error processing postgresql-7.4 (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of postgresql:
postgresql depends on postgresql-7.4; however:
Package postgresql-7.4 is not configured yet.
dpkg: error processing postgresql (--configure):
postgresql-pltcl-7.4 depends on postgresql-7.4; however:
Package postgresql-7.4 is not configured yet.
dpkg: error processing postgresql-pltcl-7.4 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
postgresql-7.4
postgresql
postgresql-plperl-7.4
postgresql-plpython-7.4
postgresql-pltcl-7.4
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
Setting up postgresql-7.4 (7.4.12-3) ...
Error: cluster configuration already exists
dpkg: error processing postgresql-7.4 (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of postgresql-pltcl-7.4:
postgresql-pltcl-7.4 depends on postgresql-7.4; however:
..
Package postgresql-7.4 is not configured yet.
dpkg: error processing postgresql-plpython-7.4 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
postgresql-7.4
postgresql-pltcl-7.4
postgresql
postgresql-plperl-7.4
postgresql-plpython-7.4
root(at)estigio:/tmp#
Thanks, Miguel