LinuxQuestions.org
Review your favorite Linux distribution.
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 11-03-2018, 01:54 PM   #1
przemo
Member
 
Registered: Feb 2016
Location: cork.ie
Distribution: Slackware-current
Posts: 162

Rep: Reputation: Disabled
Lightworks


Code:
przemo@thinkbox.net [~] $ lightworks 
/usr/lib/lightworks/ntcardvt: error while loading shared libraries: libcrypto.so.10: cannot open shared object file: No such file or directory
przemo@thinkbox.net [~] $ lightworks 
/usr/lib64/lightworks/ntcardvt: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory
how to fix it
 
Old 11-03-2018, 02:35 PM   #2
Qury
Member
 
Registered: Feb 2004
Location: Naas,IE
Distribution: Slackware
Posts: 212

Rep: Reputation: 184Reputation: 184
Are you on slackware? If so, which version?

But to answer your question, you need the missing libraries and then you will be fine.
 
Old 11-03-2018, 02:51 PM   #3
przemo
Member
 
Registered: Feb 2016
Location: cork.ie
Distribution: Slackware-current
Posts: 162

Original Poster
Rep: Reputation: Disabled
i am on current and cannot get these versions of files
 
Old 11-03-2018, 03:25 PM   #4
interndan
Member
 
Registered: Aug 2004
Location: near Marion, Ill
Distribution: Slackware 15 64bit on Desktop Slackwarearm on Raspberry PI v1b
Posts: 381

Rep: Reputation: 38
I think the problem is a naming convention difference between Distros. Try this:

Code:
ln -s /usr/lib64/libcrypto.so.1.0 /usr/lib64/libcrypto.so.10
and:
Code:
ln -s /usr/lib64/libjpeg.so.8.0.1 /usr/lib64/libjpeg.so.8
 
Old 11-03-2018, 03:25 PM   #5
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,048

Rep: Reputation: Disabled
Whre does you lightwork comes from? http://slackbuilds.org? If yes, be aware that they don't support current, but you may post the issue here but maybe that's more for building that running issues.
 
Old 11-03-2018, 03:52 PM   #6
przemo
Member
 
Registered: Feb 2016
Location: cork.ie
Distribution: Slackware-current
Posts: 162

Original Poster
Rep: Reputation: Disabled
i got slackbuild from ponce repo except i did modified it to build against 14.5.0.deb package from lightworks website
 
Old 11-03-2018, 04:10 PM   #7
przemo
Member
 
Registered: Feb 2016
Location: cork.ie
Distribution: Slackware-current
Posts: 162

Original Poster
Rep: Reputation: Disabled
i`ve tried symlink trick but got this error:
Code:
lightworks 
/usr/lib64/lightworks/ntcardvt: /usr/lib64/libjpeg.so.8: version `LIBJPEG_8.0' not found (required by /usr/lib64/lightworks/libOS.so)
 
Old 11-03-2018, 04:19 PM   #8
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,048

Rep: Reputation: Disabled
Quote:
Originally Posted by przemo View Post
i got slackbuild from ponce repo except i did modified it to build against 14.5.0.deb package from lightworks website
Just revert to the version ponce proposes, which is 14.0.0 at time of writing, or politely request him to update if that really provides huge enhancements.
 
Old 11-03-2018, 04:22 PM   #9
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,048

Rep: Reputation: Disabled
Quote:
Originally Posted by przemo View Post
i`ve tried symlink trick but got this error:
Code:
lightworks 
/usr/lib64/lightworks/ntcardvt: /usr/lib64/libjpeg.so.8: version `LIBJPEG_8.0' not found (required by /usr/lib64/lightworks/libOS.so)
This is not surprising. Making blindly such symlinks is generally a bad advice, furthermore you didn't install a package intended for another distro. Fortunately
 
Old 11-03-2018, 04:58 PM   #10
przemo
Member
 
Registered: Feb 2016
Location: cork.ie
Distribution: Slackware-current
Posts: 162

Original Poster
Rep: Reputation: Disabled
is the same with ponce repo version, luckily flowblade is working but lightworks is way better

Last edited by przemo; 11-03-2018 at 05:15 PM.
 
Old 11-17-2018, 01:32 PM   #11
djemos
LQ Newbie
 
Registered: Mar 2012
Posts: 13

Rep: Reputation: Disabled
Quote:
Originally Posted by przemo View Post
i am on current and cannot get these versions of files
Download
http://www.slackel.gr/repo/source/ex...x86_64-1dj.txz
http://www.slackel.gr/repo/source/ex...6_64-1_SBo.txz
http://www.slackel.gr/repo/source/ex...x86_64-1dj.txz
 
