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=29465>. 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=29465 Patch to allow compilation on Tru-64 Alpha machine. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2004-07-30 17:52 ------- I also need jsvc to work on Tru64. Unfortunately I find that it does not, as of today's cvs checkout of commons-daemon, because Mr. Zinal's patch was not applied completely. This part of the patch (see attachment id=11800) was not applied to src/native/unix/native/location.c: @@ -106,6 +123,9 @@ "$JAVA_HOME/jre/lib/" CPU "/$VM_NAME/green_threads/libjvm.so", "$JAVA_HOME/lib/" CPU "/$VM_NAME/dce_threads/libjvm.so", "$JAVA_HOME/lib/" CPU "/$VM_NAME/green_threads/libjvm.so", +#elif defined(OS_TRU64) + "$JAVA_HOME/jre/lib/alpha/classic/libjvm.so", + "$JAVA_HOME/lib/alpha/classic/libjvm.so", #endif NULL, }; Rather than apply the above as written, I have supplied (what I believe is) an improved version, against today's anoncvs checkout of jakarta-commons. (Attached previously.) Big thanks to Bill Barker for annotating the commit with the bug number! Ta, David --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
