From owner-freebsd-questions Sun Oct 17 14:49:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from trooper.velocet.net (trooper.velocet.net [216.126.82.226]) by hub.freebsd.org (Postfix) with ESMTP id 7F06D15143 for ; Sun, 17 Oct 1999 14:49:49 -0700 (PDT) (envelope-from dgilbert@trooper.velocet.net) Received: (from dgilbert@localhost) by trooper.velocet.net (8.9.3/8.9.3) id RAA39394; Sun, 17 Oct 1999 17:49:48 -0400 (EDT) (envelope-from dgilbert) From: David Gilbert MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14346.17532.564944.777583@trooper.velocet.net> Date: Sun, 17 Oct 1999 17:49:48 -0400 (EDT) To: freebsd-questions@freebsd.org Subject: pthread_create and shared objects. X-Mailer: VM 6.71 under 20.4 "Emerald" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have apache built to accept shared objects. Traditionally, I have had problems integrating the 'httpdapy' (python) module with some of the other modules --- it requires posix threads. Several other things (like php/mysql) don't like apache compiled with that (Besides... apache compiled with posix threads seems flakey --- locks up). Anyways, my question is: what are the reprocussions of trying to allow a .so to use -pthread while the application that loads the .so at runtime is compiled without -pthread? Dave. -- ============================================================================ |David Gilbert, Velocet Communications. | Two things can only be | |Mail: dgilbert@velocet.net | equal if and only if they | |http://www.velocet.net/~dgilbert | are precisely opposite. | =========================================================GLO================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message