in reply to Re^3: Debugging CPAN problem
in thread Debugging CPAN problem
Use the OS package management to install things, you don't need to everything yourself. sudo apt install libhttp-server-simple-perl You're wasting time compiling on a low end/embedded system. apt isn't cpan, so don't expect packages to be the same as they do on cpan
Thank you so much marto.
I have managed to get the server working with sudo apt install libhttp-server-simple-perl. I had no idea that there was any way to install a Perl module other than writing it yourself, copying the Perl code for pure Perl modules or using cpan.
Where would I look to find what can be installed using apt and what package name to use?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Debugging CPAN problem
by marto (Cardinal) on Dec 22, 2020 at 21:34 UTC | |
by Bod (Parson) on Dec 22, 2020 at 23:53 UTC | |
by marto (Cardinal) on Dec 23, 2020 at 10:18 UTC | |
by Bod (Parson) on Dec 24, 2020 at 00:09 UTC | |
by hippo (Archbishop) on Dec 23, 2020 at 09:33 UTC | |
by Bod (Parson) on Dec 23, 2020 at 12:28 UTC |