Was getting dependency error running yum update
lxlighttpd requires liblua-5.1.so
solution:
install EPEL repo
Code: [Select all] [Show/ hide]
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
remove existing lua
Code: [Select all] [Show/ hide]
yum remove lua
install EPEL lua
Code: [Select all] [Show/ hide]
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:
Post a Comment