Slashdot Mirror


LPI certification: Compiling Sources and Managing Libs

An anonymous reader writes "Welcome to Compiling sources and managing packages, the first of four tutorials designed to prepare you for the Linux Professional Institute's 102 (release 2) exam. In this tutorial, we'll show you how to compile programs from sources, how to manage shared libraries, and how to use the Red Hat and Debian package management systems."

2 of 13 comments (clear)

  1. Hello, I'm Troy McClure... by Tumbleweed · · Score: 4, Funny

    You may remember me from such LPI training films as, "rm / -rf, the Silent Killer," and "shutdown -rn now: Express Elevator to Hell, System Going Down!"

  2. Compilation & Checkinstall by neglige · · Score: 5, Interesting

    Although there a other opinions, I still manage to compile most programs with the simple

    ./configure
    make
    checkinstall make install

    But, hey, this tutorial is free and certainly useful for new users (who don't know how to handle tar- or gzip/bzip2-files). I think the chapter on what problems may occur and how to solve them could be a bit longer than just one page...

    BTW, I don't know why they skipped the part on how to edit the Makefile by hand. It's much more fun :) And while they are at it, they can add a section on how to analyse core dumps, too! (SCNR)

    --
    My cats ate my karma. They also wrote this comment.