Missing libosdGPU.so.3.3.3, now what?

Asked by Dan Bowkley

I've been unable to get Blender to load for quite some time. Running it from the shell gets me the following:
[code]
[dan@dan-lappy ~]$ blender
/usr/lib/blender/blender: error while loading shared libraries: libosdGPU.so.3.3.3: cannot open shared object file: No such file or directory
[/code]

I've tried to manually install that library as well as opensubdiv in its entirety and supposedly they don't exist. How do I fix this?

Problem existed on 19.10 and persists after upgrade to 20.04.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu blender Edit question
Assignee:
No assignee Edit question
Solved by:
Dan Bowkley
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

For diagnostic purposes please provide the output that you receive for the commands (to be executed in a terminal window)

uname -a
lsb_release -crid
apt-cache policy blender
which blender
blender --version

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

What is the output of:

sudo updatedb; locate libosdGPU.so*

Thanks

Revision history for this message
Dan Bowkley (danbowkley) said :
#3

I'm sorry it took so long to get back to you...60 hour weeks haven't been conducive to fun time.

[dan@dan-lappy ~]$ uname -a
Linux dan-lappy 5.3.0-53-generic #47-Ubuntu SMP Thu May 7 12:18:16 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
[dan@dan-lappy ~]$ lsb_release -crid
Distributor ID: Ubuntu
Description: Ubuntu 19.10
Release: 19.10
Codename: eoan
[dan@dan-lappy ~]$ apt-cache policy blender
blender:
  Installed: 91562-b5244cd5dc1-0thomas~disco0
  Candidate: 91562-b5244cd5dc1-0thomas~disco0
  Version table:
 *** 91562-b5244cd5dc1-0thomas~disco0 100
        100 /var/lib/dpkg/status
     2.83-17-beta~95461-b4613e0bca9-0thomas~eoan0 500
        500 http://ppa.launchpad.net/thomas-schiex/blender/ubuntu eoan/main amd64 Packages
     2.80+dfsg-3 500
        500 http://us.archive.ubuntu.com/ubuntu eoan/universe amd64 Packages
[dan@dan-lappy ~]$ blender --version
/usr/lib/blender/blender: error while loading shared libraries: libosdGPU.so.3.3.3: cannot open shared object file: No such file or directory
[dan@dan-lappy ~]$

A problem pops out immediately...I recently upgraded to 20.04 yet lsb_release shows and the installed Blender is for that release.

Revision history for this message
Manfred Hampl (m-hampl) said :
#4

If you meanwhile upgraded to Ubuntu 20.04, then please provide the output that you now receive for

uname -a
lsb_release -crid
apt-cache policy blender
which blender
blender --version

(The output that you provided in comment #3 is not showing Ubuntu 20.04)

Revision history for this message
Dan Bowkley (danbowkley) said :
#5

That was the output post upgrade. The problem was the /etc/apt/sources hadn't been updated to reflect the new version. Which IMHO should've happened automagically, but didn't. I managed to get that part sorted out at least.

Now I'm getting
ndof: unknown Logitech product c52b
Error! Unsupported graphics card or driver.
A graphics card and driver with support for OpenGL 3.3 or higher is required.
The program will now close.

which is a whole different issue.

Revision history for this message
Manfred Hampl (m-hampl) said :
#6

Your outout:

dan@dan-lappy ~]$ lsb_release -crid
Distributor ID: Ubuntu
Description: Ubuntu 19.10
Release: 19.10
Codename: eoan

This is not Ubuntu 20.04, but 19.10
(And that's not a matter of /etc/apt/sources.list but /etc/lsb-release)