If you are interested in watercolor paintings you can click here

Last Update: 12/30/2005

WARNING : If you have downloaded this version before december, 30th, 2005 then you have a bug in the version that you have downloaded with the GD library. After that date the bug as been corrected and I also added the mbstring and exif support.

This is another version of the AS/400, iSeries, i5 open-source PASE software distribution.

If you click here, you will see the result of the php info (version 4.4.0 with a V5R2 box so, it is not the same distribution than the one that I describe in this page) that I have on my machine. Of course I anonymized this document.

WARNING : Of course there is no warranty on this software. However, to my knowledge there is no viruses or trojan horses in the software that I provide here. I also checked all the signatures and MD5SUM when they were provided by the web sites where I downloaded the source files. Naturally, if you follow what I show you in this page, you can also rebuild the distribution on your own machine. You will find the sources HERE. This script helped me to build this distribution but I also did some manual jobs.

There is only a 73 Mb file which contains everything. The file is called local-V5R3-2.2.tar.bz2. The MD5SUM signature is cf9c86b710c6f8a13635d0614e636681. You must first use the bunzip2 command on a PC (if you don't have it on your AS/400). Many freeware or commercial software can manage this kind of archive under windows. However, I advice you to use winrar or the latest beta version of 7zip (7zip version 4.27 or above. You will then have a tar archive that you can upload to your machine in binary mode with ftp for example. Because I don't have enough space on this web server, I created a FTP server where that's going to be possible for you to download this file. But be careful, only 2 users can download the file at the same time (the iSeries community is not so big ;-) ). So, if you have some trouble to download this file it might be because this limit has been overriden. So, try again later .....

I also downloaded the sources files from reliable sources which are :

  • http://aixpdslib.seas.ucla.edu
  • http://www.gnu.org
  • http://www.gzip.org (you reach this address thru the gnu website).
  • http://www.gzip.org/zlib/ (you reach this address thru the gnu website).
  • http://www.info-zip.org/pub/infozip/UnZip.html (you reach this address thru the gnu website)
  • http://www.info-zip.org/pub/infozip/Zip.html (you reach this address thru the gnu website).
  • http://sources.redhat.com/bzip2/
  • http://www.mysql.com
  • http://curl.haxx.se/
  • http://www.php.net
  • http://www.i5php.net
  • http://www.phpmyadmin.net/home_page/index.php

This distro has some graphics capabilties such as the PHP bundled GD library. It is also compiled with the --enable-mbstring=all (multibytes support) and --enable-exif (to retrieve information of the header of JPEG pictures) options.This archive will provide you with the following components :

  • gcc-4.0.1
  • texinfo-4.8
  • m4-1.4.3
  • autoconf-2.59
  • automake-1.9.6
  • zlib-1.2.3
  • patch-2.5.4
  • gzip-1.2.4
  • bzip2-1.0.3
  • bison-2.0
  • gettext-0.13
  • ncurses-5.4
  • curl-7.14.0
  • mysql-4.1.14
  • unzip-5.52
  • zip-2.31
  • freetype-2.1.10
  • jpeg-6b
  • libpng.1.2.8.tar
  • xpm.3.4k.tar (AIX binary from http://aixpdslib.seas.ucla.edu/aixpdslib.html. I couldn't compile this on the iSeries ;-( )
  • php-4.4.0
  • libxml2-2.6.16
  • php-5.0.4

Freetype-2.1.10 and jpeg-6b has been compiled with software found at the following web address http://www-03.ibm.com/servers/aix/products/aixos/linux/download.html . Libpng is coming from http://www.libpng.org/pub/png/libpng.html>.I followed the same principles to compile this 3 softwares as with e.g. libxml. I also used 1 binary software from the UCLA because I couldn't successfully compile the XPM software with either my gcc-4.0.1 or UCLA gcc-3.3.6.

The above software has been compiled in the order they are displayed except for the ones above. I'm providing the different variable which were used for each software in the following compilation script. That you can see here.

A few notes :

I encounter a few glithes :

  • I tried to use the most recent version of each software. Except for a few ones :

    I tried to use the most recent version of each software. Except for gettext-0.13 because it compiles fine with the iconv software include in the OS400. I didn't try yet to compile gettext-0.14.1 on V5R3.

    A few installation notes :

    I assumed that you don't have a /QOpenSys/usr/local directory.

    You must installed the iSeries Tools for Developers (5799PTL) software program. You can find this software here

    You must register with IBM to download the software which is free and the software is among the trials and betas. I guess it is better if you also ask to your IBM representative the 5733SC1 LPO which is freely available. This is because this distribution support OPENSSL.

    This archive MUST be installed in the /QOpenSys/usr directory

    You can uncompress it with the bunzip2 command : e.g. bunzip2 local-V5R3-2.0.tar.bz2.

    you can then untar it with tar xvf local.tar

    Of course, if you don't have bunzip2 command on your iSeries, you must do that with a utility on your PC such as WinRAR, 7Zip, a.s.o.... However it will be Ok to untar on the iSeries.

    You must create a symbolic link the following way :

    When you are in the PASE environment (CALL QP2TERM from a regular iSeries command line) type the following commands :

    cd /usr

    ln -s /QOpenSys/usr/local local

    The above instruction will create a symbolic link which will permit the use of the software

    You can now go in the /usr/local/php4/bin or /usr/local/php5/bin directories. There you can type the 'php -v' command.

    If there is the version number which is displayed then everything should be fine for php.

    You must configure mysql. To do that you must create a user profile on the iSeries called 'MYSQL'.

    It is advised that you configured it as a *USER with no rights at all.

    You must run the mysql configuration script which is in /usr/local/mysql/bin. The configuration script is called mysql_install_db.

    You should then follow the instruction of this script.

    With the command /usr/local/mysql/bin/mysqld_safe &, you should be able to run the mysql daemon.

    You must also configure your iSeries apache server (in your httpd.conf file) with the following configuration directives, if you want to use the included php-4.4.0 version :

    ScriptAlias /php-bin/ /QOpenSys/usr/local/php4/bin

    # new type mime definition

    AddType application/x-httpd-php .php

    Action application/x-httpd-php /php-bin/php

    Action php-script /cgi-bin/php

    &ltDirectory /QOpenSys/usr/local/php4/bin>

    Options +ExecCGI
    CGIConvMode %%BINARY/BINARY%%
    order allow,deny

    allow from all

    </Directory>

    If you want to use the PHP-5.0.4 version you must configure your httpd.conf with the following instructions :

    ScriptAlias /php-bin/ /QOpenSys/usr/local/php5/bin

    # new type mime definition

    AddType application/x-httpd-php .php

    Action application/x-httpd-php /php-bin/php

    Action php-script /cgi-bin/php

    &ltDirectory /QOpenSys/usr/local/php5/bin>

    Options +ExecCGI

    CGIConvMode %%BINARY/BINARY%%
    order allow,deny

    allow from all

    </Directory>

    Make sure you setup the folder and file permissions properly in the /QOpenSys/usr/local/php/bin folder and on the php executable.

    The IBM Apache server uses the user profile: QTMHHTP1 when calling CGI applications unless you change the Server User Profile in the Apache config. Refer to the documentation in IBM iSeries Info Center.

    *PUBLIC or user QTMHHTP1 will need to have read access to the QOpenSys folder, read access to the php folder, and read access to the bin folder. The owner of the files of the distribution is QPGMR

    They will also need read and execute access to the php executable in the /QOpenSys/usr/local/php4/bin (or /QOpenSys/usr/local/php5/bin) folder.

    To control mysql you should install phpmyadmin. You will find in this archive the compress archive of the version 2.6.3-pl1 version of phpmyadmim. If you want to use it you will have to install it on your web server. You can find the latest version here : http://www.phpmyadmin.net/home_page/index.php

    Have Fun

    Olivier