Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2E95899CE for ; Wed, 21 Mar 2012 15:41:05 +0000 (UTC) Received: (qmail 33814 invoked by uid 500); 21 Mar 2012 15:41:01 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 33769 invoked by uid 500); 21 Mar 2012 15:41:01 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 33691 invoked by uid 99); 21 Mar 2012 15:41:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2012 15:41:01 +0000 X-ASF-Spam-Status: No, hits=2.6 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,SUBJ_OBFU_PUNCT_FEW,SUBJ_OBFU_PUNCT_MANY X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of richard.westebbe@gmx.de designates 213.165.64.23 as permitted sender) Received: from [213.165.64.23] (HELO mailout-de.gmx.net) (213.165.64.23) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 21 Mar 2012 15:40:53 +0000 Received: (qmail 31855 invoked by uid 0); 21 Mar 2012 15:40:29 -0000 Received: from 217.14.160.69 by rms-de007.v300.gmx.net with HTTP Content-Type: multipart/alternative; boundary="========GMXBoundary83411332344427645306" Date: Wed, 21 Mar 2012 16:40:27 +0100 From: "Richard Westebbe" Message-ID: <20120321154027.83410@gmx.net> MIME-Version: 1.0 To: users@httpd.apache.org X-Authenticated: #868238 X-Flags: 0001 X-Mailer: GMX.net Web Mailer x-registered: 0 X-GMX-UID: PJMbb/FBeSEqSe9cZnQhiYl+IGRvb0A6 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] mod_fcgid 2.3.6 causes Apache 2.4.1 not to start with undefined symbol: ap_unixd_setup_child message --========GMXBoundary83411332344427645306 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Hello, I'm building several RPM's for CentOS 6.2 to get an LAMP environment with Apache 2.4.1 to work. With mod_fcgid I've got a strange problem I could'nt find a solution for in the web. When I try to load the module Apache won't start with the following message: Starting httpd: httpd: Syntax error on line 46 of /etc/httpd/conf/httpd.conf: Syntax error on line 7 of /etc/httpd/mods-enabled/mod_fcgid.load: Cannot load /etc/httpd/modules/mod_fcgid.so into server: /etc/httpd/modules/mod_fcgid.so: undefined symbol: ap_unixd_setup_child Within a forum thread I read that ap_unixd_setup_children() isn't available anymore in Apache 2.4.1. There they recomended to use the trunk version of mod_fcgid, what I did. With the same result... When I searched the source code of Apache 2.4.1 for this function I found it declared in mod_unixd.h. So I would say it is still available in Apache 2.4.1, which makes me wonder what the problem might be. Further research in the web and this mailing lists archive didn't help. That why I ask you for assistance. The build part of my spec for mod_fcgid file looks like this: %build ./configure.apxs make %{?_smp_mflags} It compiles without any error messages. Does anybody have an idea what's going wrong, or what I might be doing wrong? I'm going on to look for a solution for myself, but I would appreciate any help. This project takes much to much time... Thanks a lot in advance! Kind regards Richard Westebbe --========GMXBoundary83411332344427645306 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable H= ello, 
=20
=20 I'm building several RPM's for CentOS 6.2 to get an LAMP environment with A= pache 2.4.1 to work. With mod_fcgid I've got a strange problem I could'nt f= ind a solution for in the web. When I try to load the module Apache won't s= tart with the following message:

=20
=20
=20 Starting httpd: httpd: Syntax error on line 46 of /etc/httpd/conf/httpd.con= f: Syntax error on line 7 of /etc/httpd/mods-enabled/mod_fcgid.load: Cannot= load /etc/httpd/modules/mod_fcgid.so into server: /etc/httpd/modules/mod_f= cgid.so: undefined symbol: ap_unixd_setup_child
=20
=20
=20 Within a forum thread I read that ap_unixd_setup_children() isn't available= anymore in Apache 2.4.1. There they recomended to use the trunk version of= mod_fcgid, what I did. With the same result...
=20
=20 When I searched the source code of Apache 2.4.1 for this function I found i= t declared in mod_unixd.h. So I would say it is still available in Apa= che 2.4.1, which makes me wonder what the problem might be. Further researc= h in the web and this mailing lists archive didn't help. That why I ask you= for assistance. 
=20
=20 The build part of my spec for mod_fcgid file looks like this:

= =20
=20
=20 %build
=20
=20 ./configure.apxs
=20
=20 make %{?_smp_mflags}
=20
=20 It compiles without any error messages.
=20
=20
=20 Does anybody have an idea what's going wrong, or what I might be doing wro= ng? I'm going on to look for a solution for myself, but I would appreciate = any help. This project takes much to much time...
=20
=20 Thanks a lot in advance!
=20
=20 Kind regards
=20
=20 Richard Westebbe
=20
--========GMXBoundary83411332344427645306--