Step by step instructions?

Peter Samuelson peter at cadcamlab.org
Mon Mar 6 06:39:49 GMT 2000


  [Jean Francois Micouleau]
> > Can you post the error messages to the list that would help to know
> > where it fails. What OS are you running ?
[Karl Denninger]
> Linking bin/svcctld
> svcctld/svcctld.o: In function `service_init':
> svcctld/svcctld.o(.text+0x24): undefined reference to `generate_wellknown_sids'
> *** Error code 1

Strange, generate_wellknown_sids() is certainly present in lib/sids.c.
Investigating, please stand by....

OK.  I got a compile error on bin/svcctld but it was a different one.
Looks like someone's in the middle of updating something there.  I'm
appending what I believe is a correct patch for my compile error.
(Note that there will be other instances of the same problem elsewhere
in the source.)

> PS: A missing function within the software (not a library call) is not 
> operating system dependant :-)

Yes, but there are many compile errors that *are* dependent on the OS.
Maybe if you had posted the actual error the first time.... (:

Peter

Index: srv_svcctl_nt.c
===================================================================
RCS file: /cvsroot/samba/source/svcctld/Attic/srv_svcctl_nt.c,v
retrieving revision 1.1.2.5
diff -u -r1.1.2.5 srv_svcctl_nt.c
--- srv_svcctl_nt.c	2000/02/18 21:43:53	1.1.2.5
+++ srv_svcctl_nt.c	2000/03/06 06:34:43
@@ -84,12 +84,6 @@
 		return NT_STATUS_OBJECT_NAME_INVALID;
 	}
 
-	/* strikerXXXX Luke, is this line below needed, or does close_policy_hnd()
-       * take care of this? */
-
-	/* set up the REG unknown_1 response */
-	bzero(pol->data, POL_HND_SIZE);
-
 	return NT_STATUS_NOPROBLEMO;
 }
 


More information about the samba-ntdom mailing list