From: mel <rom...@we...> - 2007-11-05 10:53:45
|
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 |