Browse Community
Help
Log In
Responses(3)
Solutions(1)
kim_marivoet
41 Posts
0
July 8th, 2011 12:00
You are probably missing libstdc++5 (the SDK uses an older version of the c++ library than the one installed by ubuntu.
try to do
sudo apt-get install libstdc++5
After this you can check if you have all dependencies by doing 'ldd *.so' in the directory where you installed the sdk native libraries.Regards,Kim
irgem
5 Posts
July 25th, 2011 14:00
Kim,
You were absolutely correct. Libstd++5 no longer gets shipped with Ubuntu and I had to apply a fix or workaround to get it fixed (http://www.digitalenigma.net/directory.php?include=archives&msgid=2009111000). Now it works like a champ.
Many Thanks,
George
jkings
1 Message
September 14th, 2011 16:00
This is a good response, its correct. Inside release notes exist a seccion named
Environment and system requirements that says cleary that SDK GCC 3.3 requires Libstd++5. I did not read this section but your response help to me.
Thanks.
Dell Support Resources
View All
Top
kim_marivoet
41 Posts
0
July 8th, 2011 12:00
You are probably missing libstdc++5 (the SDK uses an older version of the c++ library than the one installed by ubuntu.
try to do
irgem
5 Posts
0
July 25th, 2011 14:00
Kim,
You were absolutely correct. Libstd++5 no longer gets shipped with Ubuntu and I had to apply a fix or workaround to get it fixed (http://www.digitalenigma.net/directory.php?include=archives&msgid=2009111000). Now it works like a champ.
Many Thanks,
George
jkings
1 Message
0
September 14th, 2011 16:00
This is a good response, its correct. Inside release notes exist a seccion named
Environment and system requirements that says cleary that SDK GCC 3.3 requires Libstd++5. I did not read this section but your response help to me.
Thanks.
jkings