vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, The PHP Manual needs a knowledgable HP-UX user to rewrite the PHP + HP-UX installation documentation. As you may already know, the documentation for this is extremely outdated: * http://php.net/manual/en/install.unix.hpux.php Please be as detailed as possible, and good luck Regards, Philip |
| |||
| In article <1114730543.676541.214070@z14g2000cwz.googlegroups .com>, Philip Olson wrote: > Hello, > > The PHP Manual needs a knowledgable HP-UX user to rewrite the PHP + > HP-UX installation documentation. As you may already know, the > documentation for this is extremely outdated: > > * http://php.net/manual/en/install.unix.hpux.php > > Please be as detailed as possible, and good luck Philip, since HP now provides both Apache and PHP, there shouldn't be much work involved! Kevin -- Unix Guy Consulting, LLC Unix and Linux Automation, Shell, Perl and CGI scripting http://www.unix-guy.com |
| ||||
| In article <1115173719.190922.135970@g14g2000cwa.googlegroups .com>, philip olson wrote: > Could you elaborate on this please? Are you saying that every HP-UX > server by default includes Apache and PHP? Since when? How would > someone install and/or upgrade such packages? The software can be downloaded free from HP at: http://www.software.hp.com I have not had to build Apache or PHP on HP-UX for a couple of years, now. In addition, many HP-UX users use the HP ANSI-C compiler, but others use GCC. Any directions for building should include both... Except for cases of bugs, the standard: configure make make install process has worked for me pretty well. Some older versions of PHP had an issue creating a ".sl" (HP's shared library) as opposed to .so, but that has been fixed for a while. In addition, there was a bug with Apache's 'apxs' that didn't have correct logic for dealing with .sl files. I think that has also been fixed for a while. All of my notes for compiling either date back to Aug 2001, so I haven't dealt with it since shortly after that... Kevin -- Unix Guy Consulting, LLC Unix and Linux Automation, Shell, Perl and CGI scripting http://www.unix-guy.com |