From: Robert H. <ro...@ro...> - 2004-03-11 08:41:57
|
Interesting. I'll take a look at it, thanks! What version are you using by the way? The 1.0RC4? On Thu, Mar 11, 2004 at 03:00:30PM +0800, Oliver Chato wrote: > Commented out line 4 of tools/install_script.pl and the installation > worked. I am sending tools/install_script.pl and install.cfg for reference. > > Thanks for the help. > > -- Oliver -- > > Robert Helmer wrote: > > >Hi Oliver, > > > > > >I just started working on Perl 5.8 support recently on the trunk, > >I do see this when using Perl 5.8 however it's just a warning, and > >the install script continues as you can see: > > > >-- > >Writing > >/usr/local/perl5.8/lib/site_perl/5.8.3/i686-linux/auto/SandWeb/.packlistAppending installation info to /usr/local/perl5.8/lib/site_perl/5.8.3/i686-linux/perllocal.pod > >./tools/install_script.pl /usr/local/perl5.8 > >Name "config::imgpath" used only once: possible typo at > >./tools/install_script.pl line 26. > >loading install config... > >-- > > > >Are you sure there are no other error messages? Feel free to post the > >whole log of "make install" to this list. > > > > > > > >Thanks, > >Rob > > > > > > > >On Wed, Mar 10, 2004 at 10:04:44PM +0800, Oliver Chato wrote: > > > > > >>Hi. I've been trying to install sandweb v 0.4 on a server running > >>Solaris 8. I have gotten all the perl and additional modules installed. > >>I am able to do the following: > >> > >>perl Makefile.pl > >>make > >>make test > >> > >>without any problems. But when I run > >> > >>make install > >> > >>I get the following error. > >> > >>Writing > >>/usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/auto/SandWeb/.packlist > >>Appending installation info to > >>/usr/local/lib/perl5/5.8.3/sun4-solaris/perllocal.pod > >>./tools/install_script.pl > >>Name "config::imgpath" used only once: possible typo at > >>./tools/install_script.pl line 26. > >>make: *** [custom_install] Error 1 > >> > >>I am using perl, v5.8.3 built for sun4-solaris. I also have apache > >>2.0.48 installed along with cvs 1.11.13. Both work fine. > >> > >>This maybe a newbie question that has been asked and answered before, > >>and I apologize if this is and inconvenience. But I just can't seem to > >>get it going. > >> > >>I'd appreciate any help you can give. > >> > >>Thanks. > >> > >>-- Oliver -- > >> > >> > >> > >>------------------------------------------------------- > >>This SF.Net email is sponsored by: IBM Linux Tutorials > >>Free Linux tutorial presented by Daniel Robbins, President and CEO of > >>GenToo technologies. Learn everything from fundamentals to system > >>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > >>_______________________________________________ > >>Sandweb-users mailing list > >>San...@li... > >>https://lists.sourceforge.net/lists/listinfo/sandweb-users > >> > >> > >> > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by: IBM Linux Tutorials > >Free Linux tutorial presented by Daniel Robbins, President and CEO of > >GenToo technologies. Learn everything from fundamentals to system > >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > >_______________________________________________ > >Sandweb-users mailing list > >San...@li... > >https://lists.sourceforge.net/lists/listinfo/sandweb-users > > > > > > > # Installation configuration variables. > package config; > > $cfgdir = '/export/spare/sandweb/etc/sandweb'; > $cgidir = '/export/spare/apache2/cgi-bin'; > $imgdir = '/export/spare/apache2/icons'; > $tmpldir = '/export/spare/sandweb/lib/sandweb/templates'; > $cachedir = '/export/spare/sandweb/share/sandweb'; > $logdir = '/export/spare/sandweb/log'; > $httpuser = 'apache'; > $expectbin = '/usr/local/bin/expect'; > $bindir = '/export/spare/sandweb/bin'; > $ssh_bin = '/usr/local/bin/ssh'; > $cvs_bin = '/export/spare/cvs/bin/cvs'; > > 1; |