LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-24-2013, 03:34 AM   #16
devdol
Member
 
Registered: Dec 2005
Distribution: debian (testing/unstable)
Posts: 68

Rep: Reputation: 17
libxml2.so.2


Btw, the latest Version can be found at the ftp site only (ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/), while the "official" download site still offers 9.4.2-1 :-]

Last edited by devdol; 05-24-2013 at 06:47 AM. Reason: improper subforum
 
Old 05-24-2013, 04:23 AM   #17
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Adobe reader is working fine here without additional packages

Please note that this is slackware sub forum, so apt-get is not a solution here
 
Old 05-24-2013, 06:37 AM   #18
devdol
Member
 
Registered: Dec 2005
Distribution: debian (testing/unstable)
Posts: 68

Rep: Reputation: 17
Quote:
Originally Posted by willysr View Post
Adobe reader is working fine here without additional packages

Please note that this is slackware sub forum, so apt-get is not a solution here
... oops, sorry: I was blind. Nevertheless, at the very moment - after a dist-upgrade on debian apt-get isn't a solution anymore :-/
 
Old 02-17-2019, 10:06 PM   #19
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Original Poster
Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
It is an old thread, but it still applies.

As i said the other day,

Quote:
Originally Posted by cwizardone View Post
......Adobe-Reader-9.5.5.1, which has worked for years on my Multilib system, no longer works with the 4.19.20 or 4.19.21 kernels. It did work with the 4.19.19 kernel. Good thing Okular is almost "there."

Acroread will start and you can look at the different commands on the tool bar, but the moment I click on "Open," it crashes, i.e., disappears in a flash with this error,

dirname: missing operand

.........................
Nothing in this thread or any of the others on the subject fixes the problem, but I just noticed an interesting twist.
Acroread will open a .pdf file IF done so from another application.
For example, you are in your favorite file manager and come across a .pdf. If you right click on the
file you are given an option to open the file with one or more applications. I can do that and it works, but, as previously mentioned I cannot open a file directly from acroread.

Any ideas?

Thanks.
 
Old 02-18-2019, 11:40 AM   #20
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Original Poster
Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
It is also possible to open a .pdf from the command line (in a terminal) using,

acroread /path-to/examplefilename.pdf

However, as said before, acroread will crash if you try to open a file from the GUI tool bar using, File > Open.
 
Old 02-18-2019, 12:08 PM   #21
BradReed
Member
 
Registered: Apr 2015
Location: Earth
Distribution: Slackware-current
Posts: 106

Rep: Reputation: 55
I'm seeing the same with kernel 4.20.10. acroread opens pdfs fine from command line, or from recent history, but immediately crashes from the open menu command.
 
1 members found this post helpful.
Old 02-18-2019, 12:32 PM   #22
BradReed
Member
 
Registered: Apr 2015
Location: Earth
Distribution: Slackware-current
Posts: 106

Rep: Reputation: 55
Tail end of a strace showed:

