CPanel DNS Only, Now Cant Install PHP, MySQL Etc

Jul 18, 2009

i am running a VPS and recently installed cPanel DNS Only so it can operate as a standalone DNS server.

I would also like to serve standard webpages on it via apache and php, i therefore tired to install php, mysql etc via 'yum install php' but it says there is no package to be installed.

Has the cPanel DNS only install done someting to the yum config? I have installed Yum Priorities plugin, and my repos files are as follows:


Code:
root@stripe [~]# yum list installed | grep httpd
httpd.i386 2.2.3-22.el5.centos.1 installed
root@stripe [~]# yum list installed | grep php*

root@stripe [~]# cat /etc/yum.repos.d/CentOS-Base.repo
# CentOS-Base.repo
#
# This file uses a new mirrorlist system developed by Lance Davis for CentOS.
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#

[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
priority=1

#released updates
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
priority=1

#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=addons
#baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
priority=1

View 3 Replies


ADVERTISEMENT

Uninstall MySQL 3.23 And Install MySQL 5.0

Mar 28, 2007

I've rented a dedicated server that comes with Red Hat Enterprise Linux 4 and MySQL 3.23 but I need at least MySQL 4.1 or higher. My knowledge about GNU/Linux is very limited, so I've read some documents at mysql.com and now I think I have to follow these steps:

1. Uninstall MySQL 3.23 with this command line:
shell> rpm -e mysql-*.rpm

2. Install the server and client RPMs of MySQL 5.0:
shell> rpm -i MySQL-server-VERSION.i386.rpm
shell> rpm -i MySQL-client-VERSION.i386.rpm

View 2 Replies View Related

Install PHP And MySQL

Jan 9, 2007

i was wondering if this would be difficult to install on a server? I don't have any server experience. But we do have a network tech that will be doing it for me. I made a request to have WordPress installed on our servers at work. He stated taht it would take a lot of work reconfiguring the server. I don't understand why unless he was taking about install Apache which is not required. it will run off IIS.

About how long would it take to configure PHP and MySQL to get it ready for WordPress?

View 6 Replies View Related

Install MySQL 5.1

Jan 12, 2007

I got stuck installing MySQL 5.1.14. It said that libmysqlclient.so.14 not found on my system . What can I do?

View 0 Replies View Related

Install Php5 Via Yum But Keep Mysql 4

Nov 6, 2007

Is this possible? It seems that yum wants to also upgrade to mysql 5 if I want to upgrade php to 5. I'm having a hard time finding any info about it online.

View 4 Replies View Related

Install MySQL On Linux

Dec 23, 2007

I have recently moved to a dedicated server and its a clean Fedora Core 5 installation with mysql 4.0.12 i guess...

I want to install MySQL 5.1 on this one but i don't know much about how to install this on linux...and since i don't have a control panel,things got tough for me.

I tried to install it and seemed it installed fine but when i tried to start it i got an error:

Code:
[root@myuserid bin]# mysqld
071223 21:57:51 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
071223 21:57:51 InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 0 43912.
InnoDB: Doing recovery: scanned up to log sequence number 0 43912
071223 21:57:51 InnoDB: Started; log sequence number 0 43912
071223 21:57:51 [ERROR] mysqld: Can't find file: './mysql/host.frm' (errno: 13)
071223 21:57:51 [ERROR] mysqld: Can't find file: './mysql/host.frm' (errno: 13)
071223 21:57:51 [ERROR] Fatal error: Can't open and lock privilege tables: Can't find file: './mysql/host.frm' (errno: 13)
071223 21:57:51 [ERROR] mysqld: Error on delete of '/var/lib/mysql/crcfefvs.pid' (Errcode: 13)

View 2 Replies View Related

How To Install MYSQL Server On VPS Linux

Jun 2, 2009

I want to use (Microsoft SQL Server 2005 "on my PC") to conect with my database on my VPS linux, but I can't

View 5 Replies View Related

How To Install PHP & MySQL On A Windows Server 2003

Aug 8, 2007

i want to know that how to install php and mysql on a windows server (2003). i have a windows server version 2003 and i need php and mysql to run on that.

View 3 Replies View Related

Error: Install: %pre Scriptlet Failed (2), Skipping MYSQL-PACKAGE-NAME

Mar 31, 2008

I've been having trouble installing MySQL 5, strangely, on this VPS.

Upon every install, it is bound to give me the same error.

Quote:

root@host [~/src]# rpm -i --nodeps MySQL-server-community-5.0.51a-0.rhel5.i386.rpm
error: install: %pre scriptlet failed (2), skipping MySQL-server-community-5.0.51a-0.rhel5

Quote:

root@zendfree [~/src]# rpm -i --nodeps MySQL-server-5.0.51a-0.glibc23.i386.rpm
error: install: %pre scriptlet failed (2), skipping MySQL-server-5.0.51a-0.glibc23

I've tried out various RPMs - all of which gives :

error: install: %pre scriptlet failed (2), skipping MYSQL-PACKAGE-NAME.

View 14 Replies View Related

Plesk 12.x / Windows :: WordPress Install - MySQL Extension Was Not Found

Feb 9, 2015

Running Plesk 12.0.18 on Windows 2012

I create a new domain then use Plesk Applications tab to install Wordpress. It shows the message:

Code:
Error: Unable to install the app because its installation requirements are not met. Contact your hosting provider to resolve this problem.
Requirements
PHP extension
The 'mysql' extension was not found.

However, php is installed and phpinfo shows that the mysql extension is installed. I try different versions of php, cgi/fastcgi but ll fail with the same error. I install Wordpress via FTP and it works fine.

There are knowledge-base articles relating to this error but they are for Linux and the solutions don't work in this case:

[URL] ...
[URL] ...

Maybe the Wordpress database has to be created before using Plesk to install Wordpress? If so, what should the database name be? How does Plesk know what the name of the database is that it should use? Why doesn't Plesk just create a database to use?

View 6 Replies View Related

How-To: Install APF Firewall For CPanel

Jun 14, 2004

Ok so you need a firewall. Well we recommend using APF. The following are the instructions you need to install

1) Login to your box as root
2) Download the APF Source (current version 0.9.3.3) ...........

