FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Segfault on plugin loading
- This topic has 5 replies, 2 voices, and was last updated 16 years, 1 month ago by
barefoot.
-
AuthorPosts
-
29/08/2007 at 11:15 PM #1666
barefoot
ParticipantHi there,
I am trying to run mt-daapd on an Asus Wl500gp with Oleg’s firmware. It is running somehow, but I have to delete all plugins in advance. If the server wants to load a plugin (no matter which), I get a segmentation fault, and that’s it.
This is very sad, because I need the rsp plugin to communicate with my Pinnacle box…
I can’t think of this being an known issue… any hints how to debug this?
30/08/2007 at 5:54 AM #12255rpedde
Participant@barefoot wrote:
Hi there,
I am trying to run mt-daapd on an Asus Wl500gp with Oleg’s firmware. It is running somehow, but I have to delete all plugins in advance. If the server wants to load a plugin (no matter which), I get a segmentation fault, and that’s it.
This is very sad, because I need the rsp plugin to communicate with my Pinnacle box…
I can’t think of this being an known issue… any hints how to debug this?
That’s almost always a library issue. Will it run like this:
/opt/lib/ld.so.1 /opt/sbin/mt-daapd -c /opt/etc/mt-daapd/mt-daapd.conf
If so, then there are conflicting libraries somewhere.
— Ron
30/08/2007 at 6:59 AM #12256barefoot
ParticipantI don’t have “/opt/lib/ld.so.1” on my box. There is nothing beginning with “ld*” there (except ldconfig). Did I forget to install anything?
30/08/2007 at 7:26 AM #12257barefoot
Participant@barefoot wrote:
I don’t have “/opt/lib/ld.so.1” on my box. There is nothing beginning with “ld*” there (except ldconfig). Did I forget to install anything?
Seems that “ld.so.1″ is not part of the Asus firmware (at least the Oleg ones” anymore.
Any chance with setting a proper LD_LIBRARY_PATH or anything?
31/08/2007 at 2:59 AM #12258rpedde
Participant@barefoot wrote:
@barefoot wrote:
I don’t have “/opt/lib/ld.so.1” on my box. There is nothing beginning with “ld*” there (except ldconfig). Did I forget to install anything?
Seems that “ld.so.1″ is not part of the Asus firmware (at least the Oleg ones” anymore.
Any chance with setting a proper LD_LIBRARY_PATH or anything?
Sure you can try that. Try setting it to /opt/lib and see what that does. I’ve seen some libc’s that don’t inherit environment on fork (or something — not sure what) and still won’t work even with that setting.
Worth trying, though.
31/08/2007 at 6:28 PM #12259barefoot
Participant@rpedde wrote:
@barefoot wrote:
@barefoot wrote:
I don’t have “/opt/lib/ld.so.1” on my box. There is nothing beginning with “ld*” there (except ldconfig). Did I forget to install anything?
Seems that “ld.so.1″ is not part of the Asus firmware (at least the Oleg ones” anymore.
Any chance with setting a proper LD_LIBRARY_PATH or anything?
Sure you can try that. Try setting it to /opt/lib and see what that does. I’ve seen some libc’s that don’t inherit environment on fork (or something — not sure what) and still won’t work even with that setting.
Worth trying, though.
Did not help. I threw my version away and compiled from sources. Everything works like charm now. Thank you!
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.