← Back to team overview

yade-users team mailing list archive

Re: Libraries problems with a Cluster / folder .yade-trunk

 

> Hello, me too : I copied my sources on my part of this cluster, 
> recompiled but encountered this problem also _but_ with 
> libpython2.5.so.1.0 :
> /./YADE/bin/yade-trunk: error while loading shared libraries: 
> libpython2.5.so.1.0: cannot open shared object file: No such file or 
> directory/
>   
This is linking problem that is done by ld.so when yade is launched,
before yade itself starts. It is not unitl then that preferences.xml
come into play, not before. You can try "ldd /./YADE/bin/yade-trunk" (or
whatever your executable file is), it will show you what files it looks for.

For the cluster, you can attach list of packages, output of clean build
of yade and config log, and a few other things:

ldd yade-executable > yade.ldd.txt
dpkg -l | cat > dpkg-l.txt
build-your_version/config.log
scons pretty=0 > buildlog.txt
/etc/issue
uname -a
/etc/apt/sources.list

Or you can give me remote access to the machine (I can connect via
geo.hmg.inpg.fr, firewall should not be a problem).

> I have it on my local session in a hidden folder named 
> ".yade-trunk" and I discovered in fact that I have this ".yade-trunk" 
> only on my local session and not on my part of the cluster.
It is created when yade is run for the first time. It contains files lik
preferences.xml (is automatically created as well), logging.conf,
OpenGLRendererPref.xml, emergency-saved simulations to recover and so on.
>   Could this explain these problems of libraries ?
>   
No.

Regards, Václav
_______________________________________________
Yade-users mailing list
Yade-users@xxxxxxxxxxxxxxxx
https://lists.berlios.de/mailman/listinfo/yade-users



Follow ups

References