Click to See Complete Forum and Search --> : installing yum and lamp?


cz1179
01-11-2006, 08:47 PM
I'm trying to install VHCS control panel on my VPS server

Yum is not installed by default and I cannot get it to install

[root@italkhost root]# rpm -ivh yum-2.4.0-1.src.rpm
warning: yum-2.4.0-1.src.rpm: V3 DSA signature: NOKEY, key ID 69886cc7
1:yum warning: user skvidal does not exist - using root
warning: group skvidal does not exist - using root
warning: user skvidal does not exist - using root)
warning: group skvidal does not exist - using root
########################################### [100%]


I got that after creating the redhat directory.

All I am basically trying to do is get the following installed for my virtuozzo vps server (the vps I created, not the entire actual server itself)

- yum
- lamp (apache 2x, mysql 5.x, php 5.x)

If you can seriously show me how to do this I would appreciate it. Its driving me nuts. I'm not a pro, but I learn fast

I tried another rpm I downloaded and got this:

[root@italkhost root]# rpm -Uvh yum-2.5.1-1.noarch.rpm
warning: yum-2.5.1-1.noarch.rpm: V3 DSA signature: NOKEY, key ID 30c9ecf8
error: Failed dependencies:
libxml2-python is needed by yum-2.5.1-1
python(abi) = 2.4 is needed by yum-2.5.1-1
python-elementtree is needed by yum-2.5.1-1
python-sqlite is needed by yum-2.5.1-1
rpm-python is needed by yum-2.5.1-1
urlgrabber is needed by yum-2.5.1-1

Can someone please explain a quick and proper way of installing lamp as well? Thanks.

Specs:
Virtuozzo VPS
Centos 3

Choozo
01-12-2006, 02:57 AM
I tried another rpm I downloaded and got this:

[root@italkhost root]# rpm -Uvh yum-2.5.1-1.noarch.rpm
warning: yum-2.5.1-1.noarch.rpm: V3 DSA signature: NOKEY, key ID 30c9ecf8
error: Failed dependencies:
libxml2-python is needed by yum-2.5.1-1
python(abi) = 2.4 is needed by yum-2.5.1-1
python-elementtree is needed by yum-2.5.1-1
python-sqlite is needed by yum-2.5.1-1
rpm-python is needed by yum-2.5.1-1
urlgrabber is needed by yum-2.5.1-1

Can someone please explain a quick and proper way of installing lamp as well? Thanks.

Specs:
Virtuozzo VPS
Centos 3
The first RPM you tried was a 'source' rpm, which really don't install the package - just prepares the files for your architecture in order to create a new rpm.

The last rpm you tried complained about required packages, so you need to install those too.

posterboy
01-13-2006, 06:32 PM
Look for packages that end with 386.rpm. These will be ready built binary executables. Be sure these are for your architecture. Once yum is installed, and working, there will be no further dependancy issues on packages that your repositories hold. As for a lamp stack, I have been very pleased with xampp, found at apachefriends.org/en.