From: Flemming B. <fl...@bj...> - 2011-03-10 06:17:57
|
On 10-03-2011 03:34, Clifton Wood wrote: > What happened when you typed "make"? What happened when you typed > "make install"? Quick question: were you logged in as "root" when you > tried this? Yes, I am root. >> tar xvzf Bundle-Slash-2.52.tar.gz Bundle-Slash-2.52/ Bundle-Slash-2.52/Makefile.PL Bundle-Slash-2.52/MANIFEST Bundle-Slash-2.52/README Bundle-Slash-2.52/Slash.pm Bundle-Slash-2.52/t/ Bundle-Slash-2.52/t/slash.t >> cd Bundle-Slash-2.52 >> perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Bundle::Slash >> make GROUP=nogroup cp Slash.pm blib/lib/Bundle/Slash.pm Manifying blib/man3/Bundle::Slash.3pm >> make GROUP=nogroup install Appending installation info to /usr/lib/perl/5.10/perllocal.pod >> tail -30 /usr/lib/perl/5.10/perllocal.pod C<VERSION: 2.52> =item * C<EXE_FILES: > =back =head2 Thu Mar 10 06:02:50 2011: C<Module> L<Bundle::Slash|Bundle::Slash> =over 4 =item * C<installed into: /usr/local/share/perl/5.10.1> =item * C<LINKTYPE: dynamic> =item * C<VERSION: 2.52> =item * C<EXE_FILES: > =back >> ls /usr/local bin etc games include lib man sbin share src I read that because debian has no group "nobody", I should instead use "nogroup". But, just using "make" and "make install" gives the same meager result. http://www.misterorange.com/docs/INSTALL-Slash-For-Dummies.html Link to my makefile: http://bjerke.dk/Makefile Best Flemming > > - Cliff > > On Wed, Mar 9, 2011 at 5:46 PM, Flemming Bjerke <fl...@bj... > <mailto:fl...@bj...>> wrote: > > Dear All > > I have followed various tutorials of installation of slashcode. And > eventually, I got installed the relevant modules (not least > Bundles::Slash) and created a mysql database. Then, I unpacked > Bundled-Slash.2.52 and cd into it. Then: > perl Makefile.pl (which created a Makefile) > make > make install > > But, nothing seems to happen. There is no /usr/local/slash or > /etc/init.d/slash. I have looked in the makefile, but I have little > knowledge about the different funktions and variables so I am > quite lost. > > Could anyone help me? > > I use debian Squeeze on a 32-bit small tosiba laptop with intel > processor that I use as server. > > Flemming > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > Slashcode-general mailing list > Sla...@li... > <mailto:Sla...@li...> > https://lists.sourceforge.net/lists/listinfo/slashcode-general > > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > > > _______________________________________________ > Slashcode-general mailing list > Sla...@li... > https://lists.sourceforge.net/lists/listinfo/slashcode-general |