From owner-freebsd-questions@FreeBSD.ORG Thu Jun 23 16:19:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6134316A41C for ; Thu, 23 Jun 2005 16:19:00 +0000 (GMT) (envelope-from cmorland@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BE9243D1D for ; Thu, 23 Jun 2005 16:19:00 +0000 (GMT) (envelope-from cmorland@gmail.com) Received: by zproxy.gmail.com with SMTP id 12so766789nzp for ; Thu, 23 Jun 2005 09:18:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=AGjbez8a899QINVq81RT/YOnMdSZehzYCjGe/+8WdefggGFUTBSwiypDdiIB+mr8iRqa0OHUNjGa1gk3Bv1QqvdvTyS4IQparrFNE/Rn+RkXhx+IigC+SaNXfbW3XV2rhxs57QkFkG3TVfuPZREh60w2hFV0kNshXzZVA2PopIM= Received: by 10.36.222.40 with SMTP id u40mr1619659nzg; Thu, 23 Jun 2005 09:18:49 -0700 (PDT) Received: by 10.36.66.6 with HTTP; Thu, 23 Jun 2005 09:18:49 -0700 (PDT) Message-ID: <8ca932905062309186d3501d0@mail.gmail.com> Date: Thu, 23 Jun 2005 12:18:49 -0400 From: Chad Morland To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Apache2 + mod_python problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chad Morland List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2005 16:19:00 -0000 I am having problems getting mod_python and apache2 ports to work properly. Here are the relevant ports that I have installed: apache-2.0.54 mod_python-3.1.4_1 python-2.4.1_1 When I try and start apache I get the following: pxetest# apachectl start Syntax error on line 276 of /usr/local/etc/apache2/httpd.conf: Cannot load /usr/local/libexec/apache2/mod_python.so into server: /usr/local/libexec/apache2/mod_python.so: Undefined symbol "pthread_attr_init" Line 276 is the mod_python LoadModule line. I've changed my LogLevel to debug but nothing is printed in the error_log. Thanks in advance for the help! -CM