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



Darren Pilgrim wrote:
From: Adam Jacob Muller

Try symlinking libm.so.4 to libm.so.2,


DO NOT DO THIS! Library version bumps are as significant as major version
number bumps: the bump is due to some form of reverse-compatibility API/ABI
breakage. Symlinking over version bumps can produce unpredictable behavior
and, in the case of a network program, create remote-exploitable bugs.

If symlinking libraries was safe, the compat ports wouldn't install the
older versions.


Exactly. Install the compat ports, or recompile shoutcast from ports.


__________________________________________________
Frank Laszlo
System Administrator
The VonOstin Group
Email: laszlof@xxxxxxxx
WWW: http://www.vonostingroup.com
Mobile: 248-863-7584



_______________________________________________
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

  • RE: SHOUTCAST AND OTHER MEDIA SERVER. BSD 6 compatible?
    ... number bumps: the bump is due to some form of reverse-compatibility API/ABI ... Symlinking over version bumps can produce unpredictable behavior ... If symlinking libraries was safe, the compat ports wouldn't install the ...
    (freebsd-isp)
  • Re: libpthread shared library version number
    ... system libraries. ... It should be done as part of a larger set of library version bumps. ... All libraries should be bumped. ... librares are exporting different symbol sets under the same version ...
    (freebsd-current)
  • Re: libpthread shared library version number
    ... Maxim Sobolev wrote: ... the line of what we have for other system libraries. ... It should be done as part of a larger set of library version bumps. ... All libraries should be bumped. ...
    (freebsd-current)