Has anyone attempted to build samba on Solaris 10? Yes it's beta.
Apparently Sun gets it to work as they include 3.0.4, but it fails on me
with the following error:
In file included from include/includes.h:275,
from dynconfig.c:21:
/usr/include/net/if.h:368: error: parse error before "zoneid_t"
/usr/include/net/if.h:390: error: parse error before '}' token
make: *** [dynconfig.o] Error 1
I fixed part of the config script so that it didn't catch the no large
file support by changing this:
case `uname -r` in
5.0*|5.2*|5.1*|5.3*|5.5*)
echo "$as_me:$LINENO: result: no large
file support" >&5
to this
case `uname -r` in
5.0*|5.2*|5.3*|5.5*)
echo "$as_me:$LINENO: result: no large
file support" >&5
Is there anything else that needs tweaking?
--
Paul Gienger Office: 701-281-1884
Applied Engineering Inc.
Information Systems Consultant Fax: 701-281-1322
URL: www.ae-solutions.com mailto: pgienger@ae-solutions.com