Date: Sat, 17 May 2008 10:53:48 +0000 From: Philip Plant <freebsd-ports@greenfinch.com> To: Ashish Shukla <wahjava.ml@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: Problems installing JDK1.6 on FreeBSD 7.0R Message-ID: <20080517105348.GA98241@skylark.greenfinch.com> In-Reply-To: <878wyavswi.fsf@chateau.d.lf> References: <20080515201648.GA7969@skylark.greenfinch.com> <878wyavswi.fsf@chateau.d.lf>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi guys, Thank you for your help with this. On Sat, May 17, 2008 at 03:00:21AM +0530, Ashish Shukla wrote: > >>>>> Philip Plant writes: > > Philip> /libexec/ld-elf.so.1: /usr/local/lib/compat/libpthread.so.2: Undefined > Philip> symbol "__malloc_lock" > > Can you paste the output 'ldd /usr/local/lib/compat/libpthread.so.2' ? > And see what shared object it is missing. I just get: # ldd /usr/local/lib/compat/libpthread.so.2 /usr/local/lib/compat/libpthread.so.2: As you can see, I'm using the compat6x package so I can run Java on 7.0R, and I believe that's what causes the previous output while installing the JDK: # java /libexec/ld-elf.so.1: /usr/local/lib/compat/libpthread.so.2: Undefined symbol "__malloc_lock" # pkg_info | grep compat6 compat6x-i386-6.3.602114.200711 A convenience package to install the compat6x libraries I'm wondering if there's a problem with the compat6 libraries, what do you think? Many thanks, Philip.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080517105348.GA98241>