>From apache-modules-return-1267-Jose.Kahan=imag.fr@covalent.net  Thu May 23 14:27:17 2002
Return-Path: <apache-modules-return-1267-Jose.Kahan=imag.fr@covalent.net>
Delivered-To: kahan@localhost.inrialpes.fr
Received: from localhost (localhost [127.0.0.1])
	by rakahanga.inrialpes.fr (Postfix) with ESMTP id 48450230
	for <kahan@localhost>; Thu, 23 May 2002 14:27:17 +0200 (CEST)
Received: from localhost
	by localhost with POP3 (fetchmail-5.3.3)
	for kahan@localhost (single-drop); Thu, 23 May 2002 14:27:17 +0200 (CEST)
Received: from imag.imag.fr (imag.imag.fr [129.88.30.1])
	by pop-serv.inrialpes.fr (8.11.3/8.11.3/ImagV2) with ESMTP id g4NCNRG28331
	for <kahan@pop-serv.inrialpes.fr>; Thu, 23 May 2002 14:23:27 +0200 (MEST)
Received: from mail.covalent.net (mail.covalent.net [64.84.39.163])
	by imag.imag.fr (8.11.6/8.11.6) with SMTP id g4NCPEH02618
	for <Jose.Kahan@imag.fr>; Thu, 23 May 2002 14:25:14 +0200 (MEST)
Received: (qmail 1956 invoked by alias); 23 May 2002 12:31:36 -0000
Mailing-List: contact apache-modules-help@covalent.net; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:apache-modules@covalent.net>
List-Help: <mailto:apache-modules-help@covalent.net>
List-Unsubscribe: <mailto:apache-modules-unsubscribe@covalent.net>
List-Subscribe: <mailto:apache-modules-subscribe@covalent.net>
Reply-To: apache-modules@covalent.net
Delivered-To: mailing list apache-modules@covalent.net
Received: (qmail 28968 invoked from network); 23 May 2002 12:31:36 -0000
To: apache-modules@covalent.net
MIME-Version: 1.0
X-Mailer: Lotus Notes Release 5.07a  May 14, 2001
Message-ID: <3CEDFBD9.3CB95900@w3.org>
From: Ronny_Weber@msg.de
Date: Thu, 23 May 2002 14:25:05 +0200
X-MIMETrack: Serialize by Router on msgc7i/msg(Release 5.0.8 |June 18, 2001) at 23.05.2002
 14:25:06,
	Serialize complete at 23.05.2002 14:25:06
Content-Type: text/plain; charset="iso-8859-1"
Subject: [apache-modules] Antwort: RE: [apache-modules] bind library for db2 on apache
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by pop-serv.inrialpes.fr id g4NCNRG28331
X-UIDL: Qh+"!"(*"!_B1!!]3@"!
Status: RO
Content-Length: 1009
Lines: 35

-----Message d'origine-----
De : Ronny_Weber@msg.de [mailto:Ronny_Weber@msg.de]
Envoye : jeudi 23 mai 2002 14:04
A : apache-modules@covalent.net
Objet : [apache-modules] bind library for db2 on apache


Hi!

I would use a databaseaccess in a modul, but the db-library (db2) can't
import in the modul (the library is a  *.so file).
The library must imported direct in the apache, who it works?

---->

If i got you right, you want to include the lib in the module statically
when you only have the dynamic version of it. Why should it matter ? The
module can use shared libs.

---->

The library is a shared object and the module is a shared object and these 
combination 
leading to the follow message from the loader:
"Can't dlopen() a library containing Thread Local Storage: 
/usr/lib/libpthread.1" 




---------------------------------------------------------------------
To unsubscribe, e-mail: apache-modules-unsubscribe@covalent.net
For additional commands, e-mail: apache-modules-help@covalent.net