openat(AT_FDCWD, "/usr/lib/libcroco-0.6.so.3", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 16
read(16, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340r\0\0004\0\0\0"..., 512) = 512
fstat64(16, {st_mode=S_IFREG|0755, st_size=247400, ...}) = 0
mmap2(NULL, 250208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 16, 0) = 0xf350a000
mmap2(0xf3545000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 16, 0x3a000) = 0xf3545000
close(16) = 0
mprotect(0xf3545000, 8192, PROT_READ) = 0
mprotect(0xf1dd9000, 176128, PROT_READ) = 0
mprotect(0xf354b000, 4096, PROT_READ) = 0
futex(0xf64c2dc8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0xf6da46f0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SI_KERNEL, si_addr=NULL} ---
getpid() = 25697
rt_sigaction(SIGABRT, {sa_handler=SIG_DFL, sa_mask=[ABRT], sa_flags=SA_RESTART}, {sa_handler=0x8509c3e, sa_mask=[], sa_flags=0}, 8) = 0
exit_group(1) = ?
+++ exited with 1 +++

bt from gdb showed:

Thread 1 "acroread" received signal SIGSEGV, Segmentation fault.
0xf12045c9 in ?? () from /usr/lib/librsvg-2.so.2
(gdb) bt
#0 0xf12045c9 in ?? () from /usr/lib/librsvg-2.so.2
#1 0xf100e161 in ?? () from /usr/lib/librsvg-2.so.2
#2 0xf10574d0 in ?? () from /usr/lib/librsvg-2.so.2
#3 0xf0fd6659 in ?? () from /usr/lib/librsvg-2.so.2
#4 0xf652a888 in g_type_create_instance () from /usr/lib/libgobject-2.0.so.0
#5 0xf6507476 in ?? () from /usr/lib/libgobject-2.0.so.0
#6 0xf6508ddc in g_object_new_with_properties () from /usr/lib/libgobject-2.0.so.0
#7 0xf65096d6 in g_object_new () from /usr/lib/libgobject-2.0.so.0
#8 0xf0fd6710 in rsvg_handle_new () from /usr/lib/librsvg-2.so.2
#9 0xf34753b4 in ?? () from /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
#10 0xf65a6edb in ?? () from /usr/lib/libgdk_pixbuf-2.0.so.0
#11 0xf65a78a3 in gdk_pixbuf_loader_close () from /usr/lib/libgdk_pixbuf-2.0.so.0
#12 0xf65a3cfc in ?? () from /usr/lib/libgdk_pixbuf-2.0.so.0
#13 0xf65a4ea5 in gdk_pixbuf_new_from_stream_at_scale () from /usr/lib/libgdk_pixbuf-2.0.so.0
#14 0xf67a6492 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#15 0xf67a9b81 in gtk_icon_info_load_icon () from /usr/lib/libgtk-x11-2.0.so.0
#16 0xf67babde in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#17 0xf67bad29 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#18 0xf67bae38 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#19 0xf6501575 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#20 0xf6515f2a in ?? () from /usr/lib/libgobject-2.0.so.0
#21 0xf651f622 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#22 0xf65201ca in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#23 0xf685bab5 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#24 0xf685c6df in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#25 0xf69190d7 in gtk_widget_size_request () from /usr/lib/libgtk-x11-2.0.so.0
#26 0xf671d4b3 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#27 0xf6501575 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#28 0xf6515f2a in ?? () from /usr/lib/libgobject-2.0.so.0
#29 0xf651f622 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#30 0xf65201ca in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#31 0xf685bab5 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#32 0xf685c6df in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#33 0xf69190d7 in gtk_widget_size_request () from /usr/lib/libgtk-x11-2.0.so.0
--Type <RET> for more, q to quit, c to continue without paging--c
#34 0xf68c6eec in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#35 0xf6501575 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#36 0xf6515f2a in ?? () from /usr/lib/libgobject-2.0.so.0
#37 0xf651f622 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#38 0xf65201ca in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#39 0xf685bab5 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#40 0xf685c6df in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#41 0xf69190d7 in gtk_widget_size_request () from /usr/lib/libgtk-x11-2.0.so.0
#42 0xf68bd08f in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#43 0xf68c0c7c in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#44 0xf6501575 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#45 0xf6515f2a in ?? () from /usr/lib/libgobject-2.0.so.0
#46 0xf651f622 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#47 0xf65201ca in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#48 0xf685bab5 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#49 0xf685c6df in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#50 0xf69190d7 in gtk_widget_size_request () from /usr/lib/libgtk-x11-2.0.so.0
#51 0xf6714e5d in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#52 0xf6501575 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#53 0xf6515f2a in ?? () from /usr/lib/libgobject-2.0.so.0
#54 0xf651f622 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#55 0xf65201ca in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#56 0xf685bab5 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#57 0xf685c6df in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#58 0xf69190d7 in gtk_widget_size_request () from /usr/lib/libgtk-x11-2.0.so.0
#59 0xf68102eb in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#60 0xf6501575 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#61 0xf6515f2a in ?? () from /usr/lib/libgobject-2.0.so.0
#62 0xf651f622 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#63 0xf65201ca in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#64 0xf685bab5 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#65 0xf685c6df in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#66 0xf69190d7 in gtk_widget_size_request () from /usr/lib/libgtk-x11-2.0.so.0
#67 0xf6714e5d in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#68 0xf6501575 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#69 0xf6515f2a in ?? () from /usr/lib/libgobject-2.0.so.0
#70 0xf651f622 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#71 0xf65201ca in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#72 0xf685bab5 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#73 0xf685c6df in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#74 0xf69190d7 in gtk_widget_size_request () from /usr/lib/libgtk-x11-2.0.so.0
#75 0xf6714e5d in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#76 0xf6501575 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#77 0xf6515f2a in ?? () from /usr/lib/libgobject-2.0.so.0
#78 0xf651f622 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#79 0xf65201ca in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#80 0xf685bab5 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#81 0xf685c6df in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#82 0xf69190d7 in gtk_widget_size_request () from /usr/lib/libgtk-x11-2.0.so.0
#83 0xf6714e5d in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#84 0xf6501575 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#85 0xf6515f2a in ?? () from /usr/lib/libgobject-2.0.so.0
#86 0xf651f622 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#87 0xf65201ca in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#88 0xf685bab5 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#89 0xf685c6df in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#90 0xf69190d7 in gtk_widget_size_request () from /usr/lib/libgtk-x11-2.0.so.0
#91 0xf6714e5d in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#92 0xf6501575 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#93 0xf6515f2a in ?? () from /usr/lib/libgobject-2.0.so.0
#94 0xf651f622 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#95 0xf65201ca in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#96 0xf685bab5 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#97 0xf685c6df in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#98 0xf69190d7 in gtk_widget_size_request () from /usr/lib/libgtk-x11-2.0.so.0
#99 0xf692ae3b in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#100 0xf6501662 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#101 0xf6515f2a in ?? () from /usr/lib/libgobject-2.0.so.0
#102 0xf651f622 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#103 0xf65201ca in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#104 0xf685bab5 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#105 0xf685c6df in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#106 0xf69190d7 in gtk_widget_size_request () from /usr/lib/libgtk-x11-2.0.so.0
#107 0xf692b961 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#108 0xf692e4c6 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#109 0xf6501662 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#110 0xf6515f2a in ?? () from /usr/lib/libgobject-2.0.so.0
#111 0xf651f622 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#112 0xf651fcd3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#113 0xf69216ec in gtk_widget_show () from /usr/lib/libgtk-x11-2.0.so.0
#114 0xf6753b08 in gtk_dialog_run () from /usr/lib/libgtk-x11-2.0.so.0
#115 0x08505a43 in _start ()

Not sure if this is of any use. Nothing jumped out at me as useful.
 
1 members found this post helpful.
Old 11-10-2019, 09:05 AM   #23
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Original Poster
Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Well, I just noticed Adobe Reader-9.5.5.1, is working again, that is, a .pdf file can be opened from within the program.
As described above, a file could be opened "remotely," e.g., from within a file manager, but not directly from within acroread.
I have no idea what fixed the problem, perhaps, a kernel upgrade or video driver, but, regardless, it is fixed.
Just FYI.
 
Old 11-10-2019, 12:17 PM   #24
ehartman
Senior Member
 
Registered: Jul 2007
Location: Delft, The Netherlands
Distribution: Slackware
Posts: 1,674

Rep: Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888
Quote:
Originally Posted by guanx View Post
A stupid question: Where did you find 9.5.1-1?
The last (ever) official release of AdobeReader can be found at http://ftp.adobe.com/pub/adobe/reade...9.x/9.5.5/enu/
Note that those files are already 6 years old and 32-bit only, so you'll need the multilib (32-bit) package of xz (cq liblzma.so) installed in your system.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dear Honeyhooker can run Adobe Photoshop and Adobe Reader,is that possible llmi187 Linux - Software 4 01-30-2012 04:46 AM
[SOLVED] Removing Adobe Acrobat Reader installed from Adobe's binary jrdioko Linux - Software 5 05-07-2011 08:38 PM
[SOLVED] Latest updates to -current broke alt-tab in kde vulcan59 Slackware 10 03-12-2011 03:19 PM
Slim free PDF Reader as alternative to Adobe Reader cccc Debian 6 10-14-2010 02:51 PM
Adobe PDF Reader broke epiphany file associations silex_88 Linux - Software 0 05-05-2007 05:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration