LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 11-22-2016, 04:59 PM   #1
PROBLEMCHYLD
Senior Member
 
Registered: Apr 2015
Posts: 1,201

Rep: Reputation: Disabled
Tracking down dependencies for Ocenaudio


Can someone point me in the right direction please. I'm trying to replace audacity with ocenaudio and it needs these

Code:
libQt5Concurrent.so.5
libQt5Core.so.5
libQt5Gui.so.5
libQt5Network.so.5
libQt5Widgets.so.5
libbase.so.3.1
libcrypto.so.10
libdspb.so.3.1
libiaudio.so.3.1
libjack.so.0
liblzma.so.0
libocen.so.3.1
libqtocen.so.3.1
libssl.so.10
 
Old 11-22-2016, 05:04 PM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,062

Rep: Reputation: Disabled
For those possibly available in Slackware you can use the Slackware Package Browser and possibly those whose name begins with libQt5 come with Qt5.

PS Is it open source? Where did you get the source? I can' find in this page: https://www.ocenaudio.com/download

Last edited by Didier Spaier; 11-22-2016 at 05:21 PM.
 
Old 11-22-2016, 05:26 PM   #3
PROBLEMCHYLD
Senior Member
 
Registered: Apr 2015
Posts: 1,201

Original Poster
Rep: Reputation: Disabled
I converted the rpm package using src2pkg and installed it. It says I'm missing those dependencies.
 
Old 11-22-2016, 05:36 PM   #4
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,062

Rep: Reputation: Disabled
Good luck.
 
Old 11-22-2016, 06:15 PM   #5
PROBLEMCHYLD
Senior Member
 
Registered: Apr 2015
Posts: 1,201

Original Poster
Rep: Reputation: Disabled
Yeah, I know. Looks like I'll be spending my thanksgiving weekend trying to track them down. Thanks for the link
 
Old 11-22-2016, 06:23 PM   #6
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,338

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
I install and running good.

I use qt5 from slackbuilds , and later the ".deb" package for 64bits --> Compatível com Debian e Ubuntu 15.04 (64 bits)


You need only build and install qt5


I dont know how running the .rpm packages version.
 
Old 11-23-2016, 08:56 AM   #7
PROBLEMCHYLD
Senior Member
 
Registered: Apr 2015
Posts: 1,201

Original Poster
Rep: Reputation: Disabled
How did you install the deb package?
 
Old 11-23-2016, 09:04 AM   #8
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by PROBLEMCHYLD View Post
How did you install the deb package?
Grab deb2tgz and run it against the .deb file. It will convert it to a Slackware package that you can then install.
 
Old 11-27-2016, 02:46 PM   #9
PROBLEMCHYLD
Senior Member
 
Registered: Apr 2015
Posts: 1,201

Original Poster
Rep: Reputation: Disabled
I installed these packages

ocenaudio-debian 32 bit
jack-audio-connection-kit-0.125.0
qt5-5.7.0

and it still says I'm missing the following

libcrypto.so.10
libssl.so.10
 
Old 11-27-2016, 04:09 PM   #10
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
libcrypto and libssl are both part of the openssl package. If you have that installed but it still isn't picking them up, it is either due to you not having a symlink for the .10 of both files setup (libcrypto.so.1.0.0 -> libcrypto.so.10), or the package was built against a different version of openssl and is incompatible with it. If it's just the first, symlinking both files should fix it. If it's the latter, you have to recompile the program.

When you get pre-compiled binaries (especially for other distros), you can run into issues like this.
 
Old 11-28-2016, 03:29 AM   #11
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
Originally Posted by PROBLEMCHYLD View Post
Yeah, I know. Looks like I'll be spending my thanksgiving weekend trying to track them down. Thanks for the link
Maybe whwaveedit is also a suitable alternative for you. At least, it's more easy to install and the sources are available.
 
Old 11-28-2016, 04:00 AM   #12
PROBLEMCHYLD
Senior Member
 
Registered: Apr 2015
Posts: 1,201

Original Poster
Rep: Reputation: Disabled
This is the errors I get
Code:
 /opt/ocenaudio/bin/ocenaudio %F
/opt/ocenaudio/bin/ocenaudio: /lib/libcrypto.so.1.0.0: no version information available (required by /opt/ocenaudio/bin/../lib/libbase.so.3.1)
/opt/ocenaudio/bin/ocenaudio: /lib/libssl.so.1.0.0: no version information available (required by /opt/ocenaudio/bin/../lib/libbase.so.3.1)
ocenaudio 3.1.10 / QtVersion: 5.7.0
User Agent: ocenaudio/3.1.10 (Linux i686; Slackware 14.2; ocen build 30110 32-bit; QtVersion 5.7.0)
This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, xcb.

Reinstalling the application may fix this problem.
I'm not sure what to do far as rebuild the package or symlink it. I don't know how to do either, so some guidance would help me out very much. Thanks

Last edited by PROBLEMCHYLD; 11-28-2016 at 04:09 AM.
 
Old 11-28-2016, 07:05 AM   #13
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
You can try the following, but I have no idea if it will work or if there'll be other complaints from the program. As for rebuilding, it seems this is a closed source package that only offers binary downloads. As a tangent, why do you want to move from an open source program that you can compile specifically to your system to a closed source program that you can only use binary releases (and then have to modify your system to be able to even use that binary release)? It seems like a major step backwards for, as far as I can tell, no benefit.

Code:
ln -s /lib/libcrypto.so.1.0.0 /lib/libcrypto.so.10
ln -s /lib/libssl.so.1.0.0 /lib/libssl.so.10
 
Old 12-11-2016, 02:51 PM   #14
PROBLEMCHYLD
Senior Member
 
Registered: Apr 2015
Posts: 1,201

Original Poster
Rep: Reputation: Disabled
I tried the commands, they didn't work for me. You got any other suggestions?
 
Old 12-11-2016, 02:56 PM   #15
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,062

Rep: Reputation: Disabled
Quote:
Originally Posted by PROBLEMCHYLD View Post
I tried the commands, they didn't work for me. You got any other suggestions?
Either find help from the developers of Ocenaudio or use an open source software instead.

I suggest that because I doubt that you will find readers of this thread willing to reverse engineer Ocenaudio.

Last edited by Didier Spaier; 12-11-2016 at 02:59 PM.
 
  


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
Ip tracking rjw409 Linux - Newbie 4 06-22-2014 11:16 PM
LXer: OcenAudio – Easy to use audio editor LXer Syndicated Linux News 0 07-19-2012 07:10 PM
tracking ik_nitk Programming 1 01-17-2006 01:22 PM
tracking what i said... lefty.crupps LQ Suggestions & Feedback 4 05-01-2005 01:45 AM
I recieve a failed dependencies error, but I have all required dependencies Laptop2250 Linux - Software 15 02-03-2004 07:58 PM

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

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