Just got it to compile on FC4 by editing the smbval/smblib.inc.c file and removing the word 'static' from the following lines:
static int SMBlib_errno; static int SMBlib_SMB_Errno; static int SMBlib_State;
Logged In: YES user_id=770226
And also change line #590 to apr_pool_create_ex(&sp,p,NULL,NULL);
Log in to post a comment.
Logged In: YES
user_id=770226
And also change line #590 to
apr_pool_create_ex(&sp,p,NULL,NULL);