Install GD For PHP4 On Red Hat Enterprise Linux, Version 4 From SSH

Jul 18, 2007

I only know basic commands for SSH and have been trying for hours to get GD installed for PHP4. I have tried:

# apt-get install php-gd
bash: apt-get: command not found

apt-get install php4-gd
bash: apt-get: command not found

# up2date -i php-gd

Fetching Obsoletes list for channel: rhel-i386-es-4...

Fetching Obsoletes list for channel: rhel-i386-es-4-extras...

Fetching rpm headers...

Name Version Rel
----------------------------------------------------------

The following Packages were marked to be skipped by your configuration:

Name Version Rel Reason
-------------------------------------------------------------------------------
kernel 2.6.9 55.0.2.ELPkg name/pattern
kernel-devel 2.6.9 55.0.2.ELPkg name/pattern
kernel-hugemem-devel 2.6.9 55.0.2.ELPkg name/pattern
kernel-smp 2.6.9 55.0.2.ELPkg name/pattern
kernel-smp-devel 2.6.9 55.0.2.ELPkg name/pattern
php-gd 4.3.9 3.22.5Pkg name/pattern

The following packages you requested were marked to be skipped by your configuration:
php-gd

None of these things work and I was wondering if anyone knew how to get this to work without recompiling PHP.

View 14 Replies


ADVERTISEMENT

Professional/Enterprise Version Of Suse

Jun 15, 2007

Which type of suse you recommend Professional or Enterprise Edition?

View 2 Replies View Related

Plesk 12.x / Linux :: Cannot Install Version 12.0.18 On CentOS 6.6

Dec 5, 2014

I have new Linux server with CentOS 6.6 on it. I have tried to install Plesk version 12.0.18 on it.

During installation process from http://autoinstall.plesk.com/plesk-installer shell script I'm getting error:
START Bootstrapper 12.0.18 prep-install for BASE AT Fri Dec 5 19:09:44 CST 2014
***** problem report *****
ERROR while trying to SMB database not created
Check the error reason(see log file: /var/log/plesk/install/plesk_12.0.18_installation.log), fix and try again
STOP Bootstrapper 12.0.18 prep-install for BASE AT Fri Dec 5 19:10:01 CST 2014: PROBLEMS FOUND
START Bootstrapper 12.0.18 prep-install for BASE AT Fri Dec 5 19:15:46 CST 2014

When I have tried to run command:

# /usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/bootstrapper.sh repair

I'm getting errors:

---TRANSACTION 0 0, not started, process no 32603, OS thread id 139715979196160
MySQL thread id 38, query id 7054 localhost admin
SHOW ENGINE innodb status
--------
FILE I/O
--------
I/O thread 0 state: waiting for i/o request (insert buffer thread)

[Code] ....

View 10 Replies View Related

Install PHP5 As CGI With PHP4 Already Installed

Aug 12, 2008

1) Download PHP 5.x and do the usual

cd /usr/local/src
[url]

2) Compile php as in a new directory such as /usr/local/php5

Use the same ./configure line required but with the following changes:

--prefix=/usr/local/php5 --exec-prefix=/usr/local/php5 --program-suffix=5 --enable-force-cgi-redirect --enable-discard-path

3) Compile and install
make
make install

IMP Steps :

cp php.ini-dist /usr/local/php5/lib/php.ini
cp /usr/local/php5/bin/php5 /usr/local/cpanel/cgi-sys/php5
chown root:wheel /usr/local/cpanel/cgi-sys/php5

4) Edit httpd.conf and add lines below::

AddHandler application/x-http-php5 .php5
Action application/x-http-php5 /cgi-sys/php5

Just use .php5 and it will invoke php5.

# CGI configuration for PHP4
Action application/x-httpd-php4 /cgi-sys/php4
AddType application/x-httpd-php4 .php4 .php .php3 .php2 .phtml

# LibPHP5 configuration
LoadModule php5_module modules/libphp5.so
AddType application/x-httpd-php .php5

View 1 Replies View Related

Can I Install Windows 2003 Enterprise On Burst Net Server- I Have My Own License

Oct 20, 2009

i am thinking to get a server with Brustnet. i do have my own windows 2003 enterprise edition license. i just want to know am i allowed to install my own cd iso with license.

View 13 Replies View Related

[How Install ]FFmpeg And Strem Program In CENTOS Enterprise 5.2 I686

Oct 8, 2008

* FFmpeg [url]
* FFmpeg-PHP [url]
* Mencoder and Mplayer [url]
* LAME MP3 Encoder [url]
* Libogg [url]
* FLVtool2 [url]
to install the up program in vps hes worked with CENTOS Enterprise 5.2 i686

because im try but not working like Mencoder and Mplayer he cant connect with me in ssh

View 1 Replies View Related

Run Php4 For .php4 Files And Php5 For .php [httpd.conf]

Jan 28, 2007

First off my error: apache force downloads .php4 files

Background:
Im attempting to run php4 and php5 at the same time. I had php 5 installed with the server when I got it.

I have installed php 4 from the source like this:

