LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-06-2018, 01:10 PM   #1
DarrenDrapkin
Member
 
Registered: Aug 2014
Location: Leeds, England
Distribution: Slackware x86 64 version 15.0
Posts: 127
Blog Entries: 3

Rep: Reputation: 27
Unhappy Recently updated Slackware does not run openoffice 4.1.5


After several years of faultless service the Latest version of open office refuses to run on the latest Slackware-current multilib ktown.

I start by trying to run openoffice from a terminal as root.
It wont-
Then I look up the missing file with locate. It finds it in several places.
Then I look up the same with slackpkg. It finds it in what looks like a mis-named package.
Code:
bash-4.4# soffice -writer
/opt/openoffice4/program/soffice.bin: error while loading shared libraries: libpng14.so.14: cannot open shared object file: No such file or directory
bash-4.4# locate libpng14.so.14
/usr/lib/libpng14.so.14
/usr/lib/libpng14.so.14.18.0
/usr/lib64/libpng14.so.14
/usr/lib64/libpng14.so.14.18.0
bash-4.4# slackpkg file-search libpng14.so.14

Looking for libpng14\.so\.14 in package list. Please wait... DONE

The list below shows the packages that contains "libpng14\.so\.14" file.

[ Status           ] [ Repository               ] [ Package                                  ]
   installed               multilib                     aaa_elflibs-compat32-14.2-x86_64-34compat32  

You can search specific packages using "slackpkg search package".


bash-4.4#

Last edited by DarrenDrapkin; 05-12-2018 at 04:34 PM.
 
Old 05-06-2018, 08:05 PM   #2
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,388

Rep: Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764
Quote:
Darren Drapkin
Dylexic and insane
Despite my trepidation.

Isn't it fun running -current?
In the recent updates to -current, the libpng packages was updated and the available shared library is now libpng16.so.16.34.0

I suggest you run /etc/cron.daily/mlocate as your locate database appears to be out of date.

That is not a 'mis-named' package, but it appears to be an out of date version from the multilib distributed by Alien_Bob. I suspect you need to upgrade your multilib install.

When running -current, things can break. If you want openoffice 4.1.5 then it will need to be rebuilt against the newer library.

Oh - and the general rule is 'do not run -current if you are not prepared to fix things for yourself'
 
1 members found this post helpful.
Old 05-07-2018, 06:07 AM   #3
DarrenDrapkin
Member
 
Registered: Aug 2014
Location: Leeds, England
Distribution: Slackware x86 64 version 15.0
Posts: 127

Original Poster
Blog Entries: 3

Rep: Reputation: 27
I have had a go at installing Libre Office since the last posting and it also does not work, for the same reason. as to libpng16.so.16.34.0 I seem to have it several times over


Code:
The list below shows the packages that contains "libpng16\.so\.16\.34\.0" file.

[ Status           ] [ Repository               ] [ Package                                  ]
   installed               multilib                     aaa_elflibs-compat32-14.2-x86_64-34compat32  
   installed               multilib                     libpng-compat32-1.6.34-x86_64-1compat32   
   installed               slackware64                  aaa_elflibs-14.2-x86_64-35                
   installed               slackware64                  libpng-1.6.34-x86_64-2
 
1 members found this post helpful.
Old 05-07-2018, 06:31 PM   #4
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
You should probably report a bug in libreoffice.
 
Old 05-07-2018, 06:41 PM   #5
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,388

Rep: Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764
The OP shows as running 'the latest Slackware-current multilib ktown'. This is maintained by Alien_Bob. I suggest you also install libreoffice as built by Alien_Bob. http://bear.alienbase.nl/mirrors/peo...s/libreoffice/
 
Old 05-07-2018, 06:50 PM   #6
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,180

Rep: Reputation: 7366Reputation: 7366Reputation: 7366Reputation: 7366Reputation: 7366Reputation: 7366Reputation: 7366Reputation: 7366Reputation: 7366Reputation: 7366Reputation: 7366
Quote:
Originally Posted by DarrenDrapkin View Post
I have had a go at installing Libre Office since the last posting and it also does not work, for the same reason. as to libpng16.so.16.34.0 I seem to have it several times over........
As Allend said, try Alien Bob's latest LibreOffice package. It works with -current. He has rebuilt it twice in recent weeks because of the changes in -current. It is running perfectly, as I type this, in another window.

http://slackware.uk/people/alien/sla...pkg64/current/

BTW, perhaps this thread should be moved to the Slackware Forum?

Last edited by cwizardone; 05-07-2018 at 06:53 PM.
 
2 members found this post helpful.
Old 05-10-2018, 05:22 PM   #7
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,388

Rep: Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764
From the ChangeLog for -current
Quote:
Thu May 10 21:01:11 UTC 2018
a/aaa_elflibs-14.2-x86_64-37.txz: Rebuilt.
Restored libpng14.so.14.
 
2 members found this post helpful.
Old 05-12-2018, 04:32 PM   #8
DarrenDrapkin
Member
 
Registered: Aug 2014
Location: Leeds, England
Distribution: Slackware x86 64 version 15.0
Posts: 127

Original Poster
Blog Entries: 3

Rep: Reputation: 27
Lightbulb

Thanks to all who have answered me, but I recieved some results from a build script from the following url https://github.com/Ponce/slackbuilds...ibpng-legacy14
 
  


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
was rkhunter updated recently? qwertyjjj Linux - Newbie 4 06-11-2010 09:40 AM
Openoffice willnot save to nfs share - Slackware 13.1 - Openoffice 3.2.0 nickboarder27 Slackware 2 06-05-2010 03:03 AM
Hi evry1, i couldnt run mp3 on my recently installed fedoro11 OS rishichenna Linux - Software 1 10-04-2009 05:24 AM
OpenOffice.org Updated With New Look DragonSlayer48DX Linux - News 0 05-09-2009 08:30 PM
How to get OpenOffice to run on Slackware 10.1? Basel Slackware 21 06-20-2005 06:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:51 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