Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 2003 19:04:54 +0400
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        "Jacques A. Vidrine" <nectar@FreeBSD.org>
Cc:        src-committers@FreeBSD.org
Subject:   Re: cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c
Message-ID:  <20030421150454.GA27854@nagual.pp.ru>
In-Reply-To: <20030421140243.GG61593@madman.celabo.org>
References:  <200304181411.h3IEBH07088819@repoman.freebsd.org> <20030420141848.K631@znfgre.tberna.bet> <20030420230000.GB32112@madman.celabo.org> <20030421081209.GA17060@nagual.pp.ru> <20030421094604.GA23809@nagual.pp.ru> <20030421131512.GA49677@madman.celabo.org> <20030421132821.GA26205@nagual.pp.ru> <20030421133907.GC61593@madman.celabo.org> <20030421134426.GA27011@nagual.pp.ru> <20030421140243.GG61593@madman.celabo.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 21, 2003 at 09:02:43 -0500, Jacques A. Vidrine wrote:
> 
> OK, now the question is, what happened to st->exclude? :-)
> Say, what is the output of `ldd /path/to/indexer' ? 
> Could it be that mnogosearch is linked with some alternative DB
> implementation, and that is being invoked when dbopen() is called from
> libc?

/usr/local/sbin/indexer:
        libudmsearch-3.1.so => /usr/local/lib/libudmsearch-3.1.so 
(0x2806d000)
        libmsql.so.1 => /usr/local/lib/libmsql.so.1 (0x280af000)
        libcrypto.so.2 => /usr/lib/compat/libcrypto.so.2 (0x280da000)
        libssl.so.2 => /usr/lib/compat/libssl.so.2 (0x28192000)
        libc_r.so.5 => /usr/lib/libc_r.so.5 (0x281bf000)
        libc.so.5 => /usr/lib/libc.so.5 (0x281e3000)

(BTW, there is no dbopen() in msql)



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