kolding;271964 Wrote: > It pulled a new version of perl which is claiming to not support weak > references, and compilation is failing when it attempts to load > SqueezeCenter. So right now, I'm dead in the water until I can figure > out how to back out this version of perl, or the Fedora gods release a > new version which fixes this. > > Eric
You can fix this by becoming root then run perl -MCPAN -e shell then from perl command line force install Scalar::Util basically the new build of perl that is in the yum repository was built with the non-XS version of Scalar::Util reference is here http://dewarim.de/wms/programme/weak_references.html .brendan -- bminish ------------------------------------------------------------------------ bminish's Profile: http://forums.slimdevices.com/member.php?userid=15659 View this thread: http://forums.slimdevices.com/showthread.php?t=43745 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive
