From: Rob H. <ro...@ro...> - 2003-04-17 18:24:33
|
On Tue, Apr 15, 2003 at 04:21:50PM +0200, Heino Erps wrote: > Am Mon, 2003-04-14 um 20.05 schrieb Rob Helmer: > # Installation configuration variables. > package config; > > $bindir = '/usr/local/bin'; > $cfgdir = '/usr/local/etc/sandweb'; > $cgidir = '/var/www/cgi-bin'; > $imgdir = '/var/www/images'; > $tmpldir = '/usr/local/lib/sandweb/templates'; > $cachedir = '/usr/local/share/sandweb'; > $logdir = '/var/log'; > $httpuser = 'www'; > $expectbin = '/usr/bin/expect'; > $ssh_bin = '/usr/bin/ssh'; > $cvs_bin = '/usr/bin/cvs'; Weird. Can you send your /usr/local/etc/sandweb/sandweb.cfg ? I'd like to take a look. Also, what version of SandWeb are you using? The other error you got looks like permissions, but I don't know what's going wrong. The install should take care of all that. Did "make install" ask you any questions? Also, I think I already asked, what OS are you using? Thanks, Rob |