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 |
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 |
From: Ben E. A. <ad...@be...> - 2005-03-18 19:06:59
|
In spite of the install.cfg settings below, when I run "make install", it is still trying to copy the pm's into the servers main perl directories, so I still get the following errors: -bash-2.05b$ make install Warning: You do not have permissions to install into /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi at /usr/lib/perl5/5.8.3/ExtUtils/Install.pm line 114. Installing /usr/lib/perl5/site_perl/5.8.3/SandWeb.pm mkdir /usr/lib/perl5/site_perl/5.8.3/SandWeb: Permission denied at /usr/lib/perl5/5.8.3/ExtUtils/Install.pm line 176 make: *** [pure_site_install] Error 255 And nothing is created in the directories configured below. Sandweb looks like exactly what we need, and I really would like to get it working. -- Best regards, Auriel Manolson Ben Eleventh Admin On 08.03.2005 15:14, Robert Helmer wrote: >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 >> >> > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Sandweb-users mailing list >San...@li... >https://lists.sourceforge.net/lists/listinfo/sandweb-users > > |