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=compile gcc    -g -O2
-g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
-pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -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:[EMAIL PROTECTED] 
Sent: Monday, May 02, 2005 12:20 PM
To: [EMAIL PROTECTED]
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:
>
> 
>
>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

Reply via email to