Man in a van wrote: > > decide to build as root, removed the previously built, download and > untarred files from the home directory, did a sudo su and away we go. > The files built as root and are in /opt > Building as root is never a good idea (since you could damage your system if something goes wrong during building). Maybe your user didn't have permissions to write to /opt/perl-x.x.x Either - create /opt/perl-x.x.x as root, give your user permissions to write to it, run make install as user, remove permissions from /opt/perl-x.x.x - or run make as user then sudo make install-strip
Personally, I prefer option 1, as is makes sure your system cannot be damaged if something goes wrong when installing the package > > > Code: -------------------- > > ronnie@shuttle:~$ /opt/perl-5.26.3-LMS/bin/perl -V|grep archname > archname=i386-linux-thread-multi-64int > config_args='-des -Dprefix=/opt/perl-5.26.3-LMS -Dusethreads -Duse64bitint -Darchname=i386-linux' > -------------------- > > > Looks fine. Now install the two perl modules for SSL, install the deb package, and adjust the first lines of the two LMS scripts to point to the new perl in /opt '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
