aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: startup problem on FreeBSD  (Read 2870 times)

morfan

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
startup problem on FreeBSD
« 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...
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: startup problem on FreeBSD
« Reply #1 on: August 20, 2006, 05:34:41 AM »

recompile wx.
Logged

morfan

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
Re: startup problem on FreeBSD
« Reply #2 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.
Logged

vdb

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 215
Re: startup problem on FreeBSD
« Reply #3 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.
« Last Edit: August 20, 2006, 05:05:16 PM by vdb »
Logged
A waste is a terrible thing to mind.

morfan

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
Re: startup problem on FreeBSD
« Reply #4 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.
Logged

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: startup problem on FreeBSD
« Reply #5 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.
Logged

morfan

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
Re: startup problem on FreeBSD
« Reply #6 on: August 20, 2006, 08:47:02 PM »

Thanks for advices.I recompiled wxwidgets without gstreamer.Then it works.
Logged