LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Message: "Abort (core dumped)", running Acrobat (https://www.linuxquestions.org/questions/linux-software-2/message-abort-core-dumped-running-acrobat-173527/)

caesius_01 04-22-2004 09:19 PM

Message: "Abort (core dumped)", running Acrobat
 
I'm quite a fan of Adobe Acrobat, and was also quite dissapointed when it wouldn't run. So I googled around but found nothing useful.

When '/usr/local/Acrobat5/bin/acroread' is run, I receive the message: "Warning: charset "UTF-8" not supported, using "ISO8859-1". Abort (core dumped)

Not a message that I can make too much sense of. Anyone else?

System is PII laptop, RH9.

Cheers,
- Ben

IBall 04-22-2004 10:54 PM

As root, edit the acroread script:

Add the following lines just below #! /bin/sh

Code:

LANG=en_US
export LANG

I hope this solves your problem
--Ian

NB: The search function works very well on this site, as does google. I have posted this answer several times before :)


All times are GMT -5. The time now is 02:00 AM.