Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Can't Play Mp3s On Rh9

  1. #11

  2. Software & Hardware   -   #12
    BANNED
    Join Date
    Jul 2003
    Location
    Guatemala
    Posts
    4,044
    Nice links....

    Well I'm having more than JUST simple problems with it. Mostly when I'm trying to compile the programs (or at least just ./configure, make, etc.).

    Most times it tells me I'm missing libs, and I installed almost EVERYTHING with RH (because I had the same problems before).

    Any ideas where I can get libs I need?

    Thanks

  3. Software & Hardware   -   #13
    h1
    Guest
    You've had Linux for all of a day and you're already trying to compile programs.

    Download binaries.

  4. Software & Hardware   -   #14
    BANNED
    Join Date
    Jul 2003
    Location
    Guatemala
    Posts
    4,044
    No binaries for the programs

    I have had experience with Linux before, I'm just a little rusty.

  5. Software & Hardware   -   #15
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    Originally posted by DWk@9 April 2004 - 22:30
    Nice links....

    Well I'm having more than JUST simple problems with it. Mostly when I'm trying to compile the programs (or at least just ./configure, make, etc.).

    Most times it tells me I'm missing libs, and I installed almost EVERYTHING with RH (because I had the same problems before).

    Any ideas where I can get libs I need?

    Thanks
    Type ./configure --help

    It will give you a list of options to past to configure. Because sometimes you need to tell the program where your lib paths are and other directories, since every system and distro is different. For example, If a program can't find your qt libs do this.

    Code:
    ./configure --with-qt-libraries=/opt/qt
    Granted your qt libs are in "/opt/qt"

    One thing about using *nix is you better know where your programs and everything else is installed on your system or else go back to Windows.

    If something ever happens and you need to take action fast your pretty much up shit's creek if you don't know where stuff is.

  6. Software & Hardware   -   #16
    BANNED
    Join Date
    Jul 2003
    Location
    Guatemala
    Posts
    4,044


    And how can I know where all the stuff is?

  7. Software & Hardware   -   #17
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    Originally posted by DWk@10 April 2004 - 11:27


    And how can I know where all the stuff is?
    It's called a FILE MANAGER. Kind of like Windows Explorer except it does'nt crash.

    Or you can use a terminal. "Browse", and when you see directories like KDE, GNOME, etc. you will know that most of thoose files for that reside there.

    Here is a topic by LSA Filesystem Hierarchy

    Next you come in Linux Section take a look around before posting please.

  8. Software & Hardware   -   #18
    BANNED
    Join Date
    Jul 2003
    Location
    Guatemala
    Posts
    4,044
    :

    Cmon now...don't do that... I'm a newb :helpsmile:

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •