Portal Home > Knowledgebase > Articles Database > problem in install cpanel on fedora
problem in install cpanel on fedora
Posted by robocap, 06-13-2007, 02:41 PM |
Hello
i have fedora core 4
i run sh latest
but take me error :
____ _
___| _ \ __ _ _ __ ___| |
/ __| |_) / _` | '_ \ / _ \ |
| (__| __/ (_| | | | | __/ |
\___|_| \__,_|_| |_|\___|_|
Installer Version 11.4.0
grep: /etc/yum.conf: No such file or directory
grep: /etc/yum.conf: No such file or directory
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.
Whats problem?
Thanks
|
Posted by chrono-it, 06-13-2007, 03:27 PM |
you need to install yum.
do ou have apt-get installed? Is this a VDS?
|
Posted by tanfwc, 06-14-2007, 12:51 AM |
I believe this is a VPS. Get your provider to install the yum
|
Posted by robocap, 06-14-2007, 06:13 AM |
Hello
how may i install yum?
i am one vps
Thanks
|
Posted by tweakservers, 06-14-2007, 10:53 AM |
you will need to contact your VPS provider to enable those for you
|
Posted by seankoons, 06-14-2007, 12:28 PM |
No, your provider does not need to install YUM for you.
You have root access, so take advantage. First, go to rpmfind and get yourself these RPM's:
python-elementtree-1.2.6-4.2.1.i386.rpm
python-sqlite-1.1.7-1.2.i386.rpm
python-urlgrabber-2.9.6-1.noarch.rpm
yum-2.3.2-7.noarch.rpm
After that, run this:
rpm -ivh http://rpm.livna.org/livna-release-5.rpm <--- (only for FC5, but I belive they have a rpm for FC4 as well, check the site livna.org)
rpm -Uvh python-elementtree-1.2.6-4.2.1.i386.rpm
rpm -Uvh python-sqlite-1.1.7-1.2.i386.rpm
rpm -Uvh python-urlgrabber-2.9.6-1.noarch.rpm
rpm -Uvh yum-2.3.2-7.noarch.rpm
yum -y update yum
yum -y update python
wget http://layer1.cpanel.net/latest
sh latest
That works 100% on Fedora Core 5 under Virtuozzo with SLM. You might need to do some tweaking to get this to work, such as:
rpm -qa|grep vzdummy
rpm -e --nodeps
Good luck!
|
Posted by sirius, 06-14-2007, 01:29 PM |
Moved to Technical and Security Issues....
Sirius
|
Add to Favourites Print this Article
Also Read