[uClibc]I can't compile sysklogd-1.4.1

Erik Andersen andersen at codepoet.org
Tue Jan 14 20:25:41 UTC 2003


On Tue Jan 14, 2003 at 09:12:54PM +0100, Edo-Martijn Janssen wrote:
> Hello
> 
> I am trying to compile sysklogd-1.4.1 against uclibc-0.9.15.
> It stops with:
> 
> 
> gcc -s -o klogd klogd.o syslog.o pidfile.o ksym.o \
>         ksym_mod.o 
> ksym_mod.o: In function `AddModule':
> ksym_mod.o(.text+0x296): undefined reference to `lseek64'
> collect2: ld returned 1 exit status
> make: *** [klogd] Error 
> 
> 
> What is lseek64?

lseek64 is part of uClibc's large file support.  Enable
UCLIBC_HAS_LFS in the uClibc .config file and rebuild uClibc.

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list