Project

General

Profile

Actions

Install Web Server Prerequisites » History » Revision 16

« Previous | Revision 16/40 (diff) | Next »
Neil Voss, 05/28/2010 08:54 AM
The last four ARE NOT required


Install Web Server Prerequisites

The myamiweb files are mostly php scripts that run at the web server. PHP, PHP-devel, gd, and fftw3 packages are required before installation of myamiweb and the mrc extension that handles the display of mrc files. Some of these packages may be found on the SuSE Linux DVD or included in common package repository. MySQL and the Apache Web Server can be downloaded from their respective websites.

Install Supporting Packages

  • Use the installation tools available for your linux distribution.
    For example, to install gd as php extension you may use
    CentOS> sudo yum install php-gd
    SuSE10.2 and above> zypper install php-gd
    

    Likewise, use the SuSE Linux YaST2 utility or zypper (openSuSE 10.2 and above) to install.
    A list of required CENTOS rpms and instruction can be found at dbemtools bulletin board at leginon.org.
  • Use the following table to find and install the prerequisite packages required for your distribution of linux:

Prerequisite packages for myamiweb:

Name: Download site: yum package name SuSE rpm name
Apache www.apache.org httpd apache2
php www.php.net php php
php-devel* rpmfind.net/linux/RPM/Development_Languages_PHP.html php-devel php-devel
php-gd (including GD library, its development libraries and header *) www.php.ned/gd (Use gd2) php-gd, gd-devel php-gd,gd-devel
fftw3 library (including development libraries and header *) www.fftw.org (Use fftw3.x) fftw3-devel fftw3-devel

Notes:

  • RPM.pbone.net http://rpm.pbone.net/ provides a nice interface to search for module names on RPM based systems.
  • You may need to install Extra Packages for Enterprise Linux (EPEL) to install fftw2. See Download Additional Software for more information.
  • MRCtools are compiled and added to php extension with php-devel package. MRCtools use GD and FFTW3 that need to be compiled from their development libraries while the extension is compiled. If GD and FFTW3 sources were downloaded and compiled directly on your computer, these development files are included. If (as in most cases) GD and FFTW3 are installed from rpm, they are not included. An error message will appear when you attempt to compile mrctools. In this case, you will need separate download and installation of GD-devel and FFTW3-devel. Search http://rpmfind.net/linux/rpm2html/ for GD-devel and FFTW3-devel for the rpm distribution needed for your system. More information on the gd library can be found here. If you find that you can only view images as png instead of jpg, it may be that you do not have gd jpeg support installed. (TODO: This is too scary and cumbersome.)

< Differences between Linux flavors | Configure php.ini >


Updated by Neil Voss about 14 years ago · 16 revisions