On Fri, Jul 28, 2000 at 10:37:22AM -0400, Scott D. Allen wrote:
> I think that I have the problem almose solved with my installation.
>
> When I specify LIBS with any combination of -lRSAref -lRSAglue -lz before
> running the configure, it gives me the error.
>
> > configure: error: installation or configuration problem: C compiler cannot
> create executables."
Did you have a look into config.log? The problem should be reported here.
Guess: something is wrong with your libs, you either do not have one of these
libraries or something is wrong with them.
Did you specify where to find them?
LDFLAGS="-L/path/to/lRSAthings -L/path/to/zlib" LIBS="-lRSAthings -lz"
> when I don't set LIBS, I get the error.
>
> >checking for OpenSSL directory... configure: error: Could not find working
> SSLeay / OpenSSL libraries, please install
I remember having some strange error here on HP-UX, because the compiler
issued a warning that "configure" misunderstood as an error. This has
however been fixed some time ago.
Use
CPPFLAGS="-I/usr/local/ssl/include" LDFLAGS="-L/usr/local/ssl/lib"
(the LDFLAGS of course combined with those above) _and_check_config.log_
if the problem persists.
Best regards,
Lutz
--
Lutz Jaenicke [EMAIL PROTECTED]
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153