Skip to main content

Curl bin/ dir containing other stuff

  • February 13, 2018
  • 2 replies
  • 0 views

Hi there,
When installing curl, i.e. 7.52.1_b006.170926, I found other than curl related binaries in the curl bin/ directory, namely:

k5srvutil kadmin kdestroy kinit klist kpasswd krb5-config kswitch ktutil kvno

which on my Linux laptop belong to package krb5-workstation.

Then xml related binaries

xml2-config xmlcatalog xmllint

which on my Linux laptop belong to package libxml2.

Could anybody explain what the rationale here is?

Thanks a lot, Manfred

2 replies

Sergey Rezepin
Forum|alt.badge.img+1
  • Rocketeer
  • 73 replies
  • February 13, 2018

Hi there,
When installing curl, i.e. 7.52.1_b006.170926, I found other than curl related binaries in the curl bin/ directory, namely:

k5srvutil kadmin kdestroy kinit klist kpasswd krb5-config kswitch ktutil kvno

which on my Linux laptop belong to package krb5-workstation.

Then xml related binaries

xml2-config xmlcatalog xmllint

which on my Linux laptop belong to package libxml2.

Could anybody explain what the rationale here is?

Thanks a lot, Manfred

Hi Manfred,

These binary files were used to build curl with certain options and then they were included to the build to avoid the errors connected with the options that can use these libraries.

Thanks,
Sergey


  • 0 replies
  • February 13, 2018

Hi Manfred,

These binary files were used to build curl with certain options and then they were included to the build to avoid the errors connected with the options that can use these libraries.

Thanks,
Sergey

Hi Sergey,
Thanks for your quick reply.

So when curl was installed these additional binaries can be used as the icing of the cake.

I’m a bit reluctant to make those binaries available when installing curl. Because, if Rocket decides to leave them out in some future release of curl then those who are used to utilize those binaries will have bad luck.

So I’m uncertain how to proceed. What do you think?

Best, Manfred