On 4/13/06, Paul Howarth <paul@xxxxxxxxxxxx> wrote: > OK, so where are the files libCoolType.so.5.01 and libcrypto.so.0.9.6 on > your system? > > /usr/local/Adobe/Acrobat7.0/Reader/intellinux/lib ? > > Does this help: > > # chcon -t textrel_shlib_t \ > /usr/local/Adobe/Acrobat7.0/Reader/intellinux/lib/*.so* The above solved the problem. And $ locate libCoolType.so.5.01 /usr/local/Adobe/Acrobat7.0/Reader/intellinux/lib/libCoolType.so.5.01 $locate libcrypto.so.0.9.6 /usr/local/Adobe/Acrobat7.0/Reader/intellinux/lib/libcrypto.so.0.9.6 $ Will it be such a mess whenever SELinux is updated? I really hope not... :-) Paul