Man in a van wrote: 
> 
> > 
Code:
--------------------
  >   > ronnie@shuttle:~$ /opt/perl-5.26.3/bin/perl -V|grep archname
  > Can't locate Config.pm in @INC (you may need to install the Config module) 
(@INC contains: /home/ronnie/localperl/lib/site_perl/5.26.3/i686-linux 
/home/ronnie/localperl/lib/site_perl/5.26.3 
/home/ronnie/localperl/lib/5.26.3/i686-linux /home/ronnie/localperl/lib/5.26.3).
  > BEGIN failed--compilation aborted.
  > 
--------------------
> > 
> 
Your perl install is broken (seems to have been configured to be
installed in  /home/ronnie/localperl/)

Restart from clean perl sources (i.e. remove old, untar archive) and
configure

Code:
--------------------
    
  ./Configure -des -Dprefix=/opt/perl-5.26.3 -Dusethreads -Duse64bitint  
-Darchname='i386-linux'
--------------------

compile, install, re-run /opt/perl-5.26.3/bin/perl -V|grep archname



'Various SW' (https://www.nexus0.net/pub/sw/): Web Interface | Playlist
Editor / Generator | Music Classification | Similar Music | Announce |
EventTrigger | LMSlib2go | ...
'Various HowTos' (https://www.nexus0.net/pub/documents/LMS/): build a
self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ...
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=111348

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

Reply via email to