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 Summary: AIX instdso.sh libphp5.so Product: Apache httpd-2 Version: 2.2.4 Platform: Other OS/Version: AIX Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Hi, i'm reporting here cause when trying a "gmake install" in PHP source tree i get this: Installing PHP SAPI module: apache2handler /patch/php/apache/build/instdso.sh SH_LIBTOOL='/patch/php/apache/build/libtool' libphp5.la /patch/php/apache/modules rm -f /patch/php/apache/modules/libphp5.so /patch/php/apache/build/libtool --mode=install cp libphp5.la /patch/php/apache/modules/ cp .libs/libphp5.a /patch/php/apache/modules/libphp5.a cp .libs/libphp5.lai /patch/php/apache/modules/libphp5.la libtool: install: warning: remember to run `libtool --finish /patch/php/php-5.2.3/libs' chmod 755 /patch/php/apache/modules/libphp5.so chmod: /patch/php/apache/modules/libphp5.so: A file or directory in the path name does not exist. apxs:Error: Command failed with rc=65536 . gmake: *** [install-sapi] Error 1 And after commenting those lines in apache/build/instdso.sh, all work fine : if test "$SYS" = "AIX" then # on AIX, shared libraries remain in storage even when # all processes using them have exited; standard practice # prior to installing a shared library is to rm -f first CMD="rm -f $TARGETDIR/$TARGET_NAME" echo $CMD $CMD || exit $? fi If you need some number versions of the tools i use, please let me know. Thanks -- 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]
