I haven't seen a failure to compile EV. I'm not quite doing it the same way that you are. Instead of changing the compile options for the standard Solaris perl I compiled perl 5.12.4 using gcc following the instructions at the beginning of buildme.sh, and installed that into /usr/local. I've then used it to build the rest of the stuff in buildme.sh. Not quite sure why you are trying to compile libjpeg-turbo. The default script just compiles jpeg-8b. Is there an advantage to using libjpeg-turbo?
I have to admit I have not tried video through the UPnP server yet. Your modification to Discovery.pm, I don't seem to need that. I'm wondering if you have a route defined for multicast on your Solaris machine? Should be something like: # ipadm show-addr ADDROBJ TYPE STATE ADDR lo0/v4 static ok 127.0.0.1/8 net0/v4static static ok 192.168.254.35/24 lo0/v6 static ok ::1/128 # netstat -rn Routing Table: IPv4 Destination Gateway Flags Ref Use Interface -------------------- -------------------- ----- ----- ---------- --------- default 192.168.254.1 UG 2 26477 127.0.0.1 127.0.0.1 UH 2 1754 lo0 192.168.254.0 192.168.254.35 U 13 5348082 net0 224.0.0.0 192.168.254.35 U 1 0 net0 Routing Table: IPv6 Destination/Mask Gateway Flags Ref Use If --------------------------- --------------------------- ----- --- ------- ----- ::1 ::1 UH 2 28 lo0 # route -p show persistent: route add default 192.168.254.1 persistent: route add 224.0.0.0 sqboxsrv 0 ## grep sqboxsrv /etc/hosts 192.168.254.35 sqboxsrv loghost -- evoz4 ------------------------------------------------------------------------ evoz4's Profile: http://forums.slimdevices.com/member.php?userid=54972 View this thread: http://forums.slimdevices.com/showthread.php?t=93300 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
