Ticket #416 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

gobby crashes on start

Reported by: gobby: symbol lookup error: _ZN4obby14zeroconf_avahiC1EPK9AvahiPoll Owned by: armin
Priority: normal Milestone: Gobby 0.4.8
Component: Gobby Version:
Severity: major Keywords:
Cc: Launchpad Bug:

Description

only output: gobby: symbol lookup error: gobby: undefined symbol: _ZN4obby14zeroconf_avahiC1EPK9AvahiPoll

environment:

  • debian lenny
  • libobby-0.4-1 (0.4.6-1)
  • gobby 0.4.6

gobby ran days before but ends in the upper error message on start now

# apt-get upgrade [...] Preparing to replace gobby 0.4.6-3+lenny1 (using .../gobby_0.4.8-1~lenny1_i386.deb) ... [...]

no difference

Change History

Changed 4 years ago by kardan

the problem was a self compiled version of obby (which was accidently installed by someone who compiled it on this machine for another distribution)

$ ldd `which gobby` | grep obby
libobby-0.4.so.1 => /usr/local/lib/libobby-0.4.so.1 (0xb79c4000)

solved with:

# mv /usr/local/lib/libobby* ~
or
# rm -r /usr/local/lib/libobby*

thanks to armin!

Changed 4 years ago by armin

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.