|
Demo
Discussion
|
Forum
Config Examples
Contributions
Vulnerabilities
|
Discussion forum about ELOG |
Not logged in |
 |
|
Using date and subst date, posted by nait tauh on Fri May 14 06:19:40 2004
|
Re: Using date and subst date, posted by Stefan Ritt on Fri May 21 15:03:48 2004
|
Re: Using date and subst date, posted by nait tauh on Sat May 29 04:23:58 2004
|
Re: Using date and subst date, posted by Stefan Ritt on Wed Jun 2 15:13:12 2004
|
Re: Using date and subst date, posted by nait tauh on Thu Jun 3 17:15:56 2004
|
Re: Using date and subst date, posted by Stefan Ritt on Thu Jun 3 17:28:07 2004
|
Re: Using date and subst date, posted by nait tauh on Thu Jun 3 18:28:02 2004
|
Re: Using date and subst date, posted by Stefan Ritt on Thu Jun 3 20:22:47 2004
|
Re: Using date and subst date, posted by nait tauh on Fri Jun 4 16:43:34 2004
|
Re: Using date and subst date, posted by nait tauh on Wed Jun 16 10:47:26 2004
|
Re: Using date and subst date, posted by Stefan Ritt on Wed Jun 16 14:42:07 2004
|
Re: Using date and subst date, posted by nait tauh on Wed Jun 16 15:57:02 2004
|
|
Message ID: 551
Entry time: Thu Jun 3 18:28:02 2004
In reply to: 550
Reply to this: 552
|
|
Category: |
Question |
OS: |
Linux |
ELOG Version: |
2.5.2 |
|
Subject: |
Re: Using date and subst date |
|
|
> Looks like a weird Linux installation. Maybe try to link static:
>
> gcc -O -static -o elogd elogd.c
>
> executable will be much bigger, but maybe work...
Now I have more error. ;(
$ gcc -O -static -o elogd elogd.c
elogd.c:792: warning: conflicting types for built-in function `logf'
/tmp/ccysvxip.o(.text+0x12f3): In function `setgroup':
: warning: Using 'initgroups' in statically linked applications requires at runtime
the shared libraries from the glibc version used for linking
/tmp/ccysvxip.o(.text+0x12cd): In function `setgroup':
: warning: Using 'getgrnam' in statically linked applications requires at runtime
the shared libraries from the glibc version used for linking
/tmp/ccysvxip.o(.text+0x1351): In function `setuser':
: warning: Using 'getpwnam' in statically linked applications requires at runtime
the shared libraries from the glibc version used for linking
/tmp/ccysvxip.o(.text+0x2fe97): In function `server_loop':
: warning: Using 'gethostbyaddr' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
/tmp/ccysvxip.o(.text+0x15ca): In function `sendmail':
: warning: Using 'gethostbyname' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
Maybe you can post your elogd build.... just for me. :)
nait. |