DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43012>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43012





------- Additional Comments From [EMAIL PROTECTED]  2007-10-26 04:32 -------
The real command being called by the PHP Makefile is:

INSTALL_IT = $(mkinstalldirs) '$(INSTALL_ROOT)/usr/local/apache2/modules' && $(m
kinstalldirs) '$(INSTALL_ROOT)/usr/local/apache2/conf' && /usr/local/apache2/bin
/apxs -S LIBEXECDIR='$(INSTALL_ROOT)/usr/local/apache2/modules' -S SYSCONFDIR='$
(INSTALL_ROOT)/usr/local/apache2/conf' -i -a -n php5 libphp5.la

## concluding lines of install-sapi:

        @echo "Installing PHP SAPI module:       $(PHP_SAPI)"
        @$(INSTALL_IT)

apxs is calling instdso.sh

For debug information I added:
CMD="$SH_LIBTOOL --mode=install cp $DSOARCHIVE $TARGETDIR/"
echo Starting: $CMD
ksh -x $CMD || exit $?
echo Finished: $CMD

The make install-sapi output now ends with:

+ print -r libtool: install: warning: remember to run `libtool --finish
/home/michael/prj/php-5.2.4/libs'
+ 1>& 2
libtool: install: warning: remember to run `libtool --finish
/home/michael/prj/php-5.2.4/libs'
+ test -n
+ exit 0
Finished: /usr/local/apache2/build/libtool --mode=install cp libphp5.la
/usr/local/apache2/modules/
chmod 755 /usr/local/apache2/modules/libphp5.so
chmod: /usr/local/apache2/modules/libphp5.so: A file or directory in the path
name does not exist.
apxs:Error: Command failed with rc=65536
.
make: 1254-004 The error code from the last command is 1.


Stop.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to