bengt.lindholm@xxxxxxxxx wrote:
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?
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.