Void Linux discussion
 help / color / mirror / Atom feed
From: Mayuresh <mayuresh@acm.org>
To: Parke <parke.nexus@gmail.com>
Cc: voidlinux <voidlinux@googlegroups.com>
Subject: Re: Any way to get Adobe Acrobat reader on Void Linux?
Date: Wed, 3 May 2023 16:28:51 +0530	[thread overview]
Message-ID: <20230503105851.jeg75crmklnpil4h@localhost> (raw)
In-Reply-To: <d60f1f0c-c3be-4340-a9b0-39e1209bd5c4n@googlegroups.com>

On Mon, May 01, 2023 at 11:10:22AM -0700, Parke wrote:
> The following command might show you the libraries that 
> .../intellinux/bin/acroread expects.
> 
> ldd /opt/Adobe/Reader9/Reader/intellinux/bin/acroread

$ file /opt/Adobe/Reader9/Reader/intellinux/bin/acroread
/opt/Adobe/Reader9/Reader/intellinux/bin/acroread: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.2.5, stripped

$ ldd /opt/Adobe/Reader9/Reader/intellinux/bin/acroread
        not a dynamic executable

> You could also edit .../Reader9/bin/acroread on line 22 to run 
> .../intellinux/bin/acroread via strace.  That might give you some useful 
> info.

$ strace /opt/Adobe/Reader9/Reader/intellinux/bin/acroread
execve("/opt/Adobe/Reader9/Reader/intellinux/bin/acroread", ["/opt/Adobe/Reader9/Reader/intell"...], 0x7ffda41764f0 /* 72 vars */) = -1 ENOENT (No such file or directory)
strace: exec: No such file or directory
+++ exited with 1 +++


> As for how to install 32 bit libraries (which might actually fix the 
> problem), that I don't know.
> 
> Possibly also relevant:
> https://stackoverflow.com/a/67331180

Dealing with some place wanting that green tick mark and nothing else...

-- 
Mayuresh

-- 
You received this message because you are subscribed to the Google Groups "voidlinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to voidlinux+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/voidlinux/20230503105851.jeg75crmklnpil4h%40localhost.

  reply	other threads:[~2023-05-03 10:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-01 15:54 Mayuresh
2023-05-01 18:10 ` Parke
2023-05-03 10:58   ` Mayuresh [this message]
2023-05-03 19:52     ` Parke
2023-05-03 20:06   ` Leah Neukirchen
2023-05-04  1:02     ` Mayuresh
2023-05-04  4:26       ` Mayuresh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230503105851.jeg75crmklnpil4h@localhost \
    --to=mayuresh@acm.org \
    --cc=parke.nexus@gmail.com \
    --cc=voidlinux@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).