aMule Forum

English => aMule crashes => Topic started by: morfan on August 20, 2006, 04:40:09 AM

Title: startup problem on FreeBSD
Post by: morfan on August 20, 2006, 04:40:09 AM
when I start amule,it says
Code: [Select]
/libexec/ld-elf.so.1: Shared object "libgstplay-0.8.so.1" not found, required by "libwx_baseu_net-2.6.so.0"
I have gstreamer plugins 0.10.x.I can't install older ones.How can we fix this?Thanks...
Title: Re: startup problem on FreeBSD
Post by: Kry on August 20, 2006, 05:34:41 AM
recompile wx.
Title: Re: startup problem on FreeBSD
Post by: morfan on August 20, 2006, 04:18:33 PM
sorry,but I didn't understand.What do you mean by wx?I couldn't find "wx" on BSD's ports.
Title: Re: startup problem on FreeBSD
Post by: vdb on August 20, 2006, 05:04:51 PM
Something is wrong with your installation of wxWidgets. Most likely re-installing or re-compiling the wxGTK2 (or wxBase) will fix the trick. Try searching the forum, and the wiki, on how to properly install the wxWidgets thingies, it will give you the answers you seek young user.
Title: Re: startup problem on FreeBSD
Post by: morfan on August 20, 2006, 06:00:20 PM
I recompiled wxGTK2.It didn't fix that.I think it is about gstreamer plugins.Amule uses old versions.But other programs uses new ones.
Title: Re: startup problem on FreeBSD
Post by: Gerd78 on August 20, 2006, 06:27:24 PM
Your wxWidgets is compiled with GStreamer support, but the dynamic linker does not find the GStreamer libraries for some reason.

A quick solution is rebuilding wxWidgets without GStreamer support. aMule does neither need nor use it in any way.
Title: Re: startup problem on FreeBSD
Post by: morfan on August 20, 2006, 08:47:02 PM
Thanks for advices.I recompiled wxwidgets without gstreamer.Then it works.