aubuti;519485 Wrote: 
> This is interesting, and congratulations! Do you have a list -- even a
> partial list -- of the modules you needed to install? I know I could
> slog through step by step like you did, but why re-invent the wheel if I
> don't have to. And while you're at it, could you give me a reminder of
> the cpan syntax for installing them?
> 
> I have an LS Pro v1 that I reflashed with FreeLink. The last version of
> SC had running on it was 7.3.2, and after that I got tripped up with
> various perl modules. My main server is now an MSI barebones nettop, and
> there's no way I would go back to the LS Pro for every day use, but it
> would be nice to have the LS as a backup or semi-portable SBS server.
> And the embedded branch makes that more feasible.  Thanks!



Code:
--------------------
    
  cpan> install Bundle::CPAN
  reload CPAN
  
--------------------

This will test your build chain, and in if it doesn't work you'll need
to fix things until it does. I had to link /opt/lib/ld to
/opt/lib/arm-none-linux-gnueabi-ld (I used a hard link).

Code:
--------------------
    
  cpan> install Audio::Scan
  cpan> install Algorithm::C3
  cpan> install AnyEvent
  cpan> install Class::XSAccessor
  cpan> install Class:C3::XS
  cpan> install DBD::SQLite
  cpan> install DBIx::Class
  cpan> install Linux::Inotify2 
  cpan> install UUID::Tiny
  cpan> install notest Template::Stash
  cpan> upgrade Class::Accessor
  cpan> upgrade Class::C3
  cpan> upgrade Class::C3
  cpan> upgrade Class::ISA
  cpan> upgrade Class::Inspector
  cpan> upgrade Class::Singleton
  cpan> upgrade Class::Virual
  cpan> upgrade Class::XSAccessor
  cpan> upgrade JSON::XS
  cpan> upgrade Template::Stash::XS
  cpan> upgrade Template::Stash::XS
  cpan> upgrade XML::Parser
  cpan> upgrade XML::Parser
  cpan> upgrade XSLoader
  cpan> install A/AB/ABW/Template-Toolkit-2.21.tar.gz
  cpan> install F/FL/FLORA/Class-C3-XS-0.11.tar.gz
  cpan> install Class-C3-XS-0.11.tar.gz
  
--------------------


This is not a totally complete list, but it should be 90% of it.  The
last three lines are down-grades that I needed to do for some reason.

I ended up typing perl ./slimerver.pl and just fixing the error
messages inside the CPAN shell.  (There should be a much smarter way to
do this using a for loop on the contents of modules.conf)


-- 
dsdreamer

----------------------
"Dreamer, easy in the chair that really fits you..."
------------------------------------------------------------------------
dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588
View this thread: http://forums.slimdevices.com/showthread.php?t=75526

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to