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."

6 of 13 comments (clear)

  1. Watch out! by tickticker · · Score: 2, Informative
    Registration required

    I don't use sigs

  2. 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!"

    1. Re:Hello, I'm Troy McClure... by Crayon+Kid · · Score: 3, Funny

      shutdown -rn now: Express Elevator to Hell, System Going Down!

      Actually, that would make a nice wall shutdown message... ...clickety click...

      --
      i ate crayons when i was a kid and now i have two braincells and the blue ones taste nicer
    2. Re:Hello, I'm Troy McClure... by Tumbleweed · · Score: 2, Insightful

      That would the just the 'Elevator to Hell', not the Express. The express gives no warning. :)

  3. 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.
  4. lpic notes on source forge by oo_waratah · · Score: 3, Informative

    For LPIC notes and intro notes to a linux course you could look at http://lcdp.sf.net. The cvs versions are being maintained reasonably actively and have been used for about 2 years in Granville TAFE, Sydney Australia.