Library conflicts

From Dynamo
Revision as of 12:35, 29 August 2017 by Daniel Castaño (talk | contribs) (Created page with " Here we will list some of the problems found when installing/activating '''Dynamo'''. == Conflicting libstdc installations == '''Problem''' Some programs (specially the c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Here we will list some of the problems found when installing/activating Dynamo.

Conflicting libstdc installations

Problem

Some programs (specially the core of the GPU computations) cannot link to   GLIBCXX.3.4.21 or some other number. This might happen both in Matlab or standalone modus

'Solution Type:

LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libstdc++.so.6" 

(or the equivalent in your system) before starting Matlab (or Dynamo in the standalone)