Help! Lighttpdd not installing on CentOS 5.2

Discussion in 'Server Operation' started by Colum, Aug 10, 2008.

  1. Colum

    Colum New Member

    Help! Lighttpd not installing on CentOS 5.2

    Wen I try to install Lighttpd on CentOS. I get this:
    Code:
    [root@tlwdn tmp]# yum install lighttpd
    Loading "fastestmirror" plugin
    Loading mirror speeds from cached hostfile
     * rpmforge: ftp-stud.fht-esslingen.de
     * base: mirrors.rit.edu
     * updates: mirror.trouble-free.net
     * addons: mirror.steadfast.net
     * extras: mirror.steadfast.net
    Setting up Install Process
    Parsing package install arguments
    Resolving Dependencies
    --> Running transaction check
    ---> Package lighttpd.i386 0:1.4.19-1.el3.rf set to be updated
    --> Processing Dependency: liblber.so.2 for package: lighttpd
    --> Processing Dependency: libssl.so.4 for package: lighttpd
    --> Processing Dependency: libcrypto.so.4 for package: lighttpd
    --> Processing Dependency: libldap.so.2 for package: lighttpd
    --> Running transaction check
    ---> Package openssl097a.i386 0:0.9.7a-9 set to be updated
    ---> Package lighttpd.i386 0:1.4.19-1.el3.rf set to be updated
    --> Processing Dependency: liblber.so.2 for package: lighttpd
    --> Processing Dependency: libldap.so.2 for package: lighttpd
    --> Finished Dependency Resolution
    Error: Missing Dependency: liblber.so.2 is needed by package lighttpd
    Error: Missing Dependency: libldap.so.2 is needed by package lighttpd
    [root@tlwdn tmp]#
    I have OpenLDAP instaLled! How to I fix this?!?!?
     
    Last edited: Aug 10, 2008
  2. falko

    falko Super Moderator Howtoforge Staff

    Run
    Code:
    yum clean all
    yum makecache
    and then try the lighttpd installation again.
     
  3. Colum

    Colum New Member

    This is what I get:
    Code:
    Last login: Sun Aug 10 06:03:58 2008 from dhcp106.internal
    [root@tlwdn ~]# yum clean all
    Loading "fastestmirror" plugin
    Cleaning up Everything
    Cleaning up list of fastest mirrors
    [root@tlwdn ~]# yum makecache
    Loading "fastestmirror" plugin
    Determining fastest mirrors
     * rpmforge: apt.sw.be
     * base: updates.interworx.info
     * updates: ftp.usf.edu
     * addons: mirrors.unbornmedia.com
     * extras: updates.interworx.info
    rpmforge                  100% |=========================| 1.1 kB    00:00
    primary.xml.gz            100% |=========================| 3.3 MB    00:06
    rpmforge  : ################################################## 9564/9564
    base                      100% |=========================| 1.1 kB    00:00
    primary.xml.gz            100% |=========================| 853 kB    00:01
    base      : ################################################## 2458/2458
    updates                   100% |=========================|  951 B    00:00
    primary.xml.gz            100% |=========================| 161 kB    00:00
    updates   : ################################################## 368/368
    addons                    100% |=========================|  951 B    00:00
    primary.xml.gz            100% |=========================|  157 B    00:00
    extras                    100% |=========================| 1.1 kB    00:00
    primary.xml.gz            100% |=========================|  78 kB    00:00
    extras    : ################################################## 270/270
    filelists.xml.gz          100% |=========================| 3.0 MB    00:06
    rpmforge  : ################################################## 9564/9564
    filelists.xml.gz          100% |=========================| 2.8 MB    00:04
    base      : ################################################## 2458/2458
    filelists.xml.gz          100% |=========================| 1.1 MB    00:01
    updates   : ################################################## 368/368
    filelists.xml.gz          100% |=========================|  150 B    00:00
    filelists.xml.gz          100% |=========================| 125 kB    00:00
    extras    : ################################################## 270/270
    other.xml.gz              100% |=========================| 1.1 MB    00:02
    rpmforge  : ################################################## 9564/9564
    other.xml.gz              100% |=========================| 7.6 MB    00:11
    base      : ################################################## 2458/2458
    other.xml.gz              100% |=========================| 3.9 MB    00:05
    updates   : ################################################## 368/368
    other.xml.gz              100% |=========================|  145 B    00:00
    other.xml.gz              100% |=========================| 532 kB    00:00
    extras    : ################################################## 270/270
    Metadata Cache Created
    [root@tlwdn ~]# yum install lighttpd
    Loading "fastestmirror" plugin
    Loading mirror speeds from cached hostfile
     * rpmforge: apt.sw.be
     * base: updates.interworx.info
     * updates: ftp.usf.edu
     * addons: mirrors.unbornmedia.com
     * extras: updates.interworx.info
    Setting up Install Process
    Parsing package install arguments
    Resolving Dependencies
    --> Running transaction check
    ---> Package lighttpd.i386 0:1.4.19-1.el3.rf set to be updated
    --> Processing Dependency: liblber.so.2 for package: lighttpd
    --> Processing Dependency: libssl.so.4 for package: lighttpd
    --> Processing Dependency: libcrypto.so.4 for package: lighttpd
    --> Processing Dependency: libldap.so.2 for package: lighttpd
    --> Running transaction check
    ---> Package openssl097a.i386 0:0.9.7a-9 set to be updated
    ---> Package lighttpd.i386 0:1.4.19-1.el3.rf set to be updated
    --> Processing Dependency: liblber.so.2 for package: lighttpd
    --> Processing Dependency: libldap.so.2 for package: lighttpd
    --> Finished Dependency Resolution
    Error: Missing Dependency: liblber.so.2 is needed by package lighttpd
    Error: Missing Dependency: libldap.so.2 is needed by package lighttpd
    [root@tlwdn ~]#
    
    
    I still get:
    Code:
    Error: Missing Dependency: liblber.so.2 is needed by package lighttpd
    Error: Missing Dependency: libldap.so.2 is needed by package lighttpd
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What does
    Code:
    yum provides liblber.so.2
    yum provides libldap.so.2
    show?
     
  5. johnvarenda

    johnvarenda New Member

    HI...
    I am not getting.Have you tried this code.
    ............



     

Share This Page