Skip site navigation (1)Skip section navigation (2)
Date:      16 Jul 2003 00:41:54 -0500
From:      Jonathan Villa <jvilla@isdesigndev.com>
To:        freebsd-newbies@freebsd.org
Subject:   Linuxthreads?
Message-ID:  <1058334114.1084.11.camel@in-hov-vince>

next in thread | raw e-mail | index | archive | help
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?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1058334114.1084.11.camel>