From owner-freebsd-java Sat Apr 1 1:35: 7 2000 Delivered-To: freebsd-java@freebsd.org Received: from nohow.demon.co.uk (nohow.demon.co.uk [212.228.18.189]) by hub.freebsd.org (Postfix) with ESMTP id E121237B819 for ; Sat, 1 Apr 2000 01:34:59 -0800 (PST) (envelope-from noway@nohow.demon.co.uk) Received: from localhost (noway@localhost) by nohow.demon.co.uk (8.9.3/8.9.3) with ESMTP id KAA29891 for ; Sat, 1 Apr 2000 10:32:05 +0100 (BST) (envelope-from noway@nohow.demon.co.uk) Date: Sat, 1 Apr 2000 10:32:05 +0100 (BST) From: Jose Marques To: freebsd-java@freebsd.org Subject: Iknow Message-ID: X-No-Archive: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am trying to get a package called Iknow[1] to work with the FreeBSD 1.1.8 JDK. Iknow is a whois++[2] server written in Java. In order to perform searches Iknow uses a native library that is built from the Isearch[3] text retrieval package. ISearch and the native parts of Iknow are written in C++. I've managed to compile and install Iknow but I get the following error when I try to run the server: /usr/home/jose/isite/Iknow/src/Iknow/isearch/libidb.so: Undefined symbol "__get_eh_context" (libidb.so) Where libidb.so is the native library that Iknow uses. I have been unable to find out where the above undefined symbol comes from. A search of the mailing list archives showed that somebody had a similar error with flashplugin port but I could not find any replies with a solution. Can anybody help? [1]: http://www.cnidr.org/ir/Iknow/Iknow.html [2]: http://www.cnidr.org/ir/Iknow/rfc1835.txt [3]: http://www.cnidr.org/ir/isearch.html -- Jose Marques To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message