Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 631024 - media-sound/spotify-1.0.59: Can't run because of missing libraries (openssl and curl-openssl)
Summary: media-sound/spotify-1.0.59: Can't run because of missing libraries (openssl a...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-14 23:25 UTC by jorgicio
Modified: 2017-09-20 01:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.txt,8.38 KB, text/plain)
2017-09-14 23:26 UTC, jorgicio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jorgicio 2017-09-14 23:25:33 UTC
This happens when I want to run the Spotify client:

/opt/spotify/spotify-client/spotify: /usr/lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /opt/spotify/spotify-client/spotify)
/opt/spotify/spotify-client/spotify: /usr/lib64/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /opt/spotify/spotify-client/spotify)
/opt/spotify/spotify-client/spotify: /usr/lib64/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /opt/spotify/spotify-client/spotify)


I have installed curl 7.55.1 and openssl 1.0.2l.

Thanks.

Reproducible: Always
Comment 1 jorgicio 2017-09-14 23:26:02 UTC
Created attachment 494570 [details]
emerge --info
Comment 2 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2017-09-19 22:11:53 UTC
Does it actually cause something to fail?  IIRC it's going to do this if you do not have the nostrip feature flag enabled in make.conf.  I get the same error and worksforme.
Comment 3 jorgicio 2017-09-19 22:26:58 UTC
(In reply to Matthew Thode ( prometheanfire ) from comment #2)
> Does it actually cause something to fail?  IIRC it's going to do this if you
> do not have the nostrip feature flag enabled in make.conf.  I get the same
> error and worksforme.

I tried both enabled and disabled, and the same happens.
Comment 4 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2017-09-19 22:31:27 UTC
Does it cause something to fail??
Comment 5 jorgicio 2017-09-19 23:15:27 UTC
I don't know, so that's why I reported this issue.

Even rebuilding both packages didn't solve it.
Comment 6 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2017-09-19 23:25:56 UTC
Ah, in that case I'm going to close this unless something is actually broken.
Comment 7 jorgicio 2017-09-19 23:47:59 UTC
In fact, it does.

The spotify binary looks for missing symbols.

Anywhere, I found a workaround to get rid of this issue: https://github.com/saboya/spotify-patcher

It fixes the issue, although that's not a very nice solution. But at least it works.
Comment 8 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2017-09-20 01:08:33 UTC
yep, doesn't look like it's harmful, annoying sure, but not harmful.