Bugzilla – Bug 5997
library search path appears different on i386 and x86_64
Last modified: 2007-11-02 03:56:53 UTC
I've been working on SELinux rules to add to the new RPM FLetch is developing. http://forums.slimdevices.com/showthread.php?t=39789 It seems to work OK for me, but Fletch and Ramage are reporting problems with mysql.so (the texrel_shlib_t issue) Fletch is on i386 and I am on x86_64. Not sure about Ramage. I can see that my install is using mysql.so from the perl-DBD-MySQL RPM, which works OK, but on i386 it tries to use mysql.so from the Slim CPAN dir. I can only conclude from this that there is something wrong with the library search path on the x86_64 platform which ironically allows Squeezecenter to run OK without having to fix up SELinux policy for mysql.so!
False alarm - this is not the problem.