Am Freitag, den 31.03.2006, 15:11 +0200 schrieb bengt.lindholm@xxxxxxxxx: > >>>bengt lindholm salnet fi wrote: > >>> > >>> After last yum-update I can't start acroread: > >>> > >>> /usr/local/Adobe/Acrobat7.0/Reader/intellinux/bin/acroread: error while > >>> loading shared libraries: /usr/local/Adobe/Acrobat7. > >>> 0/Reader/intellinux/lib/libJP2K.so: > >>> cannot restore segment prot after reloc: Permission denied > >>> > >>> What to do? > > >>Try: > >> > >># chcon -t textrel_shlib_t /usr/local/Adobe/Acrobat7. > 0/Reader/intellinux/lib/libJP2K.so > >> > >>(that's all one line) > >> > >>Paul. > > > >>Thanks, that solved the libJP2K.so. The chcon -t textrel_shlib_t solved > also > the next libCoolType.so -permission denied problem and AdobeReader starts, > but > new problems popped up: > > >>There was an error while loading the AcroForm.api, checkers.api, EFS.api, > ewh. > api, > >>MakeAccessible.api, PPKLite.api, SearchFind.api, SOAP.api, Accessibility. > api, > Annots.api, DigSig.api, LegalPDF.api. > > >>There seems to be some deeper problems? > > >>Bengt > > > >If you do "setenforce 0" (as root), does it then work? > >If so, look in /var/log/messages and/or /var/log/audit/audit.log for SELimux > errors and see what's there. > > >Paul. > > That's it, SELinux is behind the problem. Only I like to keep SELinux > enforcing-mode activ and at the same time I need AdobeReader. Anything to solve > that conflict? Hi, I have done 2 things to fix it: $ chcon -t textrel_shlib_t /usr/local/Adobe/Acrobat7.0/Reader/intellinux/lib/*.so and then $ chcon -t textrel_shlib_t /usr/local/Adobe/Acrobat7.0/Reader/intellinux/plug_ins/*.api That fixed the problem for me. Reinhard > > Bengt >