Skip site navigation (1)Skip section navigation (2)
Date:      03 Jan 2003 13:27:00 -0500
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Mike Harding <mvh@ix.netcom.com>
Cc:        FreeBSD GNOME Users <gnome@freebsd.org>
Subject:   Re: /usr/ports/mail/balsa doesn't build
Message-ID:  <1041618419.325.37.camel@gyros>
In-Reply-To: <20030103182449.687D913106@netcom1.netcom.com>
References:  <20030103172822.E71CC13106@netcom1.netcom.com> <1041615488.325.17.camel@gyros> <20030103174517.52BA813124@netcom1.netcom.com> <1041616247.325.28.camel@gyros> <20030103180522.3AA3E13106@netcom1.netcom.com> <1041617628.325.31.camel@gyros> <20030103182449.687D913106@netcom1.netcom.com>

index | next in thread | previous in thread | raw e-mail

On Fri, 2003-01-03 at 13:24, Mike Harding wrote:
> Yup.  I believe it.  How can I check for existing binaries linked
> agains libssl.so.3?

find /usr/local/bin -type f | xargs ldd > /tmp/local.out
find /usr/X11R6/bin -type f | xargs ldd > /tmp/x11.out

Then grep for the offending library.  After that's done, do:

find /usr/local/lib -name "*.so" | xargs ldd > /tmp/local.out
find /usr/X11R6/lib -name "*.so" | xargs ldd > /tmp/x11.out

And do the same thing.

Joe

> 
> Sorry about the runaround - I installed openssl to try out openCA and
> it seems that everything prefers to link against the port...
> 
> - Mike H.
> 
>    From: Joe Marcus Clarke <marcus@marcuscom.com>
>    Cc: FreeBSD GNOME Users <gnome@freebsd.org>
>    Organization: MarcusCom, Inc.
>    Date: 03 Jan 2003 13:13:48 -0500
>    X-Virus-Scanned: by AMaViS snapshot-20020531
>    X-Spam-Status: No, hits=-2.9 required=5.0
> 	   tests=AWL,IN_REP_TO,NOSPAM_INC,REFERENCES,SPAM_PHRASE_00_01
> 	   version=2.43
>    X-Spam-Level: 
> 
>    On Fri, 2003-01-03 at 13:05, Mike Harding wrote:
>    > Here is work/balsa-1.4.1/libmutt/config.log:
> 
>    This was tricky, but it looks like your libesmtp is bad.  It's linked
>    against libssl.so.3 which can't be found.  In fact, the libssl on a
>    default FreeBSD system is libssl.so.2 (-stable or -current).  My advice
>    is to rebuild mail/libesmtp, and then see if balsa will build.
> 
>    Joe
> 
>    > -- 
>    > PGP Key : http://www.marcuscom.com/pgp.asc
>    > 
>    > 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message



home | help

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