On Mon, Jul 28, 2008 at 05:52:10PM -0000, root wrote: > Hi, > Dejan Muhamedagic <[EMAIL PROTECTED]> wrote: > > Hi, > > > > On Mon, Jul 28, 2008 at 04:41:27PM +0200, Sebastian Reitenbach wrote: > > > Hi, > > > > > > I just upgraded my desktop to opensuse 11.0 i586, and updated the box, > then > > > installed the heartbeat rpm's 2.1.3 from download.opensuse.org. > > > > > > I've these rpm's installed right now: > > > pacemaker-heartbeat-0.6.5-8.2 > > > heartbeat-common-2.1.3-23.1 > > > heartbeat-resources-2.1.3-23.1 > > > heartbeat-2.1.3-23.1 > > > pacemaker-pygui-1.4-1.3 > > > > > > I've added these lines to /etc/ha.d/ha.cf to start mgmtd automatically: > > > apiauth mgmtd uid=root > > > respawn root /usr/lib/heartbeat/mgmtd -v > > > > > > but mgmtd fails to start, when I try to start it on the commandline, then > I > > > see the following output: > > > > > > /usr/lib/heartbeat/mgmtd: symbol lookup error: > > > /usr/lib/libpe_status.so.2: > > > undefined symbol: stdscr > > > > > > As far as I researched now, the stdscr symbol is expected to come from > > > ncurses? > > > > Looks like a dependency problem. Does the package containing > > mgmtd depend on the ncurses library? Though I don't understand > > why mgmtd needs ncurses. > I found this out, in a thread in some m/l, regarding the error message about > the undefined symbol, but maybe this is just wrong.
stdscr is an external variable defined in ncurses.h which is included from ./lib/crm/pengine/unpack.h which is part of the code that gets built in libpe_status. The pacemaker rpm, which includes that library, does depend on libncurses. Is that the case with the pacemaker you downloaded? Thanks, Dejan _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
