[mythtv-users] CentOS 5.3 lirc

Joe jfwd at phlobus.net
Sat Apr 11 21:31:44 UTC 2009


On Sat, Apr 11, 2009 at 11:04 AM, Mitch Gore <mitchell.gore at gmail.com> wrote:
>
> I updated to CentOS 5.3 and am running kernel 2.6.18-128.1.6.el5.centos.plus.
>
> I cannot find lirc packages for this kernel anywhere.
>
> Where are you getting your lirc packages?
>

Whenever I'm dealing with slightly nonstandard libraries or kernel
versions in the Fedora/Redhat world I've found your best bet may be to
build your own.  I've actually had pretty good luck with using SRPM's
for this if it's just one or two isolated packages that I can't get
binaries for that match my exact distro.

Assuming you have the compiler and build dependencies installed
(kernel source package too), just grab the lirc SRPM from your
preferred repo and issue "rpmbuild --rebuild <package-file.rpm>" which
will automatically build it for your architecture and link against the
libs that you have.  Assuming all goes well you'll have installable
binaries which you can just install normally with "rpm -i".

-Joe


More information about the mythtv-users mailing list