*********************SOFTWARE USED BY PALO 3.7 COMPILER************************ These applications (or their equivalent in the XXIst century) should be installed DBI-1.14 latex2html mod_graph-1.2 netpbm-9.2 perlSGML perlSGML.install php-4.0.0 hoteqn A simple guide to install each of the formar packages is shown: INSTALLATION OF DBI-1.14 DBI requires one of more "driver" modules to talk with a database. Please check DBD::* for your particular DB Installation steps are: 1.- perl Makefile.PL 2.- make 3.- make test 4.- make install 5.- Delete source directory Perl 5.004_04 or later versions should be installed before the previous steps (!) Make: 1.- perl Makefile.PL (hacer un make realclean primero ) 2.- make 3.- make test 4.- make test TEST_VERBOSE=1 (si el make test falla) INSTALLATION OF MOD_GRAPH_1.2 Install mSQL (Hughes). Then download MOD_GRAPH and do: 1.- ./setup 2.- make all 3.- make install INSTALLATION OF NETPBM 9.2 1.- make 2.- make install INSTALLATION OF LATEX2HTML 98.1 Software needed: 1.-LaTeX version 9 or later 2.-Netbmp library Steps to install latex2html and configure it are: 1.-Specify where is PERL For each of the Latex2html,texexpand,pstoimg & install-test, makemap, modify 1st line with PERL home. 2.-Copy files in the destination directory. Copy teximput directory files in the appropriate location to be found by LaTeX 3.-Make an install-test This scriupt will make some settings for latex2html and then will check pathnames. A consistent configuration to generate GIF and PNG files is also needed. 4.- Move at your own the latex2html binary or let it be there in latex2html directory. 5.Edit latex2html.config and check it. INSTALLATION OF PERLSGML Run script: perl install.me Some notes: 1.- You must be in the same directory as install.me. 2.- Perl 5 needed INSTALLATION OF PHP (This compiler uses 4.0.0, maybe 5.0 is OK and you can skip this) 1.-gunzip -c apache_1.3.x.tar.gz | tar xf - 2.-cd apache_1.3.x 3.-./configure 4.- cd .. 5.- gunzip -c php-4.0.x.tar.gz | tar xf - 6.- cd php-4.0.x 7.- ./configure --with-mysql --with-apache=../apache_1.3.x --enable-track-vars 8.- make 9.- make install 10.- cd ../apache_1.3.x 11.- ./configure --prefix=/www --activate-module=src/modules/php4/libphp4.a 12.-make 13.- cd ../php-4.0.x 14.-cp php.ini-dist /usr/local/lib/php.ini 15.- Edit /usr/local/lib/php.ini to set up options 16.- Add to httpd.conf o srm.conf: AddType application/x-httpd-php .php 17.-After restart servidor web.