bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Wget 1.16.1 detection of non-system openssl broken on Mac


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] Wget 1.16.1 detection of non-system openssl broken on MacOSX.
Date: Sun, 14 Dec 2014 15:02:31 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Tim Ruehsen <address@hidden> writes:

>> OK, that worked, thanks; indeed, all I had to do was
>> 'PKG_CONFIG_PATH=/usr/local/ssl/lib/pkgconfig ./configure blah blah'.  Easy
>> enough.  (That's the default location for a built-from-source openssl; is
>> openssl not putting its .pc file where it should?)
>
> I guess yes, if you 'make install' your local copy of OpenSSL.
>
>> But that's only half the battle, because that only covers the case where
>> the Mac user has pkg-config installed.  Pkg-config doesn't come with OSX or
>> the Apple dev tools.  Up through wget 1.16, the pkgconfigless Mac user
>> could rely on --with-libssl-prefix to point wget to the right place.
>
> Please see the output of ./configure --help.
> If you don't have pkg-config installed, please try the following
> Add "-I/usr/local/ssl/include" to your CFLAGS
>  and add "-L/usr/local/ssl/lib" to your LDFLAGS.
> export both and ./configure. 

another problem I know of with openSSL is that it installs file under
/usr/local/lib instead of /usr/local/lib64 and the configure script
looks for files under lib64 on 64 bits systems.  That is how autoconf
works but unfortunately it gives troubles with openssl :-(

Giuseppe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]