From: Robert H. <rh...@cu...> - 2003-12-03 00:24:54
|
I haven't checked out Fedora yet, but I find it hard to imagine how Perl 5.8 could be very different. That's an odd error.. the only place all the other variables of that type are used is to print out the location for the user.. we're not assigning variables, we're reading them in from the $config object. Anyway.. try this, insert this into line 14 of sandweb/tools/install_script.pl: "imgpath = $config::imgpath\n", Thanks, Rob On Wed, Dec 03, 2003 at 09:26:05AM +1100, NOC Alerts wrote: > Hi > > I am coming across the problem when I try to perform the "make install" > command. Below is the error I recieve. > ----------------------------------------------------------- > Writing > /usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi/auto/SandWeb/.packlis > t > Appending installation info to > /usr/lib/perl5/5.8.1/i386-linux-thread-multi/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 have followed the INSTALL file and meet all the requirements. Using > Sandweb 1.0RC4. > Anyone have any idea? > > Thanks > > Allan > > > > ------------------------------------------------------- > This SF.net email is sponsored by OSDN's Audience Survey. > Help shape OSDN's sites and tell us what you think. Take this > five minute survey and you could win a $250 Gift Certificate. > http://www.wrgsurveys.com/2003/osdntech03.php?site=8 > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > |