Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 May 2001 23:19:05 +0400
From:      "Sergey A. Osokin" <osa@freebsd.org.ru>
To:        bpederson@geocities.com
Cc:        ports@FreeBSD.org
Subject:   Re: ports/27065: databases/db3 shared libraries & symbolic links turned around
Message-ID:  <20010503231905.A17335@freebsd.org.ru>
In-Reply-To: <200105031747.f43HlTc59144@freefall.freebsd.org>; from bpederson@geocities.com on Thu, May 03, 2001 at 10:47:29AM -0700
References:  <200105031747.f43HlTc59144@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> imapd:
>         libsasl.so.8 => /usr/local/lib/libsasl.so.8 (0x28115000)
>         libdb3.so => /usr/local/lib/libdb3.so (0x28209000)
> 
> Bad news - the previous port of db3 (3.1.17) also called its library 
> libdb3.so (and had a symlink to it named libdb3.so.1 - which seemed pretty
> worthles), so upgrading the db3 port to 3.2.9 broke my cyrus imap :(
> 
> So the 'configure' file, and 'Makefile.in' need to be slightly tweaked.  After rebuilding with my 
> proposed patch files below, I ended up with:
> 
> lrwxr-xr-x   1 root  wheel      11 May  3 12:16 libdb3.so -> libdb3.so.2
> -r--r--r--   1 root  wheel  524855 May  3 12:16 libdb3.so.2
> 
> and ldd on a rebuilt cyrus imapd now shows:
> 
> imapd:
>         libsasl.so.8 => /usr/local/lib/libsasl.so.8 (0x28115000)
>         libdb3.so.2 => /usr/local/lib/libdb3.so.2 (0x28209000)
> 
> So hopefully any future db3 updates (3.3.x?) won't break other previously installed ports.
> >How-To-Repeat:
> make and install the databases/db3 port, check out what's put in your
> /usr/local/lib directory.

OK. I think its a good fix for db3 port. I talk about this problem (SOMAJOR/SOMINOR)
with DB3-creators a few monthes ago. But still no news...

Thanks.

-- 

Rgdz,                                /"\ 
Sergey Osokin aka oZZ,               \ /  ASCII RIBBON CAMPAIGN
osa@freebsd.org.ru                    X     AGAINST HTML MAIL
http://freebsd.org.ru/~osa/          / \

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




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