View 14 Replies View Related

Install Imagemagick On CPanel VPS

Oct 29, 2009

how i can install imagemagick on cPanel VPS?

View 7 Replies View Related

Cpanel Install Failed

Mar 28, 2009

I have tried my best to install cpanel on a fresh new CentOS 5.2 server.

But everytime failed,it take me about 5 hours to install.

And I find no cpanel service is installed.

I think re-install is also no use.

View 6 Replies View Related

SSL Possible To Install In WHM/CPANEL Login

Nov 6, 2009

i worrying about WHM/CPanel login without SSL, it possible to install SSL?

View 5 Replies View Related

Install Mod_security On CPANEL

Apr 17, 2009

i have install modsecurity by WHM > Manage Plugins > check Name: modsecurity and save .and so without error its complite .

and restart my apache.

but i cant finde it in phpinfo and my Plugins in whm

View 3 Replies View Related

Install S3 Backup On CPanel VPS

Feb 19, 2009

I'm not experienced with linux or web hosting software and I want to find a way to get my cPanel or WHM to send the backups it does to my amazon s3 storage account.

Now I know this can be done as I've see lots of places around the web talk about it. I'm not experienced enough to do it so to just get it done and setup I'm willing to pay someone.

My VPS is at ServInt.net running on Centos5 with WHM/cPanel.

View 8 Replies View Related

SSL - CA Bundle Won't Install In CPanel

Nov 2, 2007

Has anybody ever had this error in CPanel 11 SSL Manager? How did you solve it? We used the CA Bundle supplied by Comodo. We tried installing SSL with Comodo and the CA Bundle isn't installing at all. Is this an issue with the server?

