I applied this patch:
--- jsvc-src/support/apsupport.m4       2004-02-23 08:43:50.000000000 -0500
+++ jsvc-src.new/support/apsupport.m4   2004-11-04 14:45:26.000000000 -0500
@@ -79,6 +79,9 @@
     CFLAGS="$CFLAGS -DCPU=\\\"mips\\\""
     supported_os="mips"
     ;;
+  s390*)
+    CFLAGS="$CFLAGS -DCPU=\\\".\\\""
+    ;;
   *)
     AC_MSG_RESULT([failed])
     AC_MSG_ERROR([Unsupported CPU architecture "$host_cpu"]);;

Then, from the jsvc-src directory, I issued these commands:
sh support/buildconf.sh
sh ./configure --with-java=/usr/lib/java/
Make

You will probably need to modify the value for the "-DCPU=" parameter to
whatever will allow the code in native/location.c to find the libjvm.so file
on your particular system.  On my system, that was located at
/usr/lib/java/jre/bin/classic/libjvm.so  Yours may be different.


Mark Post

-----Original Message-----
From: Post, Mark K
Sent: Monday, November 08, 2004 11:47 PM
To: 'Linux on 390 Port'
Subject: RE: JSVC on S390


With a few tweaks, I was able to get the package to compile.  No guarantees
it will actually work, of course.  I'm pretty backed up from being at the
zSeries Expo all last week, but I'll try to get something out this week that
documents what I had to do.


Mark Post

-----Original Message-----
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Benjamin White
Sent: Wednesday, November 03, 2004 11:46 AM
To: [EMAIL PROTECTED]
Subject: Re: JSVC on S390


It is a program to run a Java application as a service
or daemon.  It is from Apache-commons and included in Jakarta-Tomcat in the
bin directory.


--- "Post, Mark K" <[EMAIL PROTECTED]> wrote:

> What is "JSVC?"  Where did you get the source from,
> and what configure
> options did you supply?
>
>
> Mark Post
>
> -----Original Message-----
> From: Linux on 390 Port
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Benjamin White
> Sent: Monday, November 01, 2004 3:02 PM
> To: [EMAIL PROTECTED]
> Subject: JSVC on S390
>
>
> JSVC configure didn't run on s390.  Is there another
> way to run a JAVA daemon?  Is there a fix to allow
> JSVC on s390?
>
>
>
> __________________________________
> Do you Yahoo!?
> Check out the new Yahoo! Front Page.
> www.yahoo.com
>
>
----------------------------------------------------------------------
> For LINUX-390 subscribe / signoff / archive access instructions, send
> email to [EMAIL PROTECTED] with the message: INFO
> LINUX-390 or visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
>
>
----------------------------------------------------------------------
> For LINUX-390 subscribe / signoff / archive access instructions, send
> email to [EMAIL PROTECTED] with the
> message: INFO LINUX-390 or visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
>




__________________________________
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions, send email
to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to