From: mel <rom...@we...> - 2007-11-03 14:16:02
|
Hello @all, I was trying to run Chromium on my notebook before installing it to our Linux-Cluster. I have some problems getting the demo applications startet. So long, I tried to start like this: -------------------------------------------------------- mel@book:~$ cd cr-1.9/ mel@book:~/cr-1.9$ cd mothership/configs/ mel@book:~/cr-1.9/mothership/configs$ python crdemo.conf atlantis & [1] 6403 mel@book:~/cr-1.9/mothership/configs$ This is Chromium, Version 1.9 Start a crappfaker on book Start a crserver on book -------------------------------------------------------- And now, that's the big question ;) from which directory should crserver and crappfaker get startet? As read in "Beginner's guide to Chromium", I tried to go on with the steps (in the same directory as before): 3: % crserver & 4: % crappfaker ... but that's not working at all: mel@book:~/cr-1.9/mothership/configs$ crserver & [2] 6516 mel@book:~/cr-1.9/mothership/configs$ bash: crserver: command not found I tried to run both commands out of bin/Linux - but that gives the following errors: -------------------------------------------------------- mel@book:~/cr-1.9/bin/Linux$ ./crappfaker ./crappfaker: error while loading shared libraries: libcrmothership.so: cannot open shared object file: No such file or directory mel@book:~/cr-1.9/bin/Linux$ ./crserver ./crserver: error while loading shared libraries: libspuload.so: cannot open shared object file: No such file or directory -------------------------------------------------------- I'm very new to this all and can't figure out what's the problem... I suppose that some environment variables aren't set correctly...? Does anyone have a clue? Thank you very much, best regards, mel |