Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Add curl as a dependency on packaging branches. #54

Open
kkonstantine opened this issue Nov 23, 2017 · 5 comments
Open

Add curl as a dependency on packaging branches. #54

kkonstantine opened this issue Nov 23, 2017 · 5 comments

Comments

@kkonstantine
Copy link
Member

curl is a required dependency and should be added in the appropriate files (e.g. confluent-cli-control.in) in the packaging branches for debian and rpm.

@padwasabimasala
Copy link

I still get this error on Red Hat Enterprise Linux Server release 7.4 (Maipo) as of May 22nd 2018.

@padwasabimasala
Copy link

padwasabimasala commented May 24, 2018

I am getting this error even after installing curl

bash-4.2# confluent start
'confluent' requires 'curl'.
bash-4.2# yum -y install curl
Loaded plugins: ovl
Package curl-7.29.0-46.el7.x86_64 already installed and latest version
Nothing to do
bash-4.2# confluent start
'confluent' requires 'curl'.

@padwasabimasala
Copy link

LOL! It's because which is not installed.

bash -x /usr/bin/confluent

...
+ which curl
+ status=127
+ [[ 127 -ne 0 ]]
+ invalid_requirement curl
+ echo -n ''\''confluent'\'' requires '\''curl'\'''
'confluent' requires 'curl'+ [[ x == \x ]]
+ echo .

To fix this on Red Hat Enterprise Linux Server release 7.4 (Maipo)

sudo yum install which
sudo yum install curl

@AntoinePr
Copy link

Had the same issue, thanks for finding the error!

@amit10may
Copy link

Thanks! I had same issue. which was missing

ctan888 pushed a commit that referenced this issue Feb 22, 2021
* added Metrics service

* Bump cc-structs version (#49)

* Add delete method to APIKey service interface (#50)

* Bump cc-structs (#52)

* Add kafka delete physical method to http lib (#53)

* Update kafka http interface to delete physical (#54)

* added Metrics service

* invert error checking

* remove unused variable

* changed mock/http_apikey.go to compile; added mock/http_metrics.go
ctan888 pushed a commit that referenced this issue Feb 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants