[4261] in Kerberos
Re: Kerberos 4 on Linux: Compile error
daemon@ATHENA.MIT.EDU (Malcolm Beattie)
Wed Nov 30 12:08:32 1994
To: kerberos@MIT.EDU
Date: Wed, 30 Nov 94 15:34:14 GMT
From: mbeattie@sable.ox.ac.uk (Malcolm Beattie)
In article <3bdt79$e6s@pcn.proline.com>, <girish@pcn.proline.com> wrote:
>Hi all,
>
>I am trying to install Kerberos 4 (from CNS) on Linux 1.1.33. When
>I run "make all" , I get the following error messages:
>------------------------------------------------------------------------------------------------------
>/usr/kerberos/src/util/et/et_lex.lex.l:98 (error_table.o): undefined
>symbol _yywrap referenced from text segment.
>
>/usr/kerberos/src/util/et/et_lex.lex.l:421(error_table.o): undefined
>symbol _yywrap referenced from text segment
>
>make[1]: ***[compile-et] Error 1
>make[1]: Leaving directory '/kerberos/util/et'
>make: ***[all] Error 1
>------------------------------------------------------------------------------------------------------
>
>I am installing in /kerberos and the source directory is /usr/kerberos/src.
Many distributions of Linux have /usr/bin/lex as a symlink to flex. Replace
/usr/bin/lex with a script which calls flex in lex-compatibility mode:
#!/bin/sh
exec flex -l ${1+"$@"}
--Malcolm
--
Malcolm Beattie <mbeattie@sable.ox.ac.uk> (note new address)
Oxford University Computing Services
"Widget. It's got a widget. A lovely widget. A widget it has got." --Jack Dee