The Following User Says Thank You to szopin For This Useful Post: | ||
![]() |
2011-08-09
, 18:26
|
Posts: 91 |
Thanked: 16 times |
Joined on Mar 2011
|
#32
|
Download attached to MyDocs and in xterm:
cd MyDocs
sudo mv libstd.tar.gz /opt/zod
cd /opt/zod
sudo tar -xzvf libstd.tar.gz
Should run now.
![]() |
2011-08-09
, 18:29
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#33
|
The Following User Says Thank You to szopin For This Useful Post: | ||
![]() |
2011-08-09
, 19:27
|
Posts: 91 |
Thanked: 16 times |
Joined on Mar 2011
|
#34
|
If it's _exactly_ the same try renaming the libstdc++ in /usr/ for a moment and running:
sudo mv /usr/libstdc++.so.6 /usr/libstdc++.so.6.bak
It might be a symlink, so not sure if it'll work. To get it back to previous state:
sudo mv /usr/libstdc++.so.6.bak /usr/libstdc++.so.6
EDIT: alternatively, not to mess with your libs, after extracting libstdc++.so.6 in /opt/zod you can try:
cd /opt/zod
export LD_LIBRARY_PATH=.
./zod ...
![]() |
2011-08-10
, 07:23
|
Posts: 33 |
Thanked: 5 times |
Joined on Feb 2011
|
#35
|
![]() |
2011-08-23
, 11:32
|
Posts: 47 |
Thanked: 12 times |
Joined on Jun 2011
|
#36
|
![]() |
2011-08-24
, 07:58
|
Posts: 424 |
Thanked: 196 times |
Joined on Mar 2010
@ Sweden
|
#38
|
![]() |
2011-08-26
, 11:21
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#39
|
![]() |
2011-08-26
, 16:12
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#40
|
The Following User Says Thank You to Estel For This Useful Post: | ||
cd MyDocs
sudo mv libstd.tar.gz /opt/zod
cd /opt/zod
sudo tar -xzvf libstd.tar.gz
Should run now.