Forums

Resolved
0 votes
For the lovers of this media Server I ported the application to a 64bit ClearOS. You may have already done the port but would have had some sporadic radio functionality issues without the install of the ia32lib compatibility packages see: Re:clearos-core repository inconsistency leading to YUM errors

Try this first:

yum --enablerepo=clearos-core install glibc.i686


Pending the state of the repository, if the previous code does not work, here are the steps that I have taken to install the 32bit libs:

wget http://mirror2-dc.clearsdn.com/clearos/community/6/updates-testing/i386/RPMS/nss-softokn-freebl-3.14.3-17.el6.i686.rpm
yum --enablerepo=clearos-core install glibc.i686 nss-softokn-freebl-3.14.3-17.el6.i686.rpm
Tuesday, December 09 2014, 03:03 AM
Share this post:
Responses (2)
  • Accepted Answer

    Sunday, March 15 2015, 12:16 PM - #Permalink
    Resolved
    0 votes
    Some time ago the squeezebox server spotify helper app was updated and now needs GLIBC_2.17

    Did anyone find a solution for this? (Very reluctant to try and update the glibc version, it will probably break all and everything)

    ...
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, December 10 2014, 02:55 PM - #Permalink
    Resolved
    0 votes
    My apologies the above instruction need adjustment. I rebuilt my media server yesterday and found out that the previous instructions did not work. During my experimentation I must have accessed a repo that gave me the wrong versions of the above libraries for a base install of ClearOS Community release 6.5.0 (Final). Here is an update of above code with a fresh install

    wget http://mirror2-dc.clearsdn.com/clearos/community/6/updates/i386/RPMS/nss-softokn-freebl-3.14.3-12.el6_5.i686.rpm
    yum --enablerepo=clearos-core install glibc.i686 nss-softokn-freebl-3.14.3-12.el6_5.i686.rpm
    The reply is currently minimized Show
Your Reply