Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CentOS7 cannot stat ‘mosquitto_ctrl’: No such file or directory #1938

Closed
apple3306 opened this issue Dec 9, 2020 · 3 comments
Closed
Milestone

Comments

@apple3306
Copy link

CentOS7 cannot stat ‘mosquitto_ctrl’: No such file or directory.

@ralight
Copy link
Contributor

ralight commented Dec 9, 2020

Did you install manually or from a package? If from a package, there's a reasonable chance they haven't updated to include the new executable.

@JulianCaruso
Copy link

Same problem here on an ubuntu VPS. This is the last part after running sudo make install WITH_CJSON=no

make[2]: Leaving directory '/home/ubuntu/mqtt/mosquitto/apps/db_dump'
make[2]: Entering directory '/home/ubuntu/mqtt/mosquitto/apps/mosquitto_ctrl'
install -d "/usr/local/bin"
install mosquitto_ctrl "/usr/local/bin/mosquitto_ctrl"
install: cannot stat 'mosquitto_ctrl': No such file or directory
make[2]: *** [Makefile:89: install] Error 1
make[2]: Leaving directory '/home/ubuntu/mqtt/mosquitto/apps/mosquitto_ctrl'
make[1]: *** [Makefile:25: install] Error 2
make[1]: Leaving directory '/home/ubuntu/mqtt/mosquitto/apps'
make: *** [Makefile:89: install] Error 2
ubuntu@ip-172-31-41-189:~/mqtt/mosquitto$

@ralight
Copy link
Contributor

ralight commented Dec 11, 2020

Thanks @JulianCaruso. It's very frustrating that I didn't spot this update until after I'd just released 2.0.2. There is a fix in the fixes branch though, could you try that?

@ralight ralight added this to the 2.0.3 milestone Dec 17, 2020
fAuernigg pushed a commit to fAuernigg/mosquitto that referenced this issue Jan 4, 2021
Closes eclipse#1938. Thanks to apple3306 and JulianCaruso.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2022
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

3 participants