Monday, September 26, 2011

[solved] unable to update lxlighthttpd

http://forum.lxcenter.org/index.php?t=msg&goto=88875&

Was getting dependency error running yum update
lxlighttpd requires liblua-5.1.so 



solution:


install EPEL repo
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm


remove existing lua
yum remove lua


install EPEL lua
yum install lua


disable the EPEL repo by editing /etc/yum.repos.d/epel.repo file and change 'enabled=1' to 'enabled=0'

No comments:

Related Posts Plugin for WordPress, Blogger...