• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Compile Apache / PHP

R

RobertMidd

Guest
I have recently moved from CPanel to Plesk 8.3 and I am still finding my way around.

In CPanel I could use the WHM interface to recompile Apache/PHP in a GUI mode but I cannot find an option in Plesk for this.

Is there a way to do this with Plesk or do I have to do this manually via SSH ?

Thanks in advance

Robert.
 
Can you explain what you mean and what the difference is ... I do not fully understand.

My server is using CENTOS 5 (64 Bit) and I want to recompile PHP to use some other modules which I have only ever done in WHM by recompiling apache and selecting the PHP modules I want.

Thanks.
 
The OS vendors generally already do all this, depending on the module of course. Basically Cpanel has been duplicating effort.

Which module(s) did you need? Heres the list of what is available for php on CentOS 5 by default:
php
php-bcmath
php-cli
php-common
php-dba
php-devel
php-gd
php-imap
php-ldap
php-mbstring
php-mysql
php-ncurses
php-odbc
php-pdo
php-pear
php-pgsql
php-snmp
php-soap
php-xml
php-xmlrpc

There are additional modules like php-mcrypt, php-mhash, php-ioncube-loader, php-zend-optimizer, php-eaccelerator, php-suhosin, and others available additional yum channels.
 
I need PHP modules for GD2 with FreeType support + some other option, IonCube & OpenSSL

How do I install these ... with up2date or yum install ?

I have never installed using either of these.
 
You use yum. OpenSSL is already there by default, for the others youd use:

yum install php-gd

ioncube is in my archive, which you would activate with:

wget -q -O - http://www.atomicorp.com/installers/atomic |sh

and run:

yum install php-ioncube-loader

You might also want to check out the web interface for yum we've been working on, which you can install with:

yum install atomic-yum
 
I tried the install automatic-yum but got the following error

Error: Missing Dependency: yum-repolist is needed by package atomic-yum

How do I fix ?
 
Considering that I only tried the install for the first time yesterday then that thread does not help.

Nevertheless I did what was suggested and I have the same problem.

Anyone ?
 
Ah, are you on a VPS? yum-repolist is in the base channel on centos, so it should always be available unless someone has broken yum on your system.
 
No it is a dedicated server which has just been installed and should therefore not be a broken system.

How do I get this to work ?
 
I have since done yum updates and they all have worked ok.

The only problem I get is when I try yum install atomic-yum and then I get Error: Missing Dependency: yum-repolist is needed by package atomic-yum.
 
yum-repolist.noarch 1.0.4-3.el5.centos.2 base


Yum repolist is part of the base channel for CentOS 5. That makes me think that someone has tried to be "helpful" and meddled with your yum configuration. What does /etc/yum.conf and /etc/yum.repos.d/CentOS-Base.repo look like?
 
Sorry to Hijack....

Sorry to HiJack this thread,

I tried yum update on my system (centos 5) and it comes back with command not found.

I also noticed that /etc/yum.conf does not exist

Any help would be appreicated!
 
Back
Top