Required to have "http" engine built in to the package

Bug #1936438 reported by Andrey Grebennikov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
fio (Ubuntu)
New
Undecided
Unassigned

Bug Description

"http" engine is required to be present in order to be able to benchmark S3 and Swift functionality of the remote endpoint (Ceph RadosGW)

Revision history for this message
Andrey Grebennikov (agrebennikov) wrote :

Essentially this requires to rebuild the existing package including the libraries of "curl", "ssl" and "crypto" as build dependencies. See the configure script

if test "$disable_http" != "yes"; then
  HTTP_LIBS="-lcurl -lssl -lcrypto"
  if compile_prog "" "$HTTP_LIBS" "curl-new-ssl"; then
    output_sym "CONFIG_HAVE_OPAQUE_HMAC_CTX"
    http="yes"
  elif mv $TMPC2 $TMPC && compile_prog "" "$HTTP_LIBS" "curl-old-ssl"; then
    http="yes"
  fi
fi
print_config "http engine" "$http"

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.