Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hello All,
Thank you all for wonderful contributions. Did anyone manage to compile Samba on 323?
Here is an issue.. I setup system to boot directly into ffp 0.5 bypassing firmware according to tutorial http://dns323.kood.org/howto:ffp-reloaded. Samba package that comes with ffp 0.5 crashes. When I get the latest samba-3.2.7 from distribution, ./configure and make, the following error shows up:
Compiling popt/poptparse.c Linking bin/smbd modules/vfs_default.o: In function `vfswrap_ntimes': vfs_default.c:(.text+0xb94): warning: the use of LEGACY `utimes' is discouraged, use `utime' lib/util_sock.o: In function `is_address_any': util_sock.c:(.text+0x2d24): undefined reference to `in6addr_any' collect2: ld returned 1 exit status make: *** [bin/smbd] Error 1
I have also edited source/includes/config.h to set
#define HAVE_IPV6 0
, but still no luck! Please help!
Offline
The checks are
#if defined(HAVE_IPV6)
So you need to undefine it rather than set it to zero. Also make sure you do a make clean or just deleted the couple of impacted .o files. You can identify them with: find . -name "*.o" | xargs -n 1 grep -l in6
No testing yet; but I just compiled Samba 3.3.2 on the DNS323 this way and the HAVE_IPV6 tweak was the only required change.
-Jeff
Offline