However, when running it I was faced with the following problem:
$ ./idal
./idal: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
I noticed that my library was incompatible since it was libstdc++.so.6. Luckily, there are ``compat'' packages that contain these older libraries. You can install them with yum:
# yum install -y compat-libstdc++-33.i386
At this point, IDA Pro starts up nicely:
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkZEXk4o0TNxfC0BnGExfy_kGhg3_uy5ZM-zn90qv2fx-q2VNwUenSKaR9EHsB2MMOMzjZVHdJ2UDRSvmyLNepmlE3j3mygPT01uSkzTlA1Yj4HkVO03uhzxUohiI0ybuBd79P/s400/ida.png)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHg8gT0yipikdPsT0kkUopLbVb5j1x6BAa0aIRsvXR5g_gz_5NMDVlXMzBarwiKMlhyphenhyphenQwURl1nupWRk9eoK2Mn_6pFcKzAO6bZIE2wznP_T6hyphenhyphenodm7Mw5-KVHfjpy1Bc4pDPlR/s400/ida2.png)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikZddrXxb8zTyC6i3M0Wcf1-uURt9oFZZYSxKjfb8NBmZRLRPYIMj_v8JJjoupgvom8GGZmMMmjLiv1L9aXo1lxSUFNZrm5qmin-UYXzV93Sq9QP69NZ2ha9apiBDWU-itAn90/s400/ida3.png)
3 comments:
Thanks for the tip!
No problem :-)
Thanks it very useful for, you save me a lot of time ;)
Post a Comment