Your message dated Sun, 10 May 2020 19:11:04 -0400
with message-id <[email protected]>
and subject line Re: Bug#908299: libmongoc-dev has hidden SSL dependence
has caused the Debian Bug report #908299,
regarding libmongoc-dev has hidden SSL dependence
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
908299: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908299
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libmongoc-dev
Version: 1.4.2-1+b1 (possible other versions too)
Ever I don't want to use the SSL I need to install libssl-dev to build packages
that uses pkg-config to be builded with libmongoc-dev.
If we look at the output of `pkg-config' we see no difference between
`libmongoc-1.0' and `libmongoc-ssl-1.0' profiles.
$ pkg-config --libs libmongoc-1.0
-lmongoc-1.0 -lssl -lcrypto -lrt -lbson-1.0
$ pkg-config --libs libmongoc-ssl-1.0
-lmongoc-1.0 -lssl -lcrypto -lrt -lbson-1.0
I suggest to remove -lssl and -lcrypto from `libmongoc-1.0' profile
I am using Debian GNU/Linux 9.5, kernel 4.9.110-3+deb9u4 and libc6
2.24-11+deb9u3
--- End Message ---
--- Begin Message ---
Version: 1.16.1-1
On Sat, Sep 08, 2018 at 02:05:52PM +0700, Dmitriy Gerasimov wrote:
> Package: libmongoc-dev
> Version: 1.4.2-1+b1 (possible other versions too)
>
> Ever I don't want to use the SSL I need to install libssl-dev to build
> packages that uses pkg-config to be builded with libmongoc-dev.
> If we look at the output of `pkg-config' we see no difference between
> `libmongoc-1.0' and `libmongoc-ssl-1.0' profiles.
>
> $ pkg-config --libs libmongoc-1.0
> -lmongoc-1.0 -lssl -lcrypto -lrt -lbson-1.0
>
> $ pkg-config --libs libmongoc-ssl-1.0
> -lmongoc-1.0 -lssl -lcrypto -lrt -lbson-1.0
>
>
> I suggest to remove -lssl and -lcrypto from `libmongoc-1.0' profile
>
I just checked this with libmongoc-dev 1.16.1-1 and it seems to have
been fixed:
$ pkg-config --libs libmongoc-1.0
-lmongoc-1.0 -lbson-1.0
$ pkg-config --libs libmongoc-ssl-1.0
-lmongoc-1.0 -lbson-1.0
I have indicated the fixed version as 1.16.1-1, though the fix probably
was implemented in some earlier version.
Regards,
-Roberto
--
Roberto C. Sánchez
--- End Message ---