Return-Path: Delivered-To: apmail-httpd-test-dev-archive@www.apache.org Received: (qmail 93692 invoked from network); 2 May 2005 17:20:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 May 2005 17:20:10 -0000 Received: (qmail 49672 invoked by uid 500); 2 May 2005 17:16:40 -0000 Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 49647 invoked by uid 500); 2 May 2005 17:16:40 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list test-dev@httpd.apache.org Received: (qmail 49634 invoked by uid 99); 2 May 2005 17:16:40 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HOT_NASTY X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail.ganz.com (HELO mail.ganz.com) (204.50.157.71) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 02 May 2005 10:16:40 -0700 Received: from mail.ganz.com ([204.50.157.66]) by mail.ganz.com with Microsoft SMTPSVC(6.0.3790.211); Mon, 2 May 2005 13:17:18 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: error installing flood Date: Mon, 2 May 2005 13:17:13 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: error installing flood Thread-Index: AcVPMzEu2KBcy2MQSmav/2IK+clVigAB3Rag From: "Puneet Varma" To: X-OriginalArrivalTime: 02 May 2005 17:17:18.0182 (UTC) FILETIME=[CAF72860:01C54F3A] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Wes, Any clue why I am getting this error: linux:/usr/flood/flood-0.4 # make all build/rules.mk:255: /usr/flood/flood-0.4/.deps: No such file or directory /usr/share/apache2/build/libtool --silent --mode=3Dcompile gcc -g -O2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DLINUX=3D2 -D_REENTRANT -D_XOPEN_SOURCE=3D500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/apache2 -I. -c flood.c && touch flood.lo /bin/sh: /usr/share/apache2/build/libtool: No such file or directory make: *** [flood.lo] Error 127 Puneet -----Original Message----- From: Wes Will [mailto:wwill@siu.edu]=20 Sent: Monday, May 02, 2005 12:20 PM To: test-dev@httpd.apache.org Subject: Re: error installing flood Redhat or Fedora Linux distribution by some chance? Or one of the other canned distributions? Someone here will better be able to tell you where flood is looking for OpenSSL headers, but yours are in some other place than the ones flood config is looking. You might make a symlink from where they are to where they ought to be, but I prefer a fresh install of OpenSSL from source. I used the source package and compiled OpenSSL first, then configured and installed flood, when I used it some long time back. That puts the newest (also the most secure) version in the directories where they are expected to be, rather than off in some other whimsical location. (I haven't been involved in using flood in almost a year now, time to think about dropping this list; but since it's such a low-volume list, maybe I'll just let it stand....) Later you will have to fight the package management system over upgrading/downgrading the OpenSSL stuff it installed before you built it from scratch, but that's another problem entirely. Dependencies are also a nightmare when you get to replacing rpm's and such with source-built packages. Broke a system completely once doing this, mucking about with C libraries and such.....Can you say "reinstall the operating system?" Sure, I knew you could. -- wes will (Putting your phone number on a list server like this is asking to be sold a lot of aluminum siding and vinyl replacement windows by telephone....) At 12:11 PM 5/2/2005 -0400, you wrote: >I am getting the following error: > >=20 > >linux:/usr/flood/flood-0.4 # ./configure --enable-ssl >checking for openssl/ssl.h... no > >configure: error: 'OpenSSL Headers not found at path specified' > >linux:/usr/flood/flood-0.4 # >Puneet >xxx-xxx-xxxx