[GH-ISSUE #484] Erroneous error message from script "configure" #272

Closed
opened 2026-03-04 01:43:56 +03:00 by kerem · 1 comment
Owner

Originally created by @MgFrobozz on GitHub (Oct 14, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/484

Using f38aaa3d0e as HEAD, if libfuse-dev, libcurl4-gnutls-dev, and libxml2-dev are installed but libssl-dev is not installed, ./configure issues this error ...

configure: error: Package requirements (fuse >= 2.8.4 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9) were not met:

Installing libssl-dev will then eliminate the error.

Originally created by @MgFrobozz on GitHub (Oct 14, 2016). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/484 Using f38aaa3d0e as HEAD, if libfuse-dev, libcurl4-gnutls-dev, and libxml2-dev are installed but libssl-dev is not installed, ./configure issues this error ... > configure: error: Package requirements (fuse >= 2.8.4 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9) were not met: Installing libssl-dev will then eliminate the error.
kerem closed this issue 2026-03-04 01:43:56 +03:00
Author
Owner

@ggtakec commented on GitHub (Jan 7, 2017):

@MgFrobozz
If you use gnutls, you need to specify "--with-gnutls" for configure option.

You can see help configure option by "configure -h".

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-nettle           s3fs build with nettle in GnuTLS(default no)
  --with-openssl          s3fs build with OpenSSL(default is no)
  --with-gnutls           s3fs build with GnuTLS(default is no)
  --with-nss              s3fs build with NSS(default is no)

If the SSL library option is not specified, configure will try to use openssl.

Please try to run configure with "--with-gnutls".
Thanks in advance for your assistance.

<!-- gh-comment-id:271067032 --> @ggtakec commented on GitHub (Jan 7, 2017): @MgFrobozz If you use gnutls, you need to specify "--with-gnutls" for configure option. You can see help configure option by "configure -h". ``` Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-nettle s3fs build with nettle in GnuTLS(default no) --with-openssl s3fs build with OpenSSL(default is no) --with-gnutls s3fs build with GnuTLS(default is no) --with-nss s3fs build with NSS(default is no) ``` If the SSL library option is not specified, configure will try to use openssl. Please try to run configure with "--with-gnutls". Thanks in advance for your assistance.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#272
No description provided.