mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Unresolved symbols (NOT A BUG)
@ 2001-12-09 19:09 Sascha Andres
  2001-12-09 21:57 ` lk
  0 siblings, 1 reply; 3+ messages in thread
From: Sascha Andres @ 2001-12-09 19:09 UTC (permalink / raw)
  To: linux-kernel

hi,

i try to add syslog support into net/ipv4/netfilter/ipt_LOG.c .
so i added  an include to sys/syslog.h and used the functions
in there.

i now get unresolved symbols for each function i use from syslog.h .

my question is, must i merge the whole syslog code to the kernel
for being able to use syslog in the above mentioned mod?

i added a 'firewall' facility to syslog and want all netfilter
logs coming throuh ipt_LOG log to this facility.

sorry if this sounds 'strange', but i'm relative new to the kernel
sources.

i started this cause i have not seen a possibility to log to
a specific facility with the klog daemon.

bye,

sascha


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Unresolved symbols (NOT A BUG)
  2001-12-09 19:09 Unresolved symbols (NOT A BUG) Sascha Andres
@ 2001-12-09 21:57 ` lk
  2001-12-10 19:59   ` Sascha Andres
  0 siblings, 1 reply; 3+ messages in thread
From: lk @ 2001-12-09 21:57 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-kernel




You know you could try to use ULOGD target. It's easier to hack that than
the kernel.

bye


On Sun, 9 Dec 2001, Sascha Andres wrote:

> hi,
>
> i try to add syslog support into net/ipv4/netfilter/ipt_LOG.c .
> so i added  an include to sys/syslog.h and used the functions
> in there.
>
> i now get unresolved symbols for each function i use from syslog.h .
>
> my question is, must i merge the whole syslog code to the kernel
> for being able to use syslog in the above mentioned mod?
>
> i added a 'firewall' facility to syslog and want all netfilter
> logs coming throuh ipt_LOG log to this facility.
>
> sorry if this sounds 'strange', but i'm relative new to the kernel
> sources.
>
> i started this cause i have not seen a possibility to log to
> a specific facility with the klog daemon.
>
> bye,
>
> sascha
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: Unresolved symbols (NOT A BUG)
  2001-12-09 21:57 ` lk
@ 2001-12-10 19:59   ` Sascha Andres
  0 siblings, 0 replies; 3+ messages in thread
From: Sascha Andres @ 2001-12-10 19:59 UTC (permalink / raw)
  To: linux-kernel

hi,
> You know you could try to use ULOGD target. It's easier to 
> hack that than
> the kernel.
as far as I can see the patch simply adds code to the kernel.
perhaps I did not get the point. why it's easier?

for me as a beginner it's just the same prob. hacking it
would lead to unresolved symbols.

would it help to place syslog.h in linux include dir?

ciao sascha


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-12-10 19:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-09 19:09 Unresolved symbols (NOT A BUG) Sascha Andres
2001-12-09 21:57 ` lk
2001-12-10 19:59   ` Sascha Andres

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®