Code:
./configure --with-apxs=/usr/local/apache/bin/apxs --prefix=/PHP4 --without-mysql
I then copied the php.ini file to /PHP4/php.ini

In my httpd.conf Im loading and adding both php 4/5 modules like so:

Code:
LoadModule php4_module libexec/libphp4.so
LoadModule php5_module libexec/libphp5.so

AddModule mod_php4.c
AddModule mod_php5.c
Then later in the httpd.conf Im trying to tell apache to handle .php4 files with PHP 4 and .php with PHP5

Code:
AddType application/x-httpd-php .php
AddType application/x-httpd-php4 .php4
I restarted apache to load the new conf. .php files still use PHP5, but for some reason .php4 files are being downloaded, not running with PHP 4.

If I use htaccess to application/x-httpd-php4 php, .php files also force download. What am I missing?

View 2 Replies View Related

Plesk 11.x / Windows :: Install Older WordPress Version?

Nov 4, 2013

how to install older version of WordPress - version 3.7 has just come out and it is the only version I can install via the Plesk panel but unfortunately half of the themes out there only support up to 3.6

View 6 Replies View Related

Asterisk On Red Hat Enterprise Linux - ES 4 (64 Bit)

May 3, 2009

How can I install it Asterisk on Red Hat Enterprise Linux - ES 4 (64 bit)?

View 2 Replies View Related

GD-1.8 And Perl-GD-1.33 On Red Hat Enterprise Linux 4

Jan 26, 2007

we have a customer who has Red Hat Enterprise Linux 4 on there server and they have asked us to install GD-1.8 and perl-GD-1.33-1.i386 every time we try and install GD-1.8 it says 'GD-2.2 is newer blah blah' and we can not continue. Dose any one know how this can be done and if so could they please give us some information of how to do it.

we have been thinking about forcing 1.8 to install but we do not think this is a good solution as it will cause other problems.

View 1 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

Linux - Version?

Apr 25, 2008

I have an old laptop, it's got a 1000mhz processor and 128mb ram..

I want to install linux on it, but a) haven't got that much exp with Linux and b) don't know much about the OS in general..

I just am getting fed up of Windows!!

My knowledge stretches to using X-Windows about 8 years ago..

I have looked at Ubuntu, as the desktop looks cool and a friend said it's quite easy to get ya head around, but the site says you need atleast 256mb ram..

View 6 Replies View Related

Plesk 12.x / Linux :: Two Version Of PHP

Nov 6, 2014

I have installed a version of php (v5.4). My Web run correctly before and now not. My web is Joomla 2.5. I recived this error:Fatal error: Class 'JConfig' not found in /var/www/vhosts/*********/httpdocs/includes/framework.php on line 56.

View 1 Replies View Related

Apache :: Compiled Version Does Not Match Loaded Version

Mar 26, 2014

I am running Apache on a Windows server and it is up and running.I downloaded and installed:

Apache 2.4.9 Win32 [Apache VC11 Binary] httpd-2.4.9-win32-VC11.zip

And included ModSecurity from download: modules-2.4-win32-VC11.zip..

The version of ModSecurity is mod_security-2.7.7 . It is up and running, but I get a warning:

ModSecurity: Loaded PCRE do not match with compiled!

Here's the difference in the PCRE from the logs:

PCRE compiled version="8.33 "; loaded version="8.34 2013-12-15".

The compiled version does not match the loaded version. Is this something I should be concerned about and try to find compiled versions that match?

View 2 Replies View Related

Latest Linux Kernel Version

Jan 19, 2007

Is it safe to upgrade to the latest Linux kernel version 2.6.19.2 (released on January 10th, 2007) ? Is there any reported problems or have anyone faced issues after upgrading?

View 8 Replies View Related

Plesk 11.x / Linux :: Possible To Have 2 Version PHP On Server?

Jan 25, 2015

Are that possible to have 2 version on my server?I upgrade from 5.3 to 5.4 yesterday but 2 site is down after upgrade of php.And i need 5.4 for 1 site and 5.3 for this other.

View 2 Replies View Related

Plesk 12.x / Linux :: Update Php Version?

Jan 10, 2015

I've tried a few times to update php on my server from version 5.3 to the latest 5.5 however it keeps conflicting with apache2 that's installed and I ended up having to re-install everything as I accidentally deleted Plesk attempting to fix it.

Ideally I'd rather just run nginx with php-fpm without apache but it's not as straightforward anymore with plesk and how to go about updating PHP?

I've got a clean install of Parallels Plesk v12.0.18_build1200140606.15 running on Ubuntu 12.04.2 LTS.

View 8 Replies View Related

Plesk 12.x / Linux :: Uninstall PHP 5.4 Multiple Version

Aug 26, 2014

I tryed install multiple-php version in my Plesk 12 on CentOS 6.5 using Plesk KB but it doesn't work very well so I installed php-panda and it works fine but I want uninstall the php 5.4.31 version that fail but leaving the no-atomic old version. How can I do that? I know that is installed in other directory.

View 1 Replies View Related

