More missing declarations...

Russ Allbery rra at stanford.edu
Mon Jan 12 03:18:55 UTC 2004


Joe St Sauver <JOE at OREGON.UOREGON.EDU> writes:

> When doing a make I'm seeing:

> make[1]: Entering directory `/usr/local/src/inn-CURRENT-20040112/innd'
> gcc  -o innd art.o cc.o chan.o icd.o innd.o keywords.o lc.o nc.o newsfeeds.o
> ng.o perl.o proc.o python.o rc.o site.o status.o tcl.o util.o wip.o
> /usr/local/src/inn-CURRENT-20040112/storage/libstorage.a
> /usr/local/src/inn-CURRENT-20040112/history/libinnhis 
> /usr/local/lib/perl5/5.6.1/i686-linux/CORE/libperl.a(toke.o)(.text+0x12abc): In> function `Perl_yyerror': 
> : undefined reference to `__ctype_b'

Red Hat libc breakage.  You need to rebuild Perl against your current libc
version, since Red Hat decided not to care about backward compatibility
with older versions of libc.

See:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=91290

And other packages having trouble:
http://lists.ibiblio.org/pipermail/sm-sorcery/2002-October/000564.html
http://sources.redhat.com/ml/bug-glibc/2002-10/msg00156.html

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>

    Please send questions to the list rather than mailing me directly.
     <http://www.eyrie.org/~eagle/faqs/questions.html> explains why.


More information about the inn-workers mailing list