I'm glad you were able to work-around the problem
and recompile (with your #include) on FreeBSD 4.3.
We are moving to FreeBSD 4.3 as one of the DSS platforms
in the future for Darwin Streaming Server.
--
Billy Brown
>It worked! I had to add a header for the crypt() function, but aside
>for that it compiled. The Install script didn't install the web admin
>html tree, just copying it over fixed that. As with the binaries, the
>streaming of the sample.mov works find to G4 running QT-player 4 or
>5. And, as you said... the qtpasswd works fine now. :)
>
>I'd be happy to test anything else on my set-up here. Having this
>officially supported on the latest FreeBSD-stable would be great!
>
>Attached is the patch used for the missing header.
>diff -ruN qtssServer-338/Server.tproj/RTSPSession.cpp qtssServer-338.patched/Server.tproj/RTSPSession.cpp
>--- qtssServer-338/Server.tproj/RTSPSession.cpp Thu May 17 20:59:16 2001
>+++ qtssServer-338.patched/Server.tproj/RTSPSession.cpp Tue Jul 17 23:00:08 2001
>@@ -47,6 +47,7 @@
> #include "md5digest.h"
>
> #include <errno.h>
>+#include <unistd.h>
>
> #ifdef __solaris__
> #include <crypt.h>
>_______________________________________________
>streaming-server-developers mailing list
>email@hidden
>http://www.lists.apple.com/mailman/listinfo/streaming-server-developers