Re: SHOUTCAST AND OTHER MEDIA SERVER. BSD 6 compatible?



Try symlinking libm.so.4 to libm.so.2, I have seen stranger things work and since your moving forward you have a decent chance of it working ( as opposed to linking libm.so.2 to libm.so.4 ),
Also, check to see if there is a static build of the shoutcast server, that would eliminate any library dependences.

Please don't flame me, I *know* what i'm suggesting is SO *very* wrong, but it might just work :P


-Adam




On Feb 9, 2006, at 10:14 PM, Joe Holden wrote:

Darren Pilgrim wrote:
From: Jeff at NorrisTechs

./sc_trans_freebsd
results in the following error.
/usr/libexec/ld-elf.so.1: Shared object "libm.so.2" not found, required by "sc_trans_freebsd"


libm is libm.so.4 in 6.0-R, so you have a stale library dependency. Was the
upgrade a clean binary upgrade (wipe and reinstall) or did you do a source
upgrade? Did you build the shoutcast server from clean source after
upgrading or was it a binary-only distribution?


_______________________________________________
freebsd-isp@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp- unsubscribe@xxxxxxxxxxx"


You will have to wait until they release a 6-STABLE binary unfortunately, or run the linux version with compat.

Thanks,
Joe


From: Joe Holden <joe@xxxxxxxxxxxxxxx>
Date: February 9, 2006 9:52:23 PM EST
To: Darren Pilgrim <darren.pilgrim@xxxxxxxxxxxx>
Subject: Re: SHOUTCAST AND OTHER MEDIA SERVER. BSD 6 compatible?


Darren Pilgrim wrote:
From: Jeff at NorrisTechs

./sc_trans_freebsd
results in the following error.
/usr/libexec/ld-elf.so.1: Shared object "libm.so.2" not found, required by "sc_trans_freebsd"


libm is libm.so.4 in 6.0-R, so you have a stale library dependency. Was the
upgrade a clean binary upgrade (wipe and reinstall) or did you do a source
upgrade? Did you build the shoutcast server from clean source after
upgrading or was it a binary-only distribution?


_______________________________________________
freebsd-isp@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp- unsubscribe@xxxxxxxxxxx"


You will have to wait until they release a 6-STABLE binary unfortunately, or run the linux version with compat.

Thanks,
Joe



_______________________________________________
freebsd-isp@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp-unsubscribe@xxxxxxxxxxx"

_______________________________________________
freebsd-isp@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp-unsubscribe@xxxxxxxxxxx"



Relevant Pages