-
Notifications
You must be signed in to change notification settings - Fork 70
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
fatal error: cmqc.h: No such file or directory #156
Comments
As the README says, you have to install the MQ client package first. Or if you have installed it, but not in the regular place, set up environment variables so the include files can be found. |
@ibmmqmet Thank you sir ,the above problem has been solved. [root@localhost mq-metric-samples.5.3.1]# go build -o /usr/local/go/bin/mq_prometheus ./cmd/mq_prometheus/*.go Is there anything I missed? |
HI:
I have a problem When I was executing go build, Would you tell me what's wrong.
[root@localhost mq-metric-samples.5.3.1]# go build -o /usr/local/go/bin/mq_prometheus ./cmd/mq_prometheus/*.go
#github.com/ibm-messaging/mq-golang/v5/ibmmq
vendor/github.com/ibm-messaging/mq-golang/v5/ibmmq/mqi.go:54:18: fatal error: cmqc.h: No such file or directory
#include <cmqc.h>
^
compilation terminated.
The text was updated successfully, but these errors were encountered: