[V-REP 3.5]libstdc++.so.6: version `GLIBCXX_3.4.21' not found in Ubuntu 14.04 LTS

Typically: "How do I... ", "How can I... " questions
Post Reply
ravi
Posts: 85
Joined: 24 Oct 2016, 08:00

[V-REP 3.5]libstdc++.so.6: version `GLIBCXX_3.4.21' not found in Ubuntu 14.04 LTS

Post by ravi »

I recently tried to use V-REP 3.5 but encountered following error-

Code: Select all

ravi@lab:~/V-REP_PRO_EDU_V3_5_0_Linux$ ./vrep.sh 
/home/ravi/V-REP_PRO_EDU_V3_5_0_Linux/vrep: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/ravi/V-REP_PRO_EDU_V3_5_0_Linux/vrep)
Later, I tried to install libstdc++6 but it was already there. See below-

Code: Select all

ravi@lab:~/V-REP_PRO_EDU_V3_5_0_Linux$ sudo apt-get install libstdc++6
[sudo] password for ravi: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libstdc++6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
ravi@lab:~/V-REP_PRO_EDU_V3_5_0_Linux$ sudo apt-get update
ravi@lab:~/V-REP_PRO_EDU_V3_5_0_Linux$ sudo apt-get upgrade
Below is the information of the OS-

Code: Select all

ravi@lab:~/V-REP_PRO_EDU_V3_5_0_Linux$ cat /etc/issue
Ubuntu 14.04.5 LTS \n \l
ravi@lab:~/V-REP_PRO_EDU_V3_5_0_Linux$ uname -a
Linux lab 3.19.0-80-generic #88~14.04.1-Ubuntu SMP Fri Jan 13 14:54:07 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
ravi@lab:~/V-REP_PRO_EDU_V3_5_0_Linux$ gcc --version
gcc (Ubuntu 4.8.4-2ubuntu1~14.04.4) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Any workaround to run V-REP 3.5 on Ubuntu 14.04 LTS 64 Bit OS, please?

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: [V-REP 3.5]libstdc++.so.6: version `GLIBCXX_3.4.21' not found in Ubuntu 14.04 LTS

Post by coppelia »

Hello,

have a look here.

Cheers

Post Reply