Hi Jörg!
How do you build the RPMs? Maybe I can try this.
Tried your suggestion, downgrading the openssl to libssl1.0-dev, it did
not worked yet, but the errors now seems smaller :) :
make
make all-recursive
make[1]: Entering directory '/home/ipin/tmp/Droplet'
Making all in libdroplet
make[2]: Entering directory '/home/ipin/tmp/Droplet/libdroplet'
CC src/conn.lo
CC src/converters.lo
CC src/value.lo
CC src/dict.lo
CC src/droplet.lo
CC src/httprequest.lo
src/httprequest.c: In function ‘dpl_add_range_to_headers_internal’:
src/httprequest.c:91:39: warning: format ‘%lu’ expects argument of type
> ‘long unsigned int’, but argument 4 has type ‘uint64_t {aka const long long
> unsigned int}’ [-Wformat=]
snprintf(str, sizeof (str), "-%lu", range->end);
^
src/httprequest.c:96:38: warning: format ‘%lu’ expects argument of type
> ‘long unsigned int’, but argument 4 has type ‘uint64_t {aka const long long
> unsigned int}’ [-Wformat=]
snprintf(str, sizeof (str), "%lu-", range->start);
^
src/httprequest.c:101:38: warning: format ‘%lu’ expects argument of type
> ‘long unsigned int’, but argument 4 has type ‘uint64_t {aka const long long
> unsigned int}’ [-Wformat=]
snprintf(str, sizeof (str), "%lu-%lu", range->start, range->end);
^
src/httprequest.c:101:42: warning: format ‘%lu’ expects argument of type
> ‘long unsigned int’, but argument 5 has type ‘uint64_t {aka const long long
> unsigned int}’ [-Wformat=]
snprintf(str, sizeof (str), "%lu-%lu", range->start, range->end);
^
CC src/httpreply.lo
CC src/pricing.lo
CC src/profile.lo
src/profile.c:58:36: error: ‘SSLv3_method’ undeclared here (not in a
> function)
{ .name = SSL_TXT_SSLV3, .fn = SSLv3_method },
^~~~~~~~~~~~
src/profile.c:807:1: warning: ‘ssl_verify_cert’ defined but not used
> [-Wunused-function]
ssl_verify_cert(X509_STORE_CTX *cert, void *arg)
^~~~~~~~~~~~~~~
Makefile:993: recipe for target 'src/profile.lo' failed
make[2]: *** [src/profile.lo] Error 1
make[2]: Leaving directory '/home/ipin/tmp/Droplet/libdroplet'
Makefile:473: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/ipin/tmp/Droplet'
Makefile:380: recipe for target 'all' failed
make: *** [all] Error 2
Any idea? Tks for helping!!!
Best regards!
Em quinta-feira, 19 de setembro de 2019 05:11:43 UTC-3, Jörg Steffens
escreveu:
>
>
> We build this only as RPMs, but as far as I remember, you need old compat
> version of openssl. On Debian, it is properly the package libssl1.0-dev
>
> Regards,
> Jörg
>
--
You received this message because you are subscribed to the Google Groups
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/bareos-users/92832f61-bad7-4e5c-91d9-21fa6492660c%40googlegroups.com.