Re: On/for main [so: 15], ftp/curl 's config: "ld: error: unable to find library -lgssapi" (via poudriere-devel)
- Reply: Mark Millard : "Re: On/for main [so: 15], ftp/curl 's config: "ld: error: unable to find library -lgssapi" (via poudriere-devel)"
- In reply to: Dag-Erling_Smørgrav : "Re: On/for main [so: 15], ftp/curl 's config: "ld: error: unable to find library -lgssapi" (via poudriere-devel)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Aug 2025 11:51:34 UTC
On Mon, Aug 11, 2025 at 01:21:58PM +0200, Dag-Erling Smørgrav wrote: > Cy Schubert <Cy.Schubert@cschubert.com> writes: > > ftp/curl must be rebuilt. > > Cy, https://reviews.freebsd.org/D51842 is still blocked waiting for your > input. Building ftp/curl won't be possible again until it or something > like it goes in. Really? I am running main-n279539-5853a9971a50 and could build ftp/curl with GSSAPI_BASE=on: $ ldd `which curl`|grep krb5 libkrb5.so.11 => /usr/lib/libkrb5.so.11 (0x3935891dc000) libgssapi_krb5.so.10 => /usr/lib/libgssapi_krb5.so.10 (0x39358aa86000) 'poudriere testport -j main ftp/curl' was also OK. But yes, there was an error about (a) missing .pc file(s)... bug 288770? -- Herbert