Man in a van wrote:
> Yes, that is correct, I built it in the home directory (it built as as
> localperl) and then moved and renamed it to /opt.
> I'll do as you advise, but should I build in /home or /opt ?
>
Generally, it doesn't matter where you build it (I tend to use /tmp,
since it's a 'zram drive' (https://en.wikipedia.org/wiki/Zram) on my
systems), you just have to configure the package (perl in this case) to
be installed in the right location (the prefix option).
This will also make sure the package will find it's own files when it's
run (that's why you get the "Can't locate Config.pm" error)
Man in a van wrote:
>
> or will your command make the build complete into /opt ?
>
the command
Code:
--------------------
make install-strip
--------------------
will install it (and build it as well, if that hasn't been done)
'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