[4130] in arla-drinkers
kalog does not work in arla-0-44-branch (+workaround)
daemon@ATHENA.MIT.EDU (Pavel Cahyna)
Mon Jan 15 10:51:55 2007
From arla-drinkers-bounces@stacken.kth.se Mon Jan 15 15:51:54 2007
Return-Path: <arla-drinkers-bounces@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 14296 invoked from network); 15 Jan 2007 15:51:54 -0000
Received: from mx1.kth.se (130.237.32.140)
by charon.mit.edu with SMTP; 15 Jan 2007 15:51:54 -0000
Received: from localhost (localhost.localdomain [127.0.0.1])
by mx1.kth.se (Postfix) with ESMTP id 766C614061F;
Mon, 15 Jan 2007 16:51:53 +0100 (CET)
Received: from mx1.kth.se ([127.0.0.1])
by localhost (mx1.kth.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP
id 30162-02-95; Mon, 15 Jan 2007 16:51:50 +0100 (CET)
Received: from tapas.stacken.kth.se (tapas.stacken.kth.se [130.237.234.140])
by mx1.kth.se (Postfix) with ESMTP id 3A6D814053A;
Mon, 15 Jan 2007 16:51:47 +0100 (CET)
Received: from tapas.stacken.kth.se (localhost [127.0.0.1])
by tapas.stacken.kth.se (Postfix) with ESMTP id 06C1A53515;
Mon, 15 Jan 2007 16:51:46 +0100 (CET)
X-Original-To: arla-drinkers@tapas.stacken.kth.se
Delivered-To: arla-drinkers@tapas.stacken.kth.se
Received: from brev.stacken.kth.se (brev.stacken.kth.se [130.237.234.84])
by tapas.stacken.kth.se (Postfix) with ESMTP id C9C6553515
for <arla-drinkers@tapas.stacken.kth.se>;
Mon, 15 Jan 2007 16:51:44 +0100 (CET)
Received: from mx3.kth.se (mx3.kth.se [130.237.48.97])
by brev.stacken.kth.se (8.12.10/8.12.10) with ESMTP id l0FFpiN6020622
for <arla-drinkers@stacken.kth.se>;
Mon, 15 Jan 2007 16:51:44 +0100 (MET)
Received: from localhost (localhost.localdomain [127.0.0.1])
by mx3.kth.se (Postfix) with ESMTP id 2590614051D
for <arla-drinkers@stacken.kth.se>;
Mon, 15 Jan 2007 16:51:44 +0100 (CET)
Received: from mx3.kth.se ([127.0.0.1])
by localhost (mx3.kth.se [127.0.0.1]) (amavisd-new,
port 10024) with LMTP
id 26232-01-22 for <arla-drinkers@stacken.kth.se>;
Mon, 15 Jan 2007 16:51:35 +0100 (CET)
Received: from artax.karlin.mff.cuni.cz (artax.karlin.mff.cuni.cz
[195.113.31.125]) by mx3.kth.se (Postfix) with ESMTP id 2DC7D14073A
for <arla-drinkers@stacken.kth.se>;
Mon, 15 Jan 2007 16:51:35 +0100 (CET)
Received: by artax.karlin.mff.cuni.cz (Postfix, from userid 18322)
id 9138D52E2; Mon, 15 Jan 2007 16:51:31 +0100 (CET)
Date: Mon, 15 Jan 2007 16:51:31 +0100
From: Pavel Cahyna <pcah8322@artax.karlin.mff.cuni.cz>
To: arla-drinkers@stacken.kth.se
Subject: kalog does not work in arla-0-44-branch (+workaround)
Message-ID: <20070115155131.GA29051@artax.karlin.mff.cuni.cz>
Mail-Followup-To: arla-drinkers@stacken.kth.se
Mime-Version: 1.0
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by amavisd-new at kth.se
X-Spam-Status: No, hits=-3.9 tagged_above=-200.0 required=5.0 tests=BAYES_00,
FROM_ENDS_IN_NUMS
X-Spam-Level:
X-BeenThere: arla-drinkers@stacken.kth.se
X-Mailman-Version: 2.1.6
Precedence: list
List-Id: Arla discussions <arla-drinkers.stacken.kth.se>
List-Unsubscribe: <https://lists.stacken.kth.se/mailman/listinfo/arla-drinkers>,
<mailto:arla-drinkers-request@stacken.kth.se?subject=unsubscribe>
List-Archive: <http://lists.stacken.kth.se/pipermail/arla-drinkers>
List-Post: <mailto:arla-drinkers@stacken.kth.se>
List-Help: <mailto:arla-drinkers-request@stacken.kth.se?subject=help>
List-Subscribe: <https://lists.stacken.kth.se/mailman/listinfo/arla-drinkers>,
<mailto:arla-drinkers-request@stacken.kth.se?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: arla-drinkers-bounces@stacken.kth.se
Errors-To: arla-drinkers-bounces@stacken.kth.se
X-Virus-Scanned: by amavisd-new at kth.se
Hello,
I am using arla-0-44-branch on Ubuntu 6.10 Edgy Eft. When I compiled it
with
./configure --prefix=/usr/local --enable-smp --disable-berkeley-db
the resulting kalog binary only prints
kalog: kalog built without kaserver support
I've discovered that kaserver support is not built without HAVE_OPENSSL,
and this macro is never defined, even if I have OpenSSL developement
libraries and the build of arla even finds them - the kalog binary is
linked against libcrypto.so.0.9.8.
The workaround is to build with:
CPPFLAGS=-DHAVE_OPENSSL ./configure --prefix=/usr/local --enable-smp --disable-berkeley-db
the resulting kalog then works fine.
I don't know what the "proper" fix is, but I guess it is simple for
someone familiar with the build system...
Pavel Cahyna
_______________________________________________
Arla-drinkers mailing list
Arla-drinkers@stacken.kth.se
https://lists.stacken.kth.se/mailman/listinfo/arla-drinkers