The CRT itself installs fine so it looks OK from web browsers - but not Google Checkout.

Error in CPanel:
=====
Verifcation Result [/C=US/ST=UT/L=Salt Lake City/O=The USERTRUST Network/OU=[url] error 2 at 3 depth lookup:unable to get issuer certificate]
====
As a result, Google Checkout refuses to calculate shipping:
--------------------
SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086: SSL routines: func(144): reason(134)
--------------------

I tried manually with curl (Google Checkout uses curl) and it says:
~: curl [url]
curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086SL routinesSL3_GET_SERVER_CERTIFICATE:certificate verify failed

View 4 Replies View Related

Install SSL Certificate Using Cpanel

Jul 10, 2007

to install SSL certificate to my site using Cpanel. I dont know anything about it and have zero idea. I am open to hear all of you, are know about SSL installation.

View 1 Replies View Related

Cpanel Install And HDD Partition

Jul 16, 2007

I have a server without cpanel and it have this partition details :

Code:
server-rescue / # df -h
Filesystem Size Used Avail Use% Mounted on
192.168.0.1:/nfsroot/gentoo
228G 134G 82G 63% /
none 1.9G 56K 1.9G 1% /mnt/unionfs/etc
none 230G 134G 84G 62% /etc
none 1.9G 720K 1.9G 1% /mnt/unionfs/var
none 230G 134G 84G 62% /var
none 1.9G 0 1.9G 0% /mnt/unionfs/root
none 230G 134G 84G 62% /root
none 1.9G 4.0K 1.9G 1% /tmp
udev 1.9G 160K 1.9G 1% /dev
shm 1.9G 0 1.9G 0% /dev/shm
/dev/sda2 226G 28G 187G 13% /mnt/sysimage

what I can do for this partition before start Cpanel Install?

View 5 Replies View Related

Install Cpanel On Fedora

Jun 13, 2007

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.

View 6 Replies View Related

Plesk 12.x / Linux :: Possible To Install To Debian Jessie With Auto-install Script?

Jul 19, 2015

Is it possible to install Plesk 12 to Debian Jessie with the autoinstall script?

View 7 Replies View Related

How To Install Shared Ssl In Cpanel Server

Apr 19, 2009

how to install shared ssl in cpanel server

View 2 Replies View Related

Possible Uninstall Directadmin And Install Cpanel

Apr 9, 2009

I receive my server tha preinstall diectadmin. May I know is it possible I remove the directmin adn install the cpanel without format the drive?

View 7 Replies View Related

How To Install Mrtg On A Cpanel Server

Jun 30, 2008

How to install mrtg on a cpanel server?

I followed the tutorial on [url]but it didn't work

View 3 Replies View Related

How To Install Mod_top On A Cpanel / Centos Box?

Jun 23, 2008

how to install mod_top on a Cpanel / Centos box?

[url]

This does not work (gives off errors such as file or dir not found)

View 1 Replies View Related

Install Zend Engine V2.0.4-dev On CPanel Box.

Mar 15, 2007

Actually i have PHP 4.4.5 + Zend Engine v1.3.0.

One of my customers needs Zend Engine v2.0.4-dev installed.. this is a RHES 4 + cPanel box..

Does anyone know how to install/upgrade Zend Engine v2.0.4-dev?

May this change cause some problems with PHP Scripts?

View 4 Replies View Related

Install Cpanel Backup Into Plesk

Sep 6, 2007

I'm going from a reseller account that used cPanel to a dedicated server using Plesk. I don't have access to anything on the cPanel server (long story), but the host said they will create a cPanel backup for me. Is it possible to install this into Plesk? I know it's possible to do a migration from a cPanel server to Plesk, which requires root access that I don't have and can't get, so this cPanel backup is the best I've got.

View 3 Replies View Related

How To Re-install Named On CPanel Server

Dec 18, 2007

I have server on CPanel, and Named failed yesterday. Some named files damage, and BIND not work. re-install this service.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved