Hi, on my machine i have built openssl libraries in static mode only, after
that i want to build ffmpeg library with https protocol support and
configuration failed (undefined reference to 'dlopen') in check_lib openssl
because for linking needed dl library, if linked .so libraries first
check(chec
Also i built openssl without any flags, simple execute: ./config && make &&
make install
On Fri, Jun 23, 2017 at 10:19 AM, Alexandr Topilski
wrote:
> Hi, thank you for replay but output of pkg-config --static --libs openssl
> is next:
>
> -L/usr/local/lib -lssl -ld
Hi, thank you for replay but output of pkg-config --static --libs openssl
is next:
-L/usr/local/lib -lssl -ldl -lcrypto -ldl
BR, Alex
On Thu, Jun 22, 2017 at 11:07 AM, Moritz Barsnick wrote:
> (This really belongs to ffmpeg-user.)
>
> On Thu, Jun 22, 2017 at 08:14:56 +0300, Alexandr
> (This really belongs to ffmpeg-user.)
>
> On Thu, Jun 22, 2017 at 08:14:56 +0300, Alexandr Topilski wrote:
>
> > use_pkg_config openssl openssl/ssl.h SSL_library_init
> > check_pkg_config openssl openssl/ssl.h SSL_library_init
> > pkg-config --exists --print-error
Ping
On Fri, Jun 23, 2017 at 10:26 AM, Alexandr Topilski
wrote:
> Hi, thank you for reply but output of pkg-config --static --libs openssl
> is next:
> $ -L/usr/local/lib -lssl -ldl -lcrypto -ldl
>
> Also i built openssl without any flags, simple execute: ./config &&
That's all what puppies can do, good work, please close issue! I will patch
build by hands for raspberry.
On Thu, Jul 6, 2017 at 3:25 PM, Alexandr Topilski
wrote:
> Ping
>
> On Fri, Jun 23, 2017 at 10:26 AM, Alexandr Topilski
> wrote:
>
>> Hi, thank you for repl