From: Ben E. A. <ad...@be...> - 2005-03-08 00:45:20
|
I am attempting to install sandweb on a standard hosting plan. I have full shell access as a user, but of course do not have root access. Has any body successfully installed sandweb with a regular webhost user account as such? Any tips would be most appreciated. Below are some details. FYI: The webhost runs the appache suexec module so all cgi scripts in theory should run as my user name. I have changed the folllowing in the install.cfg $bindir = '/home/myUsername/sandweb/bin'; $cfgdir = '/home/myUsername/sandweb/config'; $cgidir = '/home/myUsername/www/cgi-bin'; $imgdir = '/home/myUsername/www/images'; $tmpldir = '/home/myUsername/sandweb/templates'; $cachedir = '/home/myUsername/sandweb/cache'; $logdir = '/home/myUsername/sandweb/log'; $httpuser = 'myUsername'; when I run make test I get the following results: Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/auth.t 2 512 3 5 166.67% 1-3 t/file.t 2 512 8 15 187.50% 1-8 Failed 2/3 test scripts, 33.33% okay. 11/30 subtests failed, 63.33% okay. make: *** [test_dynamic] Error 255 regards, Ben Eleventh Admin |