X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b3f448e0ccc0e5e0195bfba380b1ba3a5c5b10b6..46cd14f4b3ff048302cd8f1ca63afa835643b91f:/doc/gtut-tour-01-bones.doc diff --git a/doc/gtut-tour-01-bones.doc b/doc/gtut-tour-01-bones.doc index 394d5258b6..5b4a5b2c95 100644 --- a/doc/gtut-tour-01-bones.doc +++ b/doc/gtut-tour-01-bones.doc @@ -183,6 +183,16 @@ There is nothing to know to start your processes in RL. Simply call the generated binaries, and that's it. To start the simulation, simply call: \verbatim ./_simulator platform.xml deployment.xml\endverbatim +If you have an error message similar to +\verbatim +./_simulator: error while loading shared libraries: libsimgrid.so.2: cannot open shared object file: No such file or directory +\endverbatim +it simply means that the dynamic linker of you system fails to find +the simgrid library. The easiest way to solve this is to declare a +LD_LIBRARY_PATH shell variable pointing to the directory where your +library lives (that's /opt/simgrid/lib on my machine because I passed +--prefix=/opt/simgrid to the configure script). + Here is an example of execution: \include 01-bones.output That's it. You are done with this lesson and can now write, build and