[OpenAFS] Problem compiling OpenAFS 1.5.12 on SUSE 10.2

Walter Lamagna wlamagna@tenroses.com.ar
Fri, 15 Dec 2006 13:07:42 -0300


Hi Frank, another person had the same problem than you with Suse 10.2, i
compiled version 1.4.2 in Suse 10.1.  I recommend you to download the
kernel from kernel.org because Novell could have done some customization
to the kernel and it may be different than the one from kernel.org.  Try
the kernel version 2.6.18 and openafs 1.4.2 (stable).  The version
1.5.12 is in development.

Walter Lamagna


On Fri, 2006-12-15 at 16:46 +0100, Frank Winklmeier wrote:
> Hi,
> 
> I am not able to compile OpenAFS 1.5.12 on Suse 10.2. This is my
> configuration and the error message I get when compiling:
> 
> # uname -r
> 2.6.18.2-34-default
> 
> # ./configure --with-afs-sysname=i386_linux26
> --with-linux-kernel-headers=/usr/src/linux
> 
> # make
> compile_et.o: In function `yyerror':
> compile_et.c:(.text+0x2c): undefined reference to `yylineno'
> compile_et.o: In function `main':
> compile_et.c:(.text+0x35a): undefined reference to `yyin'
> compile_et.c:(.text+0x366): undefined reference to `yyout'
> compile_et.c:(.text+0x52c): undefined reference to `yyin'
> compile_et.c:(.text+0xc86): undefined reference to `yyout'
> error_table.o: In function `yyparse':
> error_table.c:(.text+0xbef): undefined reference to `yylex'
> collect2: ld returned 1 exit status
> make[3]: *** [compile_et] Error 1
> make[3]: Leaving directory `/opt/openafs-1.5.12/src/comerr'
> make[2]: *** [comerr] Error 2
> make[2]: Leaving directory `/opt/openafs-1.5.12'
> make[1]: *** [build] Error 2
> make[1]: Leaving directory `/opt/openafs-1.5.12'
> make: *** [all] Error 2
> 
> 
> I googled for the above but couldn't find any solution to this. I.e.
> flex -l is already used in the configure file for this platform.
> 
> Any idea?
> Thanks,
> Frank
> 
> 
> 
> _______________________________________________
> OpenAFS-info mailing list
> OpenAFS-info@openafs.org
> https://lists.openafs.org/mailman/listinfo/openafs-info
--