RE: [PHP] Apache + Oracle + PHP on HPUX

2001-07-26 Thread Andrew Hill

Hi,

You can use OpenLink ODBC drivers, and compile PHP/apache --with-iodbc as
per the HOWTO at www.iodbc.org.  The HOWTO is Linux-based, but the major
different will be environment variables.  During the install of OpenLink MT
drivers a shell script will be automatically created (openlink.sh,
openlink.csh) that will set the appropriate variables for you before you try
to compile php and apache.  Also, this saves you from installing the Oracle
client.

Just place the iODBC archive in the same directory as the OpenLink MT
drivers, and run the install.sh that comes with the OpenLink drivers.  This
should get your environment fairly well setup.

If you require assistance, free support is available at
http://www.openlinksw.com/support/suppindx.htm

Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software  http://www.openlinksw.com
Universal Data Access & Data Integration Technology Providers
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 26, 2001 5:04 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Apache + Oracle + PHP on HPUX
>
>
> Hi!
>
> I've got an HP-UX 10.20 and I would like to install
> Apache + Oracle + PHP.
>
> Does anyone know a place to get an installation guide?
>
> Or must I install in the same way as Linux?
>
> Regards,
>
> -
> This mail was sent through Eoffice: http://www.eoffice.dk
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Apache + Oracle + PHP on HPUX

2001-07-26 Thread infoz

>I've got an HP-UX 10.20 and I would like to install
>Apache + Oracle + PHP.


You have my deepest sympathies. :)

I installed and maintained PHP3 & PHP4 + Oracle + OpenSSL + Apache on a
system like that for 2 years before we were finally able to retire it and
move to a Solaris environment.

The hardest part is getting things successfully compiled and linked against
the various extra libraries (Oracle, GD, etc.) with the correct flags.

I'll look around to see if I still have the various makefiles & config files
that I used, but I suspect they're away on a backup tape somewhere.

Searching the archives of this list and groups.google.com will be your best
source of help.

- Tim
  http://www.phptemplates.org


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]