Re: [CURL][OpenSSL] - OpenSSL libs and/or directories were not found where specified
2008-04-01 00:06:32 GMT
Hi Daniel,
Thank you very much for your prompt reply & very helpful hint. I've browsed through the config.log file and it helped. The reason is that: OpenSSL was not compiled with ZLIB as it stated so configuration died. I rebuilt OpenSSL with not zlib and enabled zlib in CURL and the things went OK.
Thank you again.
Warmest regards,
Viet.
From: Daniel Stenberg <daniel <at> haxx.se>
Subject: Re: [CURL][OpenSSL] - OpenSSL libs and/or directories were
not found where specified
To: libcurl development <curl-library <at> cool.haxx.se>
Message-ID: <Pine.LNX.4.64.0803311353000.5682 <at> yvahk3.pbagnpgbe.fr>
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
On Sun, 30 Mar 2008, Viet Le wrote:
> checking for SSL_connect in -lssl... no
> checking for ssl with RSAglue/rsaref libs in use... checking for SSL_connect
> in -lssl... (cached) no no
> configure: error: OpenSSL libs and/or directories were not found where
> specified!
If you look in the config.log file after you got this failure, you'll see
further details around the particular test that failed and its failure it if
doesn't give you enough clues to fix this yourself, consider posting the
relevant bits here and we might be able to help!
--
Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
--
I submit to you that if a man hasn't discovered something he will die for, he isn't fit to live.
(Martin Luther King Jr.)
-----
If bad means "doesn't give any data" for
> you, then any nonzero return code indicates a bad url.
Yes that is what I mean by a bad or good url. If you go to a browser
page with the url curl.haxx.se you get a 200 back as your code and if
you go to curl.hexx.se you get a 404 back that is what I'm trying to do.
Thank you,
Thomas
. Does the
>> netware build run ./configure? If so, we can define it via AC_SUBST. Or
>> where did it come from before?
> if used it comes from commandline, or evironment var; but usually its
> not defined, and the other case happens where it then get defined to
> use the getenv() call.
Ah, I see. Thanks for fixing it up.
> The whole NetWare build is don with these hand-tweaked Makefiles - no
> configure...
> altough I can compile with cross-gcc - I also have to compile with
> Metrowerks compiler;
> and since I'm no configure wizzard at all its anyway easier for me to work
> with these makefiles.
>
> If however you are interested in, and have some spare time - then you're
> welcome to contact me privately, and I give you an account on my Linux
> testbox where you could try if you can get configure to work at least with
> gcc-cross....
> I would love to learn from someone who's more advanced how to make configure
> running with NetWare....
Sorry, I'm afraid I won't be of much help. While I have some experience
with autoconf, I have no clue about NetWare (despite being employed by
Novell
).
Michal
RSS Feed