Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
When I build my own Perl on GNU/Linux, I'd like it to make use of as much standard installed software (extensions) as possible. For example, libreadline, ncurses, sqlite, gdbm, Tk, etc. That is, I don't want the Configure script to throw up its hands and tell me, "Sorry, couldn't find such-and-such on this system so I won't be compiling this Perl to use it. Tsk tsk tsk.".
So which OS packages should you make sure you have installed before configuring and building Perl?
|
|---|