[Bug 737884] New: server:database:postgresql: Bug
https://bugzilla.novell.com/show_bug.cgi?id=737884 https://bugzilla.novell.com/show_bug.cgi?id=737884#c0 Summary: server:database:postgresql: Bug Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: x86-64 OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: BuildService AssignedTo: peter_e@gmx.net ReportedBy: steve.toutant@inspq.qc.ca QAContact: adrian@suse.com CC: max@suse.com Found By: --- Blocker: --- I've installed postgres et and postgis from this repository server:database:postgresql/SLE_11_SP1 That was the first installation of postgres on this SLES11 SP1 server The installation went well and I've been able to launch initdb... Problem occurs when I try to start the DB server /usr/bin/pg_ctl -D /var/lib/pgsql/data -l log_file start it says "server starting..." log_file is created but empty This pg_ctl status -D /var/lib/pgsql/data returns pg_ctl : le serveur est en cours d'exécution (PID : 16441) (means server is running...) this createdb test, returns createdb: symbol lookup error: createdb: undefined symbol: PQconnectdbParams -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=737884 https://bugzilla.novell.com/show_bug.cgi?id=737884#c1 Reinhard Max <max@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC|max@suse.com |peter_e@gmx.net Resolution| |INVALID AssignedTo|peter_e@gmx.net |max@suse.com Severity|Critical |Minor --- Comment #1 from Reinhard Max <max@suse.com> 2011-12-21 10:23:48 CET --- You probably installed postgresql-libs from SLES11, which is from an older version of PostgreSQL that did not yet have the PQconnectdbParams symbol. Use the libpq5 package from server:database:postgresql instead. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com