wget,
as described by
Lars.
wget working, then you don't have a hope with the
incomplete and probably inaccurate instructions following.
wget to download it directly on to the HP3000 (cool).
:newgroup php.ix ;access=(r,w,a,l,x,s:gl); :newuser php.ix ;pass=whatever :altuser php.ix home=php ;cap=+ph,gl :hello php.ix :/bin/sh -L
shell/iX> gunzip -c /SAMBA/SHR/public/php-4.0.6.tar.gz | tar xvof -(I couldn't get
gunzip to work. I gave up and used Winzip &
uploaded the unzipped tar file with Samba.)shell/iX> ln -s php-4.0.6 src
shell/iX> cd shell/iX> mkdir mpe shell/iX> tar xvzopf /SAMBA/SHR/public/php-mpe.tar.Z shell/iX> cd /IX/PHP/src/ext shell/iX> mkdir mpe shell/iX> cd mpe shell/iX> tar xvzopf /SAMBA/SHR/public/php-ti.tar.Z shell/iX> cd
libtool so that it
links properly under MPE/iX.
shell/iX> ltconfig ltmain.sh
buildconf
shell/iX> cd /IX/PHP/src shell/iX> buildconfIf that doesn't work, then try
autoconf
to MPE-ize the configuration:
shell/iX> cd /IX/PHP/src shell/iX> autoconfIf you can't get
autoconf to work, all hope may
not necessarily be lost.
buildconf didn't work, you will need to
hack /IX/PHP/src/configure to add in the TurboImage extension.
ac_help="$ac_help --enable-turboimage Enable MPE/iX support"just before
ac_help="$ac_help --enable-wddx Enable WDDX support"
echo $ac_n "checking whether to enable WDDX support""... $ac_c" 1>&6
shell/iX> cd /IX/PHP/src shell/iX> . ../mpe/dotme_cgi shell/iX> configure $conf
shell/iX> cd /IX/PHP/src shell/iX> . ../mpe/dotme_dso shell/iX> configure $conf
creating config_vars.mk.
Break/RESUME gets it moving again.
configure breaks, you might have to help it
along, by noting where it broke, examining the code, and then
executing shell commands like this before re-running it:
shell/iX> export ac_cv_prog_lex_root=lex.yyRunning
configure can be very slow on an HP3000. I
think it took about 14 hours the first time that Troy did it on
our HP927.
shell/iX> make
libtool, as described above, then you
will need to manually link.
shell/iX> ../mpe/relink
shell/iX> ../mpe/mkdso
shell/iX> php -h
make install won't
work until you have hacked /IX/PHP/src/build/shtool
to remove the silly #filen@me#.dsttmp="$dstdir/#INST@$$#"dsttmp="$dstdir/_INST_$$_"
make install for the CGI?
Just copy the file to somewhere!
make install will copy
libphp4.so to Apache's libexec directory,
and modify httpd.conf for you.
The executables are available here.