From owner-freebsd-ports Sat Sep 23 15: 9:52 2000 Delivered-To: freebsd-ports@freebsd.org Received: from out3.mx.nwbl.wi.voyager.net (out3.mx.nwbl.wi.voyager.net [169.207.3.79]) by hub.freebsd.org (Postfix) with ESMTP id EF08D37B422 for ; Sat, 23 Sep 2000 15:09:48 -0700 (PDT) Received: from pop5.nwbl.wi.voyager.net (pop5.nwbl.wi.voyager.net [169.207.3.83]) by out3.mx.nwbl.wi.voyager.net (8.9.3/8.9.3) with ESMTP id RAA00492; Sat, 23 Sep 2000 17:09:47 -0500 Received: from bigguy (d55.as12.nwbl0.wi.voyager.net [169.207.135.55]) by pop5.nwbl.wi.voyager.net (8.10.2/8.10.2) with SMTP id e8NM9eD31803; Sat, 23 Sep 2000 17:09:42 -0500 (CDT) From: "Bob Knier" To: Cc: , "bubbler" Subject: FreeBSD Port: linux-jdk-1.2.2 Date: Sat, 23 Sep 2000 17:09:23 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry to bother you, but I have just loaded the linux-jdk1.2.2 to my FreeBSD 4.1 box. Everything seems to work well except for a jni libary that I call. The library, libamp.so is a library that I created. Is it possible to create a linux shared libary or change the signature on the libamp.so library? Thanks, Bob Knier bubbler@execpc.com Here is the error I get: Error: 500 Location: /bob/servlet/PlaySong Internal Servlet Error: java.lang.UnsatisfiedLinkError: /usr/lib/libamp.so: /usr/lib/libamp.so: ELF file OS ABI invalid. at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java, Compiled Code) at java.lang.ClassLoader.loadLibrary(ClassLoader.java, Compiled Code) at java.lang.Runtime.loadLibrary0(Runtime.java, Compiled Code) at java.lang.System.loadLibrary(System.java, Compiled Code) at PlayMP3.(PlayMP3.java:21) at PlaySong.doGet(PlaySong.java, Compiled Code) at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code) at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code) at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java, Compiled Code) at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java, Compiled Code) at org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java, Compiled Code) at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code) at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java, Compiled Code) at org.apache.tomcat.core.ContextManager.service(ContextManager.java, Compiled Code) at org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection (Ajp12ConnectionHandler.java, Compiled Code) at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java, Compiled Code) at java.lang.Thread.run(Thread.java, Compiled Code) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message