Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Registered User
    Join Date
    Sep 2006
    Location
    Nashik
    Posts
    3

    Exclamation Error while installing Cpanel

    Hello,

    I am getting the following error message while I install Cpanel on my VPS.

    Error Message :
    Creating directory installd
    Verifying archive integrity... All good.
    Uncompressing cplyr1-cPanel.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
    ____ _
    ___| _ \ __ _ _ __ ___| |
    / __| |_) / _` | '_ \ / _ \ |
    | (__| __/ (_| | | | | __/ |
    \___|_| \__,_|_| |_|\___|_|

    Installer Version 11.4.1



    Your operating system's rpm update method (yum) was not able to locate the glibc package. This is an indication of an improper setup. You must correct this error before you can proceed.
    Please help me installing Cpanel.

    Thank You,

  2. #2
    Member
    Join Date
    Jan 2005
    Location
    Earth
    Posts
    1,050

    Default

    glibc package is missing. Install it using yum and start the cPanel installation. To install glibc, execute:

    yum install glibc

    If you receive any further errors, paste them here.

  3. #3
    Member
    Join Date
    Nov 2006
    Posts
    340

    Default

    How does one install yum itself on a cpanel vps?

    Code:
    rpm -Uvh yum-3.0.5-1.el5.centos.2.noarch.rpm                                               
    warning: yum-3.0.5-1.el5.centos.2.noarch.rpm: V3 DSA signature: NOKEY, key ID e8562897
    error: Failed dependencies:
            python >= 2.4 is needed by yum-3.0.5-1.el5.centos.2.noarch
            python(abi) = 2.4 is needed by yum-3.0.5-1.el5.centos.2.noarch
            python-elementtree is needed by yum-3.0.5-1.el5.centos.2.noarch
            python-sqlite is needed by yum-3.0.5-1.el5.centos.2.noarch
            rpm >= 0:4.4.2 is needed by yum-3.0.5-1.el5.centos.2.noarch
            urlgrabber is needed by yum-3.0.5-1.el5.centos.2.noarch

    Code:
    ls -lh
    total 7.5M
    -rw-r--r--  1 root root 5.9M Sep 29 15:35 python-2.4.3-19.el5.i386.rpm
    -rw-r--r--  1 root root  84K Sep 29 15:33 python-elementtree-1.2.6-5.i386.rpm
    -rw-r--r--  1 root root  39K Sep 29 15:33 python-sqlite-1.1.7-1.2.1.i386.rpm
    -rw-r--r--  1 root root 127K Sep 29 15:33 python-urlgrabber-3.1.0-2.noarch.rpm
    -rw-r--r--  1 root root 638K Sep 29 15:36 rpm-4.4.2-37.el5.i386.rpm
    -rw-r--r--  1 root root 214K Sep 29 15:33 sqlite-3.3.6-2.i386.rpm
    -rw-r--r--  1 root root 482K Sep 29 15:33 yum-3.0.5-1.el5.centos.2.noarch.rpm
    Code:
    rpm -Uvh *rpm
    warning: python-2.4.3-19.el5.i386.rpm: V3 DSA signature: NOKEY, key ID e8562897
    error: Failed dependencies:
            libc.so.6(GLIBC_2.4) is needed by python-2.4.3-19.el5.i386
            libcrypto.so.6 is needed by python-2.4.3-19.el5.i386
            libdb-4.3.so is needed by python-2.4.3-19.el5.i386
            libreadline.so.5 is needed by python-2.4.3-19.el5.i386
            libssl.so.6 is needed by python-2.4.3-19.el5.i386
            rtld(GNU_HASH) is needed by python-2.4.3-19.el5.i386
            python = 2.3.4-14.2 is needed by python-devel-2.3.4-14.2.i386
            libc.so.6(GLIBC_2.4) is needed by python-elementtree-1.2.6-5.i386
            rtld(GNU_HASH) is needed by python-elementtree-1.2.6-5.i386
            libc.so.6(GLIBC_2.4) is needed by python-sqlite-1.1.7-1.2.1.i386
            rtld(GNU_HASH) is needed by python-sqlite-1.1.7-1.2.1.i386
            m2crypto >= 0.16-5 is needed by python-urlgrabber-3.1.0-2.noarch
            beecrypt >= 4.1.2 is needed by rpm-4.4.2-37.el5.i386
            libc.so.6(GLIBC_2.4) is needed by rpm-4.4.2-37.el5.i386
            librpm-4.4.so is needed by rpm-4.4.2-37.el5.i386
            librpmbuild-4.4.so is needed by rpm-4.4.2-37.el5.i386
            librpmdb-4.4.so is needed by rpm-4.4.2-37.el5.i386
            librpmio-4.4.so is needed by rpm-4.4.2-37.el5.i386
            popt = 1.10.2 is needed by rpm-4.4.2-37.el5.i386
            rtld(GNU_HASH) is needed by rpm-4.4.2-37.el5.i386
            libc.so.6(GLIBC_2.4) is needed by sqlite-3.3.6-2.i386
            libreadline.so.5 is needed by sqlite-3.3.6-2.i386
            rtld(GNU_HASH) is needed by sqlite-3.3.6-2.i386
            python = 2.3.4-14.2 is needed by (installed) python-devel-2.3.4-14.2.i386
            /usr/lib/python2.3 is needed by (installed) libxml2-python-2.6.16-6.i386
            rpm = 4.3.3-18_nonptl is needed by (installed) rpm-python-4.3.3-18_nonptl.i386
            rpm = 4.3.3-18_nonptl is needed by (installed) rpm-devel-4.3.3-18_nonptl.i386
            rpm = 4.3.3-18_nonptl is needed by (installed) rpm-build-4.3.3-18_nonptl.i386

    I have centos 5

  4. #4
    Member
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    300

    Default

    Most glibc issues aren't that it isn't installed, but that yum isn't working properly, if yum errors out, you will receive the errors referring to glibc.

    Run 'yum info glibc' and see if yum errors out, most of the time this happens when resolver or yum config is corrupt.


    Below is a script to install yum on a 64bit box, this may help you get yum installed, however, be sure to use the rpms for your specific architecture, as the rpms in this scripts are for 64bit.

    Code:
    #!/bin/bash
    rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/libxml2-2.6.16-10.x86_64.rpm
    rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/libxml2-python-2.6.16-10.x86_64.rpm
    rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/python-elementtree-1.2.6-5.el4.centos.x86_64.rpm
    rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/sqlite-3.3.6-2.x86_64.rpm
    rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/python-sqlite-1.1.7-1.2.1.x86_64.rpm
    rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/rpm-4.3.3-22_nonptl.x86_64.rpm
    rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/rpm-python-4.3.3-22_nonptl.x86_64.rpm
    rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/python-urlgrabber-2.9.8-2.noarch.rpm
    rpm -Uvh ftp://ftp.icm.edu.pl/vol/rzm1/linux-kde-redhat/centos/4.4/os/x86_64/CentOS/RPMS/centos-yumconf-4-4.5.noarch.rpm
    rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/yum-2.4.3-3.el4.centos.noarch.rpm
    -Todd Shipway

Similar Threads & Tags
Similar threads

  1. Error installing CPANEL! Help
    By Luisc in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 05-26-2010, 05:24 AM
  2. after installing cpanel, get X server error
    By viperz2000 in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 11-06-2006, 04:09 PM
  3. error installing phpBB via CPanel
    By vkimura in forum New User Questions
    Replies: 1
    Last Post: 01-20-2005, 09:06 AM
  4. Error installing cpanel
    By Jonabbott90 in forum New User Questions
    Replies: 1
    Last Post: 07-29-2004, 10:29 AM
  5. md5sum error when installing cpanel
    By starblazer in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 04-11-2004, 06:15 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube