On Wednesday 18 October 2006 7:26, strk wrote: > On Tue, Oct 17, 2006 at 03:42:05PM -0500, Mohamad Al-Saqer wrote: > > On Tuesday 17 October 2006 12:47, strk wrote: > > > Try greping /usr/lib/lbkdeui.so in your .la files on the system.. > > > > Can you elaborate on this? I am not sure I understand it! > > It seems that libtool extracts dependency information from other > .la files found on the system. > So, if you find the .la files on your system and look into them > (they are ascii files) you might find references to the > offending /usr/lib/libkdeui.so file.
after I updatedb the system I did $ grep "/lib/libkdeui\.so" `locate *.la` and $ grep "/lib/libkdeui.so" `locate *.la` and $ grep "/lib/libkdeui.*so\ " `locate *.la` and got no hits. Then I did $ grep "/lib/libkdeui" `locate *.la` and all returns (many of them) are from files in the /usr/lib directory which contain the string "/usr/lib/libkdeui.la" any more suggestions? > > --strk; > > > _______________________________________________ > Gnash mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/gnash _______________________________________________ Gnash mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash
