Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
spotify-1.2.13 complaining about libcurl.so.4
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
rmcampos0
n00b
n00b


Joined: 06 Jun 2023
Posts: 7
Location: Joinville, Brazil

PostPosted: Thu Jul 27, 2023 12:50 pm    Post subject: spotify-1.2.13 complaining about libcurl.so.4 Reply with quote

Hi everybody! I'm facing a possible bug with media-sound/spotify-1.2.13 and curl (net-misc/curl-8.2.0-r1).

If I launch Spotify from the menu, no errors at all, but from terminal:
Code:

/opt/spotify/spotify-client/spotify: /usr/lib64/libcurl.so.4: no version information available (required by /opt/spotify/spotify-client/spotify)
/opt/spotify/spotify-client/spotify: /usr/lib64/libcurl.so.4: no version information available (required by /opt/spotify/spotify-client/spotify)
/opt/spotify/spotify-client/spotify: /usr/lib64/libcurl.so.4: no version information available (required by /opt/spotify/spotify-client/spotify)


Any ideas? Thanks in advance.

PS: This is a fresh Gentoo, with "nomultilib" profile and OpenRC.
PS 2: My DE is a minimal Fluxbox;

I've found an old bug about Spotify and CURL here: https://bugs.gentoo.org/651770 but this is super old and may not apply anymore.
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 21715

PostPosted: Thu Jul 27, 2023 1:34 pm    Post subject: Reply with quote

The Gentoo bug report you cited does not appear to be relevant here. It looks like this was previously reported in /usr/lib64/libcurl.so.4: no version information available. Unfortunately, although that poster identified Spotify as the culprit, no solution was provided. I see other hits searching for that error, but none that look relevant. My first inclination would be to recompile+relink Spotify locally. However, you may have difficulty obtaining the source required to do that. If you ignore this diagnostic, does Spotify otherwise work? You may need to contact the Spotify developers for assistance.
Back to top
View user's profile Send private message
rmcampos0
n00b
n00b


Joined: 06 Jun 2023
Posts: 7
Location: Joinville, Brazil

PostPosted: Thu Jul 27, 2023 1:36 pm    Post subject: Reply with quote

Sadly Spotify does not work :( . I'm using the web version meanwhile.

Thank you anyways.
Back to top
View user's profile Send private message
rmcampos0
n00b
n00b


Joined: 06 Jun 2023
Posts: 7
Location: Joinville, Brazil

PostPosted: Wed Aug 02, 2023 12:18 pm    Post subject: Reply with quote

I asked a question on Spotify Community forums, in case anyone else get interested: https://community.spotify.com/t5/Desktop-Linux/Unable-to-open-Spotify-on-Gentoo-Linux-due-to-libcurl-so-4/td-p/5617744
Back to top
View user's profile Send private message
rmcampos0
n00b
n00b


Joined: 06 Jun 2023
Posts: 7
Location: Joinville, Brazil

PostPosted: Mon Aug 07, 2023 9:03 pm    Post subject: Reply with quote

New information folks. It seems it's something with my DE. From Fluxbox I got those error messages (about libcurl) and Spotify does not open at all.

However, from OpenBox DE I do can start Spotify. Those error messages are still there, but the application starts, including the tray icon.

In case anyone is wondering, here are both of mine start files:

- Flubox (under $HOME/.xinitrc)
Code:

# GPG Agent
eval $(gpg-agent --daemon)

# SSH Agend
eval $(ssh-agent -s)

# DBus
if [[ -z "${DBUS_SESSION_BUS_ADDRESS}" ]];
then
  eval $(dbus-launch --sh-syntax --exit-with-session fluxbox)
fi

exec dbus-run-session fluxbox

export $(gnome-keyring-daemon --start --components=pkcsll,secrets,ssh,gpg)
exec startfluxbox


- And for OpenBox (under $HOME/.config/openbox/environment)
Code:

# GPG Agent
eval $(gpg-agent --daemon)

# DBus
if [[ -z "${DBUS_SESSION_BUS_ADDRESS}" ]];
then
   eval $(dbus-launch --sh-syntax --exit-with-session)
fi

export $(gnome-keyring-daemon --start --components=pkcsll,secrets,ssh,gpg)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum