Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Nov 2007 11:44:48 +1100
From:      Norberto Meijome <freebsd@meijome.net>
To:        Kris Kennaway <kris@FreeBSD.org>
Cc:        FreeBSD Stable ML <freebsd-stable@freebsd.org>
Subject:   Re: Understanding libpthread.so.2 undef reference error....
Message-ID:  <20071107114448.17020cc2@meijome.net>
In-Reply-To: <4730F980.7070101@FreeBSD.org>
References:  <20071105210626.49f84cc5@meijome.net> <472EF3D4.70507@FreeBSD.org> <20071106085935.13061afb@meijome.net> <472F9B95.6080309@FreeBSD.org> <20071106120607.573d5a73@meijome.net> <47301CC7.8070001@FreeBSD.org> <20071107102633.30014de1@meijome.net> <4730F980.7070101@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 07 Nov 2007 00:32:16 +0100
Kris Kennaway <kris@FreeBSD.org> wrote:

> > no,no, totally my bad - i am sure i had copies of my 6.2 packages in /usr/ports/packages/All. I did a clean install but merged back some files (/home, /usr/ports/distfiles and packages) . 
> > thanks,
> > B  
> 
> OK, glad you got it resolved.

yup, thanks :)

what I did is uninstalled compat6x, then did 

ldd /usr/local/lib/*so* | less

and searched for all the libraries that were referencing missing libraries, found what packages those belonged to and rebuilt them. The only one that hasn't been fixed in this way is ImageMagick, i keep getting references to 
/usr/local/lib/libMagick++.so:
        libz.so.3 => not found (0x0)

        libm.so.4 => not found (0x0)

but they also refer the correct libraries in 7.0 :

        libz.so.4 => /lib/libz.so.4 (0x2836e000)

        libm.so.5 => /lib/libm.so.5 (0x288ba000)

not sure what is going on there, but it seems ok.

cheers,
B
_________________________
{Beto|Norberto|Numard} Meijome

"Everything should be made as simple as possible, but not simpler."
  Albert Einstein

I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned.



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