Results 1 to 3 of 3
Hi,
I have installed Ubuntu 10.10 and I need to run an old Mathematical SW called ADIFOR 3.0.
My problem is that this SW is giving problems because has dependencies ...
- 11-16-2010 #1Just Joined!
- Join Date
- Nov 2010
- Posts
- 2
"Ubuntu 10.10" and "libstdc++-libc6.1-1.so.2"
Hi,
I have installed Ubuntu 10.10 and I need to run an old Mathematical SW called ADIFOR 3.0.
My problem is that this SW is giving problems because has dependencies with the library ""libstdc++-libc6.1-1.so.2". I followed a million of possible ways to fix this problem...but no one works properly.
What can I do? I have been 3 days trying to fix this problem and I do not know what I can do.
Many thanks
===========================================
Alberto Jorrín Rodríguez
Departamento de Ingenieria de Sistemas y Automatica
Dpt. of Systems Engineering and Automatic Control
Universidad de Valladolid / University of Valladolid
Address: Facultad de Ciencias, c/ Real de Burgos s/n
47011 Valladolid, Spain
Tel: +34 647 670 581, Fax: +34 983 423161
============================================
- 11-17-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,977
Can you get the source for this program and compile it on your machine with the newer libstdc++ package? If you can't, then you might try installing the version you need in a directory other than /usr/lib or /usr/local/lib and point to that directory first with your LD_LIBRARY_PATH environment before you start up the application. IE:
The '$' is the user prompt, not to be input.Code:$ export LD_LIBRARY_PATH="/home/mydir/lib:${LD_LIBRARY_PATH}" $ adifor
If you need a conversation about this in Spanish, send me a private message and I will try to respond quickly.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 11-18-2010 #3Just Joined!
- Join Date
- Nov 2010
- Posts
- 2
Thanks for your answer.
Finally I solved it installing FEDORE CORE 3.0. which is the O.S. that has those dependecies by default.
Cheers.


Reply With Quote