From owner-freebsd-newbies@FreeBSD.ORG Tue Jul 15 22:41:39 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 320D937B401 for ; Tue, 15 Jul 2003 22:41:39 -0700 (PDT) Received: from isdesigndev.com (isdesigndev.com [64.28.101.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62A6043FA3 for ; Tue, 15 Jul 2003 22:41:38 -0700 (PDT) (envelope-from jvilla@isdesigndev.com) Received: from tertullian (12-206-51-252.client.attbi.com [12.206.51.252]) (authenticated) by isdesigndev.com (8.11.6/8.11.6) with ESMTP id h6G5faS07505 for ; Wed, 16 Jul 2003 05:41:37 GMT From: Jonathan Villa To: freebsd-newbies@freebsd.org Content-Type: text/plain Message-Id: <1058334114.1084.11.camel@in-hov-vince> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 16 Jul 2003 00:41:54 -0500 Content-Transfer-Encoding: 7bit Subject: Linuxthreads? X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jvilla@isdesigndev.com List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 05:41:39 -0000 Ok, I am trying to install MySQL on FreeBSD 5.0 and received some errors about missing files... /usr/libexec/ld-elf.so.1: Shared object "libc_r.so.4" not found /usr/libexec/ld-elf.so.1: Shared object "libstdc++.so.3" not found =================================== so I posted to the MySQL mailing list and received this response... install linuxthreads from ports and use this option: --with-named-thread-libs='-DHAVE_GLIBC2_STYLE_GETHOSTBYNAME_R -D_THREAD_SAFE -I/usr/local/include/pthread/linuxthreads -L/usr/local/lib -llthread -llgcc_r' You can take a look in the ports Makefile for more details. =================================== So, I am posting that here because I think it's more a FreeBSD related question... Any ideas anyone?