From owner-freebsd-questions@FreeBSD.ORG Tue Mar 23 17:54:23 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59CE7106566B for ; Tue, 23 Mar 2010 17:54:23 +0000 (UTC) (envelope-from meediake@gmail.com) Received: from mail-fx0-f226.google.com (mail-fx0-f226.google.com [209.85.220.226]) by mx1.freebsd.org (Postfix) with ESMTP id DE15F8FC18 for ; Tue, 23 Mar 2010 17:54:22 +0000 (UTC) Received: by fxm26 with SMTP id 26so4410803fxm.35 for ; Tue, 23 Mar 2010 10:54:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=+3TJ5dhXKK54eu+5yNWArhsYMbl1kwuccp8/aI1dNI4=; b=GUyd5wee7QS+JAxp0eEzNlYUxeUq30W0gndxZ2eTAY6V6xXGwvmLw7I6HgetDWOxP/ LczWeHhwfVzROWuYyPZ3rEdpBXgvxeqvXcXZ+osfJeA3S5mjQALm8LBzqgyboIiNSoam J8l9CAOTN24OQt5JlJZz5i1KYKpKXTfzUQKQo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=sEAE0FUCyaVazOeL5CSbfnOtmQ+ZEeWAjj/JeqjzD9EPwqdxlaQUswQNV9h/DODHsx eUmNzaB/T95f/uAvS4LES7tyQysLmqmf8o9UclPWIaQGXkstcktKnbZOu8NITG0bwaHl 4Lka7Ajr3aH6kJR8REWMyaefL/I0MI92zmk9I= Received: by 10.204.33.215 with SMTP id i23mr1300694bkd.86.1269365437426; Tue, 23 Mar 2010 10:30:37 -0700 (PDT) Received: from [192.168.5.198] (118.192.50.195.sta.estpak.ee [195.50.192.118]) by mx.google.com with ESMTPS id g18sm27643980bkw.7.2010.03.23.10.30.36 (version=SSLv3 cipher=RC4-MD5); Tue, 23 Mar 2010 10:30:37 -0700 (PDT) Message-ID: <4BA8FABB.6090908@gmail.com> Date: Tue, 23 Mar 2010 19:30:35 +0200 From: Sigmar Muuga User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; et; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Diablo JDK & Undefined symbol "gethostbyname_r" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2010 17:54:23 -0000 Hello, my freebsd version is 6.1-RELEASE, I have installed diablo jdk1.6 and when I run maven, I got the following error: Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.2/maven-clean-plugin-2.2.pom /libexec/ld-elf.so.1: /usr/local/diablo-jdk1.6.0/jre/lib/i386/libnet.so: Undefined symbol "gethostbyname_r" What may be the cause of this? Sigmar