Results 1 to 2 of 2
I am trying to install a swiki server on my FC10 server. I downloaded the file as instructed. I downloaded the file on my desktop. I extracted the file on ...
- 02-26-2009 #1
installation of swiki swiki comanche?
I am trying to install a swiki server on my FC10 server. I downloaded the file as instructed. I downloaded the file on my desktop. I extracted the file on my desktop. On the desktop it created a ComSwiki directory. I went into the comswiki directory and ran this command below and got this error message. Anyone familiar with this? any help is appreciated.
Code:./squeak squeak.image Could not open display `(null)'.
thank you!
- 02-26-2009 #2Linux Newbie
- Join Date
- Feb 2009
- Posts
- 99
try
ssh -x localhost squeak
or open gdm 6100 port
and set display env.
export DISPLAY=127.0.0.1:0


Reply With Quote