Missing errormessage/ check for missing library (libGLU) #60918

Closed
opened 2019-01-27 13:19:32 +01:00 by N. Schwirz · 4 comments

Blender Benchmark started and show up its programmwindow but after clicking on one of the benchmarks-buttons nothing happens.

Because there was no errormessage in the console I tried to start ./blender/blender direct an got an missing libGLU errormessage.

Solution:

  1. search packages containing the missing lib
sudo dnf search libGLU

lists this package: mesa-libGLU.x86_64

  1. install the appropriate package providing the wanted lib
sudo dnf install mesa-libGLU.x86_64

Now it should work.

Remark:
My System:

  • Intel i7 (64 Bit)
  • Nvidia Quadro K1000
  • Fedora Workstation 29 (GNU/Linux)

Under debian like linuxes replace dnf with apt.

Blender Benchmark started and show up its programmwindow but after clicking on one of the benchmarks-buttons nothing happens. Because there was no errormessage in the console I tried to start `./blender/blender` direct an got an missing libGLU errormessage. Solution: 1. search packages containing the missing lib ``` sudo dnf search libGLU ``` lists this package: `mesa-libGLU.x86_64` 2. install the appropriate package providing the wanted lib ``` sudo dnf install mesa-libGLU.x86_64 ``` Now it should work. Remark: My System: * Intel i7 (64 Bit) * Nvidia Quadro K1000 * Fedora Workstation 29 (GNU/Linux) Under debian like linuxes replace `dnf` with `apt`.
Author

Added subscriber: @Mr_N

Added subscriber: @Mr_N

Added subscriber: @brecht

Added subscriber: @brecht

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Brecht Van Lommel self-assigned this 2019-01-27 13:40:11 +01:00

Thanks for the report. We have recently removed the dependency on the GLU library entirely, so future versions of the benchmark will work fine without it.

Thanks for the report. We have recently removed the dependency on the GLU library entirely, so future versions of the benchmark will work fine without it.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/blender-open-data#60918
No description provided.