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

why I ./configure it always show the error" No package 'syslog-ng' found" #153

Closed
liberatorqjw opened this issue Mar 25, 2016 · 7 comments
Closed

Comments

@liberatorqjw
Copy link

I have configured the syslog-ng it can be used , but when I ./configure the syslog-ng-incubator
it always show me the error
`checking for SYSLOG_NG... no
configure: error: Package requirements (syslog-ng >= 3.7.0) were not met:

No package 'syslog-ng' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables SYSLOG_NG_CFLAGS
and SYSLOG_NG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.`

how can I solve the problems?

@juhaszviktor
Copy link
Contributor

Did you tried what the does pkg-config suggest?

On Fri, Mar 25, 2016 at 12:55 PM, Qinjiawei notifications@github.com
wrote:

I have configured the syslog-ng it can be used , but when I ./configure
the syslog-ng-incubator
it always show me the error
`checking for SYSLOG_NG... no
configure: error: Package requirements (syslog-ng >= 3.7.0) were not met:

No package 'syslog-ng' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables SYSLOG_NG_CFLAGS
and SYSLOG_NG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.`

how can I solve the problems?


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#153

@liberatorqjw
Copy link
Author

oh , I solve the problems with my classmates. by installing the syslog-ng again

@juhaszviktor
Copy link
Contributor

Good news :)

On Fri, Mar 25, 2016 at 3:39 PM, Qinjiawei notifications@github.com wrote:

oh , I solve the problems with my classmates. by installing the syslog-ng
again


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#153 (comment)

@liberatorqjw
Copy link
Author

Hello
I have a new question ,when I complete install the module. But how can I use it,
for example: following is my syslog-ng.conf
@Version: 3.7
@include "scl.conf"

source s_local {
system();
internal();
};

source s_network {
udp();
};

destination d_local {
file("/var/log/messages");
};

#destination d_zmq{
zmq(
port(5557)
);
};

log{
source(s_local);
destination(d_zmq);

};

but when I want to use it ,
It show me the error:
Error parsing destination, destination plugin zmq not found in /usr/local/syslog-ng/etc/syslog-ng.conf at line 27, column 2:

zmq(
^^^

how can I find some documents to guide me to use the module?
thank you

@lmesz
Copy link
Contributor

lmesz commented Apr 17, 2016

Hy,

What does syslog-ng --module-registry says ?
It looks like zmq module not compiled when compiled incubator. Is libzmq3-dev (or your distro's equivalent) installed on your machine ?
Sorry if the question is not relevant anymore.

@liberatorqjw
Copy link
Author

Hy,
@lmesz
thanks for your sincere help, I am Jiawei Qin,
I have repaire the problem.
thank you

@liberatorqjw
Copy link
Author

Thanks for help, I have solved the probleam by installing all of these in a new system

@MrAnno MrAnno closed this as completed Jul 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants