From: Elmar Vonlanthen (elmar.vonlanthen_at_netbeat.biz)
Date: Fri Sep 20 2002 - 18:46:28 CEST
Hello JuanJo
> -extern __inline__ __const__ __u16 __fswab16(__u16 x)
> +static __inline__ __const__ __u16 __fswab16(__u16 x)
> {
> return ___arch__swab16(x);
> }
>
> and the problem is shown: fswab* are declared as extern instead of
> static (inline); that leads to the unresolved symbols.
>
> I've dig into rh72 rpms:
>
> PKG
> /usr/include/linux/byteorder/swab.h
> (stock) kernel-headers-2.4.7-10 extern ...
> (updates) kernel-headers-2.4.9-34 static ...
> ... so the solution seems to rely in upgraded kernel-* pkgs.
That was the problem! I've updated the kernel-headers and now I can
compile with Serpent-Support.
Great!
Thanks again for your help!
Best regards
-- Elmar Vonlanthen Phone +41 31 994 1115 Netbeat AG Direct +41 31 994 1135Morgenstrasse 131b Fax +41 31 994 1128 CH - 3018 Bern ----------------------------------------------------------------- mailto:elmar.vonlanthen_at_netbeat-security.ch http://www.netbeat-security.ch ----------------------------------------------------------------- http://www.sophiafirewall.ch ----------------------------------------------------------------- _______________________________________________ Users mailing list Users_at_lists.freeswan.org http://lists.freeswan.org/mailman/listinfo/users
This archive was generated by hypermail 2.1.4 : Sat Sep 21 2002 - 05:20:13 CEST