Thanks for testing! It's the only way we'll catch all of these. I'm not sure about the semanage problem. The @INC problem is this:
Since I build on CentOS 5, perl_vendorlib expands to /usr/lib/perl5/vendor_perl/5.8.8. It looks like CentOS 4 (and derivatives like CC) only have perl 5.8.5. I suppose the "correct" solution is to build different RPMs for different target distros we want to support. I suspect that SD won't want the complexity of that. Other possible fixes that come to mind: - Violate the FHS and just move Slim/ under /usr/share/squeezecenter/ - Hardcode the RPM to put Slim/ directly under /usr/lib/perl5/vendor_perl/ - Modify bootstrap.pm to expand @INC to include /usr/lib/perl5/vendor_perl/5.8.8 - Others? -- Fletch ------------------------------------------------------------------------ Fletch's Profile: http://forums.slimdevices.com/member.php?userid=529 View this thread: http://forums.slimdevices.com/showthread.php?t=39789 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
