From: Dan B. P. <ph...@cs...> - 2007-11-05 13:07:43
|
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 > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ------------------------------------------------------------------------ > > _______________________________________________ > Chromium-users mailing list > Chr...@li... > https://lists.sourceforge.net/lists/listinfo/chromium-users > |