Old 11-18-2018, 04:03 AM   #12
igor_ubuntu
Member
 
Registered: Jan 2014
Posts: 32

Rep: Reputation: Disabled
Dimitris, thank you very much !!

https://i.imgur.com/4VRlark.png

Last edited by igor_ubuntu; 11-18-2018 at 04:50 AM.
 
Old 11-18-2018, 02:54 PM   #13
igor_ubuntu
Member
 
Registered: Jan 2014
Posts: 32

Rep: Reputation: Disabled
AFAIU
We should use these pkgs at our own risk because:

Quote:
one[~]$ sudo spkg ./libjpeg8-8d-x86_64-1dj.txz
Installing package libjpeg8-8d-x86_64-1dj...
WARNING: File exists, where symlink should be created. It will be removed. (usr/lib64/libjpeg.so)
| libjpeg8 (high-speed version of libjpeg)
|
| libjpeg8 is a high-speed version of libjpeg for x86 and x86-64
| processors which uses SIMD instructions to accelerate baseline JPEG
| compression and decompression. libjpeg-turbo is generally 2-4x as
| fast as the unmodified version of libjpeg, all else being equal.

WARNING: File already exist usr/bin/cjpeg (it will be replaced)
WARNING: File already exist usr/bin/djpeg (it will be replaced)
WARNING: File already exist usr/bin/jpegtran (it will be replaced)
WARNING: File already exist usr/bin/rdjpgcom (it will be replaced)
WARNING: File already exist usr/bin/wrjpgcom (it will be replaced)
WARNING: File already exist usr/include/jconfig.h (it will be replaced)
WARNING: File already exist usr/include/jerror.h (it will be replaced)
WARNING: File already exist usr/include/jmorecfg.h (it will be replaced)
WARNING: File already exist usr/include/jpeglib.h (it will be replaced)
WARNING: File already exist usr/man/man1/cjpeg.1.gz (it will be replaced)
WARNING: File already exist usr/man/man1/djpeg.1.gz (it will be replaced)
WARNING: File already exist usr/man/man1/jpegtran.1.gz (it will be replaced)
WARNING: File already exist usr/man/man1/rdjpgcom.1.gz (it will be replaced)
WARNING: File already exist usr/man/man1/wrjpgcom.1.gz (it will be replaced)
one[~]$
 
Old 11-20-2018, 02:30 PM   #14
djemos
LQ Newbie
 
Registered: Mar 2012
Posts: 13

Rep: Reputation: Disabled
Quote:
Originally Posted by igor_ubuntu View Post
AFAIU
We should use these pkgs at our own risk because:
lightworks just need the libjpeg.so.8.4.0. lightworks just need the libjpeg.so.8.4.0. The source package i found and use is here https://ftp.uni-erlangen.de/debian/p...8d.orig.tar.gz

So i have modified the http://www.slackel.gr/repo/source/ex...jpeg8/SLKBUILD to only install this lib and nothing else.

So libjpeg-turbo can coexist too.
download the new rebuild package http://www.slackel.gr/repo/source/ex...x86_64-1dj.txz

sudo removepkg libjpeg-turbo
sudo removepkg libjpeg8
sudo slapt-get -i libjpeg-turbo
sudo installpkg libjpeg8-8d-x86_64-1dj.txz

There will be no replace messages.

Last edited by djemos; 11-20-2018 at 02:40 PM.
 
Old 11-20-2018, 03:58 PM   #15
igor_ubuntu
Member
 
Registered: Jan 2014
Posts: 32

Rep: Reputation: Disabled
Dimitris has added on slackel 64bit repos the lwks and nvidia-cg-toolkit and libjpeg8.

So typing just

Code:
sudo slapt-get -u
Code:
sudo slapt-get -i lwks
will install lwks and also the deps nvidia-cg-toolkit and libjpeg8.


Dimitris, many thanks !!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[SOLVED] Getting Lightworks to work on Slackware 14.1 64bit SW64 Slackware 5 10-31-2015 03:41 PM
Lightworks on Gentoo issue erg Linux - Software 1 06-20-2014 01:40 AM
LXer: Lightworks for Linux: The developers story LXer Syndicated Linux News 0 10-18-2012 01:20 AM
LXer: Lightworks will be available to download at November 29 LXer Syndicated Linux News 0 11-10-2010 07:30 PM
Lightworks released as open source ANO1453 Linux - News 2 09-25-2010 09:48 AM

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

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