From: mel <rom...@we...> - 2007-11-06 14:16:46
|
hello dan, thank you for your answer. I followed your provided steps one by one - and now, atlantis runs as described in the beginner's guide :) thank you! greetings, mel dan wrote: > if you're running chromium all on the same computer, try this: > > export CRMOTHERSHIP=localhost > > if you're on two separate machines, your "mothership" is where you start > the 'python' command since that's the node that knows the layout of all > the other nodes required for the application. > > so everything should look like this: > > export CRMOTHERSHIP=localhost > export CR_HOME=~/cr-1.9 > export LD_LIBRARY_PATH=${CR_HOME}/lib/Linux > export PATH=$PATH:${CR_HOME}/bin/Linux > > $ cd ~/cr-1.9/mothership/configs > $ python crdemo.conf atlantis > $ crserver & > $ crappfaker > > and atlantis, or whatever application you want, should start. > > -dan --------------------------------------------------------- mel wrote: > hello dan, > thank you for your help. > Now, I got some different error: > > ------------------- > mel@book:~/cr-1.9/bin/Linux$ export LD_LIBRARY_PATH=~/cr-1.9/lib/Linux > mel@book:~/cr-1.9/bin/Linux$ ./crserver & > [2] 6635 > mel@book:~/cr-1.9/bin/Linux$ CR Warning(book:6635): Couldn't find the > CRMOTHERSHIP environment variable, defaulting to localhost > CR Warning(book:6635): Couldn't find the CRMOTHERSHIP environment > variable, defaulting to localhost > ------------------- > > any suggestions? > how can I export the missing environment variable? > thanx, > mel > > > > dan wrote: > > > your current working doesn't matter if you have the correct environment > > variables. try adding these other exports: > > > export LD_LIBRARY_PATH=~/cr-1.9/lib/Linux > > > add this to the PATH export Brian suggested below. the crserver and > > crappfaker are in ~/cr-1.9/bin. If that still doesn't work, you should > > paste the output from the commands. > > -dan > _______________________________________________ > Chromium-users mailing list > Chromium-users@li... > https://lists.sourceforge.net/lists/listinfo/chromium-users > |