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

Reply via email to