Plesk 12.x / Linux :: Show Wordpress Version?

Nov 13, 2014

how can i show in putty during ssh session the version of wordpress used for a specific domain ?

View 4 Replies View Related

Plesk 11.x / Linux :: Upgrade MySQL To At Least Version 5.6.5

Sep 22, 2014

I'm still using Plesk 11.5.30 and MySql 5.5.39. That was discribed here how to update. But i need to have a MySql 5.6.5 (minimum) for some software (This version is over 2 years old). I'm using CentOs 6.5. and PHP 5.4.33

how to do this, whitout breaking plesk 11.5.30??

View 4 Replies View Related

Plesk 11.x / Linux :: PHP-FPM / Nginx And Multiple Version Of PHP

Dec 17, 2014

I installed Nginx and PHP-FPM through the Plesk Autoinstaller.It works well with the default PHP version installed originally with the CentOS 6 system (5.3.3). I also installed manually following your KB [URL] .... additional versions of PHP. It works well, and I can use those additional versions through the Plesk UI.

Therefore, I was wondering how to use them with PHP-FPM? As when I activate a domain for Nginx with PHP process (PHP-FPM), it switches the PHP version to 5.3.3 and I can't change this parameter.

View 1 Replies View Related

Plesk 11.x / Linux :: Warning When Try To Upgrade To Version 12.0.18

Feb 27, 2015

When I click upgrade now at the plesk panel I get following error:

Parallels Panel pre-upgrade check... WARNING: The proftpd FTP service will fail to start in case the support for IPv6 is disabled on the server. Please check [URL] .... for details.

Is it safe to proceed? I guess it shall be automatically?

View 9 Replies View Related

Best Linux Version To Run A VPN (Virtual Private Network) Server Over Vps?

Dec 21, 2008

What is the best linux version to run a vpn server over vps?

I'm a bit confused ,what's the best linux version if i want to have a vpn server ? Does Centos 5 work?

View 10 Replies View Related

Plesk 12.x / Linux :: Installing Joomla - Wrong Version Of PHP / Can't Allow SSH

Aug 18, 2014

I'm new to Plesk - I've inherited a web site for a local social club so have just been handed login and password. I believe I have version 11.0.9 and as I can see mention of an Apache webserver I'm guessing its linux.

So - I want to redesign and use Joomla so I can share the content updating with others.

I can't install Joomla as I have PHP 5.1 and need 5.3. I have no 'server' or any sort of option I can find (and I've looked everywhere!) to find a command line or somewhere I can run things.

When I try to allow SSH access the option says Forbidden and there is no option to change it.

View 1 Replies View Related

Plesk 12.x / Linux :: Multiple Version Of PHP Are Not Working Properly

Dec 28, 2014

I am looking for a replacement to my existing ISPConfig 3.x installation and have heard a lot of good things about Plesk, so I decided to put up a test server with a trial version of Plesk 12.The server is running Centos 6.5 64-bit minimal install with all system updates applied before installing Plesk. After installing Plesk I used the commands from the attached text-file.After compiling PHP 5.5.20 with no errors displayed on screen I created a new subscription plan as a copy of the #default domain" plan and changed the name to "PHP 5.5 website" and in the Hosting Parameters I changed PHP to run still run as a FastCGI application but use my compiled PHP 5.5.20 instead of the OS vendors PHP 5.3.3.The configure options used are the same as I did use for my ISPConfig 3.x servers.I also tried the configure options shown here: [URL]... But the command ends with a "configure: WARNING: unrecopgnized options: --enable-fastcgi"

If I compile with the attached script I get a HTTP 500 error when visiting the selected website (which is a clean installation of Drupal 7.34) and in the error_log for my test site I get this:
"
[Sun Dec 28 18:51:48 2014] [warn] [client x.x.x.x] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Sun Dec 28 18:51:48 2014] [error] [client x.x.x.x] Premature end of script headers: index.php
"
x.x.x.x is the internal IP of my router/firewall.I have also looked in the Plesk Administrator GuideIs there a known issue with Plesk 12 and CentOS 6.5 64-bit when wanting to use multiple versions of PHP, since both the version compiled using the KB article above and my own attached script worked fine on my ISPConfig 3.x servers.

View 4 Replies View Related

Plesk 12.x / Linux :: Fatal Error Using Additional PHP Version

Jun 29, 2015

Using Plesk 12.0.18 and CentOS 6.6, I installed PHP 5.6 through the Plesk Updates menu. After that, the new version was not automatically selectable inside Plesk Panel. I added it using php_handler.However, when selecting PHP 5.6 for a website, I only get a 500 server error.

Trying to troubleshoot, I ran "/opt/plesk/php/5.6/bin/php-cgi -v", which also resulted in an error:Fatal Error Unable to allocate shared memory segment of 67108864 bytes: mmap: Cannot allocate memory (12)The same kind of error is logged in the error_log for the website I switched to 5.6.

The error also occurs when calling "php-cgi -v" directly in the command line.The same error occured when I tried the same thing with PHP 5.5.

View 5 Replies View Related







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