Package Details: curl-impersonate-firefox 0.9.5-1

Git Clone URL: https://aur.archlinux.org/curl-impersonate-firefox.git (read-only, click to copy)
Package Base: curl-impersonate-firefox
Description: A special compilation of curl that makes it impersonate Firefox
Upstream URL: https://github.com/lexiforest/curl-impersonate
Keywords: curl https scraping security ssl tls
Licenses: MIT
Provides: curl-impersonate-firefox, libcurl-impersonate-firefox
Submitter: mattf
Maintainer: mattf
Last Packager: mattf
Votes: 1
Popularity: 0.000000
First Submitted: 2022-02-23 07:47 (UTC)
Last Updated: 2025-03-16 12:21 (UTC)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

mattf commented on 2022-04-02 20:47 (UTC)

@somini it is fixed, try again now.

somini commented on 2022-04-02 19:56 (UTC)

Can't build this:

  CCLD     curl
/usr/bin/ld: ../lib/.libs/libcurl.a(libcurl_la-version.o): in function `curl_version':
version.c:(.text+0xdb): undefined reference to `BrotliDecoderVersion'
/usr/bin/ld: ../lib/.libs/libcurl.a(libcurl_la-version.o): in function `curl_version_info':
version.c:(.text+0x406): undefined reference to `BrotliDecoderVersion'
/usr/bin/ld: version.c:(.text+0x41f): undefined reference to `BrotliDecoderVersion'
/usr/bin/ld: ../lib/.libs/libcurl.a(libcurl_la-content_encoding.o): in function `brotli_close_writer':
content_encoding.c:(.text+0xee): undefined reference to `BrotliDecoderDestroyInstance'
/usr/bin/ld: ../lib/.libs/libcurl.a(libcurl_la-content_encoding.o): in function `brotli_init_writer':
content_encoding.c:(.text+0x122): undefined reference to `BrotliDecoderCreateInstance'
/usr/bin/ld: ../lib/.libs/libcurl.a(libcurl_la-content_encoding.o): in function `brotli_unencode_write':
content_encoding.c:(.text+0x44a): undefined reference to `BrotliDecoderDecompressStream'
/usr/bin/ld: content_encoding.c:(.text+0x47d): undefined reference to `BrotliDecoderDestroyInstance'
/usr/bin/ld: content_encoding.c:(.text+0x4d5): undefined reference to `BrotliDecoderGetErrorCode'
collect2: error: ld returned 1 exit status

This error seems related: https://github.com/bincrafters/community/issues/357