Rick,

We run HPUX here as well.  You created PHP as a DSO module, which then needs to be 
loaded by Apache upon startup (check out "AddModule" in the httpd.conf file).  If you 
want the PHP binary, recompile without the apxs option.  Be aware that configuring PHP 
as a CGI carries with it many security considerations.

--Jim

>>> "Rick King" <[EMAIL PROTECTED]> 09/06/02 01:40PM >>>
Apache: 1.3.26
PHP: 4.2.3

Hello PHP Guru's!

I'm trying to install PHP in a HPUX-11 system, but I'm having a hard time
because everytime I run the 'make install' I don't get the actual "php"
binary. However, my libphp4.sl is created with no problem. My question is,
when compiling from source is there suppose to be a "php" binary? Here's my
configure line:

Any help is appreciated.

~Rick

CC=gcc ./configure --with-apxs=/opt/apache/bin/apxs \
--prefix=/opt/php \
--exec-prefix=/opt/php \
--bindir=/opt/php/bin \
--sbindir=/opt/php/sbin \
--libexecdir=/opt/php/libexec \
--datadir=/opt/php/share \
--mandir=/opt/php/man \
--libdir=/opt/php/lib \
--without-mysql \
--enable-force-cgi-redirect \
--enable-discard-path \
--without-pear \
--enable-safe-mode \
--enable-magic-quotes \
--enable-calendar \
--enable-ftp \
--with-gettext=/opt/gettext \
--disable-xml



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php 



--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to