Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 64027 invoked from network); 26 Nov 2007 18:04:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Nov 2007 18:04:04 -0000 Received: (qmail 7921 invoked by uid 500); 26 Nov 2007 18:03:42 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 7904 invoked by uid 500); 26 Nov 2007 18:03:42 -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 7893 invoked by uid 99); 26 Nov 2007 18:03:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2007 10:03:42 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of daringone@gmail.com designates 64.233.184.231 as permitted sender) Received: from [64.233.184.231] (HELO wr-out-0506.google.com) (64.233.184.231) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2007 18:03:23 +0000 Received: by wr-out-0506.google.com with SMTP id 37so510640wra for ; Mon, 26 Nov 2007 10:03:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=lkVxZzQ7ohKwjDJcrVE8iwcDYhIArgQg9v9+1RmkFBg=; b=B/P+rs6kdemQlTdjZP0m8lv+QhHbh3AgIpHmqDxPgBvUfwaNBFSPJw+0+VoD+6LJj5RQmw6uGKPA4EaB+qFe+G5s7NigrfeSVafwlKvx4W1WwVfwa2t2jWKfbJqy0KY/KjUFlPZ7gzpjGAvPcO2GdYiJBwh/W1zs4fHmCd9wj1M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=OECGbLFmbvBnOhrlON36fFzHK99lIpa0aB/GrrUO1pn+EqqEK/180ZBa7fKHjVZzcjXIFbxs0Cl4IVewp7z91CJrL1aOtXMatlghNcl8eMzh8/RLAhswiwvNv89P9us9BlrddoUv8o8Yt96DR/9yWknPNIVUoHBJEF1SQNmNnSQ= Received: by 10.143.9.5 with SMTP id m5mr513781wfi.1196100202882; Mon, 26 Nov 2007 10:03:22 -0800 (PST) Received: by 10.143.172.6 with HTTP; Mon, 26 Nov 2007 10:03:22 -0800 (PST) Message-ID: Date: Mon, 26 Nov 2007 13:03:22 -0500 From: D.J. To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] OpenBSD 4.1 Installation Problem With Apache 2.2.6 Hello all, hopefully you can help. Starting installation: OpenBSD v4.0, Apache v2.2.4, PHP v5.2.1 I had a problem with my web server that all started with what appeared to be a hard drive trying to fail. Long and short of it, after some disk diags, it turned out that the system just wanted powered off and back on instead of rebooted. Unfortunately after this, my installation of Apache with PHP decided it didn't want to work any longer. I receive this wonderful error when trying to start Apache: Syntax error on line 232 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: Cannot load specified object Obviously, it's upset with PHP for some reason. Commenting the line allows Apache to start, but obviously PHP is out, and that does me no good whatsoever considering my entire site relies upon it. (I have another module installed also that causes Apache to fail to start, all modules must be disabled for Apache to decide to run.) I started with PHP since it seemed to be causing the issue, and given I was 4 minor revisions behind, recompiled and reinstalled PHP from the new 5.2.5 source making my new installation: OpenBSD v4.0, Apache v2.2.4, PHP v5.2.5 This had no effect whatsoever. I can see that it's a new .so sitting in the proper path referred to in the Apache conf. A co-worker suggested since I had some weirdness with OpenBSD that started this mess to reinstall it. Since again, I was behind the times, I performed an upgrade to OpenBSD 4.1. Yes, I know 4.2 is available, but you have to upgrade one revision at a time. This made my new installation: OpenBSD v4.1, Apache v2.2.4, PHP v5.2.5 Again, no luck. I finally decided to attack Apache, and this is where you all come in. I then attempted to compile and install 2.2.6 from source but immediately was shut down with this error: *** BEGIN COMMAND LINE CAPTURE*** phoenix# ./configure --enable-so checking for chosen layout... Apache checking for working mkdir -p... yes checking build system type... i386-unknown-openbsd4.1 checking host system type... i386-unknown-openbsd4.1 checking target system type... i386-unknown-openbsd4.1 Configuring Apache Portable Runtime library ... checking for APR... sed: "./srclib/apr/include/apr_version.h": No such file or directory configure: error: failed to find major version of bundled APR phoenix# *** END COMMAND LINE CAPTURE*** I've been unable to find anything useful via Google, the FAQ, or BugZilla on what is happening here. If at all possible, I'd like to just fix why Apache refuses to load modules now if at all possible, but I'll take help on getting the new Apache to at least configure. Thanks in advance for any help provided. - D.J. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org