I am attempting to build PHP 4.3.2 on HP-UX 11.00.  I have been
running into all kinds of weird "cross-compiler" errors, and it turns out
that the problem was a bad umask.  Now that the umask setting for root is
set correctly, the configure script runs perfectly.  The 'make' also seems
to run fine.  My current problem is the 'make install' is failing with the
following errors:

[EMAIL PROTECTED]:/home/sadmin/sn4265/php-4.3.2> make install
Installing PHP CLI binary:        /usr/local/bin/
Installing PHP CLI man page:      /usr/local/man/man1/
Installing PHP SAPI module
[activating module `php4' in /usr/local/apache/conf/httpd.conf]
cp libs/libphp4.sl /usr/local/apache/libexec/libphp4.sl
cp: cannot access libs/libphp4.sl: No such file or directory
apxs:Break: Command failed with rc=1
*** Error exit code 1

Stop.
[EMAIL PROTECTED]:/home/sadmin/sn4265/php-4.3.2> ls libs
libphp4.a   libphp4.la
[EMAIL PROTECTED]:/home/sadmin/sn4265/php-4.3.2> 

        Anyone have any ideas on this?  I know that you must modify you apxs
script to change the module extension from .so to .sl.  This has been done,
but the problem seems to be that neither of these extension exist in the
libs directory.  Thanks in advance for the help.  Here is my configure line
also:

[EMAIL PROTECTED]:/home/sadmin/sn4265/php-4.3.2> ./configure
--with-mysql=/usr/local/mysql --with-oci8=/usr/local/oracle/8.0.6.3
--with-apxs=/usr/local/apache/bin/apxs

Scott Nipp
Phone:  (214) 858-1289
E-mail:  [EMAIL PROTECTED]
Web:  http:\\ldsa.sbcld.sbc.com



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

Reply via email to