[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gnome-apt: installed, but won't start--why not?



In foo.debian-devel, you wrote:
> On Fri, Feb 05, 1999 at 04:53:28PM +0000, meinte Jules Bean:
> 
> > > gigan# gnome-apt
> > > gnome-apt: error in loading shared libraries
> > > /usr/lib/libgnome.so.31: undefined symbol: poptHelpOptions
> > > 
> > > What am I missing/doing wrong?
> > 
> > You've got libgnome0 installed as well, and libgnome0 overwrites files in
> > libgnome31, I expect.
> > 
> > Reinstall libgnome31.
> 
> Did not help me. Sorry.

poptHelpOptions should be in libgnomesupport.
Please post the output of the following commands:

[bash]$ nm --dynamic --demangle /usr/lib/libgnomesupport.so.0 |grep poptHelpOption
00004780 D poptHelpOptions

[bash]$ dpkg -S /usr/lib/libgnomesupport.so.0
libgnome31: /usr/lib/libgnomesupport.so.0

[bash]$ dpkg --status libgnome31 |egrep '^Version:'
Version: 0.99.4-2

-Mitch


Reply to: