[PATCH] Re: undefined symbol xmlParseFile



Yuusuke Tahara writes:
 > Hi,
 > 
 > I installed gnome-pilot-0.1.33 on my linux box (Yes, the compile was
 > successfully done).  After executing pilot_applet in Panel and press
 > HotSync button of my pilot, I got the following error message:
 > 
 > gpilotd: error in loading shared libraries: /usr/lib/gnome-pilot/conduits/libmemo_conduit.so: undefined symbol: xmlParseFile
 > 
 > It seems dynamic linking is failed. How can I solve it?

Yes, I registered the bug on this a couple of days ago. But feeling
unusually brave today, I actually dug done into the Makefiles and
fixed the problem.  Attached below is a patch that should fix the
problem. After you apply it you have to do all the steps starting with 
"autogen.sh". Mind you now that libmemo actually loads for me, it
coredumps shortly thereafter, but this is a start.

Eskil: I think if you checkin this patch (please double check) you can
close out my #2661 bug, but more will follow, but I might actually
start looking at the code as well :)

-Vadim

*** gnome-pilot/conduits/memo/Makefile.am.old	Tue Oct 12 15:30:44 1999
--- gnome-pilot/conduits/memo/Makefile.am	Tue Oct 12 15:31:00 1999
***************
*** 11,16 ****
--- 11,17 ----
  libmemo_conduit_la_LIBADD = \
  	$(PISOCK_LIBDIR) $(PISOCK_LIBS) \
  	$(GNOME_LIBDIR) \
+ 	$(GNOME_XML_LIB) \
  	$(GNOME_LIBS)
  
  



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