Results 1 to 3 of 3

Thread: problems installing kde progs from source

  1. #1
    Senior Member
    Join Date
    Jul 2001
    Posts
    280

    problems installing kde progs from source

    I'm having problems getting KDE programs installed. I get them configured and compiled just fine, but then I run 'make install' as root and it seems to work fine but doesn't seem to install the program. I could run them by going into the source directory and running the binary there.

    Upon further investigation, I found that the programs were being installed in /usr/local/kde/share/apps/<program name> and the binary file is in /usr/local/kde/bin which I didn't have in my path.

    So I added it to my path, and I can run the programs, but they are running odd. None of the custom icons or pictures show up in the programs (they are replaced by an icon with a question mark) and programs that have files to access (like a database of some sort) give error when it can't find it.

    So, how can I specify where to install the program or how can I tell the program where to find the files it is looking for? Thanks for your help!

  2. #2

    Re: problems installing kde progs from source

    the --prefix= option is your friend...

    do a ./configure --help

    --prefix= will tell it where to go. specify --prefix=/usr/local/ is teh default, so stuff goes in /usr/local/bin /usr/local/share/kde etc etc.

  3. #3
    Senior Member
    Join Date
    Jul 2001
    Posts
    280

    Re: problems installing kde progs from source

    Thanks for the information. I'll try that right now.

Similar Threads

  1. Problems installing MySQL++ wrapper for C++ language
    By tech291083 in forum Redhat / Fedora
    Replies: 5
    Last Post: 12-27-2010, 09:57 PM
  2. Problem Installing LimeWire
    By Lixus Looser in forum Linux - General Topics
    Replies: 4
    Last Post: 01-23-2005, 02:37 PM
  3. Project Looking Glass Open Source
    By Fatal Error in forum Linux - General Topics
    Replies: 9
    Last Post: 07-05-2004, 11:41 AM
  4. Frog Wienies
    By kavarogep in forum General Chat
    Replies: 26
    Last Post: 04-29-2003, 01:03 PM
  5. Installing Kernel Source for Nvidia drivers.
    By beatlejuice321 in forum Linux - Software, Applications & Programming
    Replies: 7
    Last Post: 09-02-2002, 06:17 PM

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
  •