Difference between revisions of "Library conflicts"

From Dynamo
Jump to navigation Jump to search
(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...")
 
Line 5: Line 5:
  
 
'''Problem'''
 
'''Problem'''
Some programs (specially the core of the GPU computations) cannot link to  <tt> GLIBCXX.3.4.21</tt> or some other number. This might happen both in Matlab or [[standalone]] modus
+
Some programs (specially the core of the GPU computations) cannot link to  <tt> GLIBCXX.3.4.21</tt> or some other number. This might happen both in Matlab or [[standalone]] modus.
  
'''Solution''
+
'''Solution'''
Type:
+
 
 +
Type in your linux shell
 
   
 
   
 
  <tt>LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libstdc++.so.6" </tt>
 
  <tt>LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libstdc++.so.6" </tt>
  
 
(or the equivalent in your system) before starting Matlab (or ''Dynamo'' in the standalone)
 
(or the equivalent in your system) before starting Matlab (or ''Dynamo'' in the standalone)

Revision as of 11:35, 29 August 2017

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 in your linux shell

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)