Displaying 1 result from an estimated 1 matches for "broken_redhat_7_statfs_workaround".
2002 Aug 13
0
AW: AW: Unable to open configuration file "/etc/smb.conf" (or whe reve r i specify)
...= 0
read(3, "", 0) = 0
^^^
I thought read was called for 1243 bytes but it is called for 0 bytes. This
explains quite a bit :-)
It looks like the stat64 struct is not interpreted right.
Looking through the source again I find include/includes.h:
#ifdef BROKEN_REDHAT_7_STATFS_WORKAROUND
#undef _I386_STATFS_H
#undef BROKEN_REDHAT_7_STATFS_WORKAROUND
#endif
I read REDHAT_7 here. Did you reconfigure the sources from another machine?
Did you remove config.cache before configure?
What does the line:
samba_cv_BROKEN_REDHAT_7_SYSTEM_HEADERS=${samba_cv_BROKEN_REDHAT_7_SYSTEM_HE
ADERS=yes...