Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 13434 invoked from network); 27 Jan 2005 22:06:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 27 Jan 2005 22:06:37 -0000 Received: (qmail 86344 invoked by uid 500); 27 Jan 2005 22:06:36 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 86321 invoked by uid 500); 27 Jan 2005 22:06:36 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 86308 invoked by uid 99); 27 Jan 2005 22:06:36 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from Unknown (HELO mail.suran.com) (12.169.58.18) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 27 Jan 2005 14:06:35 -0800 Received: from 12-222-197-231.client.insightBB.com [12.222.197.231] by mail.suran.com (AppleMailServer 10.2.3.0) id 205467 via TCP with SMTP; Thu, 27 Jan 2005 16:47:59 -0500 In-Reply-To: <871xc68v9q.fsf@gemini.sunstarsys.com> References: <87y8ef96ro.fsf@gemini.sunstarsys.com> <678d69cfe4765a772afc63f83fc3fa2f@cdmplus.com> <87u0p39535.fsf@gemini.sunstarsys.com> <9df638bd0e672b95f92bd6b4b5ab81da@cdmplus.com> <87mzuv910h.fsf@gemini.sunstarsys.com> <87is5j903x.fsf@gemini.sunstarsys.com> <650afc71a74296db5a2b99615f07f375@cdmplus.com> <871xc68v9q.fsf@gemini.sunstarsys.com> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <3a8c57deea90d7c9f1a67429508e16dd@cdmplus.com> Content-Transfer-Encoding: 7bit Cc: Joe Schaefer From: Derrick Spell Subject: Re: Make Test fails on Mac OS X Date: Thu, 27 Jan 2005 16:47:58 -0500 To: apreq-dev@httpd.apache.org X-Mailer: Apple Mail (2.619.2) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N >> but I was able to run the command: >> >> sh-2.05a$ otool -L env/.libs/mod_apreq.so >> env/.libs/mod_apreq.so: >> /Library/Apache2/lib/libapreq2.2.dylib (compatibility >> version 3.0.0, > > Right- and I think that's why your tests are broken. > It should point your current library in src/.libs/ instead. > I suggest trying Randy's idea to preload the correct > libapreq2 at startup. It may not help, but it's the > only solution I can think of that doesn't involve true > OS X expertise (which we don't seem to have). Ok, I've been playing around with several variations on Randy's idea and I'm convinced this is a libtool issue. Even when I got the server to startup (by cp'ing the library into the Apache tree where it was insisting on looking) I still failed tests with the following error repeated over and over in the log: [Thu Jan 27 16:40:45 2005] [error] [client 127.0.0.1] /Network/Servers/mail/Groups/Websites/libapreq2-2.04-dev/env/t/cgi-bin: error: /Network/Servers/mail/Groups/Websites/libapreq2-2.04-dev/env/t/.libs/ test_cgi does not exist [Thu Jan 27 16:40:45 2005] [error] [client 127.0.0.1] This script is just a wrapper for test_cgi. [Thu Jan 27 16:40:45 2005] [error] [client 127.0.0.1] See the libtool documentation for more information. [Thu Jan 27 16:40:45 2005] [error] [client 127.0.0.1] Premature end of script headers: cgi-bin Now, I can tell you this. As I understand it, OSX has it's own version of libtool loaded at /usr/bin/libtool. The GNU version of libtool is installed as /usr/bin/glibtool and the corresponding /usr/bin/glibtoolize. Does this help at all? -Derrick