Jump to content

mystified

Platinum
  • Posts

    5828
  • Joined

  • Last visited

Posts posted by mystified

  1. Well I've been an opera user and off and on a Mozilla user for about two years. Mozilla is good for somethings but I prefer Opera's quickness and easy configurability. When I have to use Mozilla I just think it's so slow and I had a hard time getting java to work for it. Comparing features for features to me Opera wins hands down. And I have purchased a license for it. But I wouldn't do without Mozilla either. Some pages don't render properly in Opera and I have to use Moz. Anyway, JMO. :)

  2. If it's off of one of your installation cds you can go through the Mandrake Control Center > software manager, rpmdrake. If it's an rpm you downloaded then you can simply double click on it or open a terminal and as root type urpmi name of package (you have to be in the directory where the program is located).

     

    If it's a tar.gz then it's best to check the read me file because it "should" give installation instructions. But the norm is Extract, cd to new directory, in a terminal run ./configure, make and as root make install. I know that's not exact but if you have a tar.gz you're trying to install then tell us and we can walk you through it.

     

    Hope this helps!

  3. 1. Unpack tar.gz package file:

    $ gzip -dc slmdm-2.X.X.tar.gz | tar xf

     

    open a terminal and navigate to the directory where you downloaded the tar.gz. If it's in your /home you will automatically be there when you open the terminal.

     

    At the prompt type the command in exactly like you see it. Except leave out the $

     

    2. 'cd' to package directory:

     

    $ cd slmdm-2.X.X

     

    When you extract the tar.gz it will create a new directory called slmdm-2.X.X

     

    so type in the command as show above to navigate to the new directory.

     

    3. Review and edit (if need) 'Makefile'.

     

    Note: Probably you will want to correct in Makefile path to your

    local linux kernel header files:

     

    KERNEL_INCLUDES=/path/to/linux/include

     

    Another way is to pass command line the parameter while

    running 'make':

     

    $ make KERNEL_INCLUDES=/path/to/linux/include ...

     

    in the console type make KERNEL_INCLUDES=/usr/src/linux/include (I think!)

     

    4. Run 'make' command to compile package:

     

    $ make

     

    type in the command and wait for it to finish the compilation.

     

    I'm not sure what you're installation so I don't know what to tell you next.

     

    The basic steps though for installation of a tar.gz after extracting it is.

     

    ./configure

    make

    su to root

    make install

     

    Hope that helps. If not maybe somebody else will come along that can help you. :)

×
×
  • Create New...