From: Robert H. <ro...@ro...> - 2005-03-08 20:16:10
|
I have run it this way before; not sure if the test in the makefile deals with this situation correctly (although it really should...) I'll try to test this out later today. In the meantime, can you try just going on and seeing if it works or not? -- Rob On Mon, Mar 07, 2005 at 07:45:01PM -0500, Ben Eleventh Admin wrote: > 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 |