Find the answer to your Linux question:
Results 1 to 3 of 3
hi.. i am installing a software. it has many dependencies. eg: fribidi. fribidi is already installed but if i run ./configure for my software it says "package fribidi not found" ...
  1. #1
    Just Joined!
    Join Date
    Apr 2008
    Posts
    8

    [SOLVED] Linking the dependencies

    hi..
    i am installing a software. it has many dependencies. eg: fribidi.
    fribidi is already installed but if i run ./configure for my software it says
    "package fribidi not found"

    can anybody tell me what to do?
    what are the environment variables i need to change?

    regards,
    abailore

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    If you get such errors, you need to install the correponding devel package of the one mentioned in the error message. Using the example above, you should install fribidi-devel.

  3. #3
    Just Joined!
    Join Date
    Apr 2008
    Posts
    8
    thanks.. it worked

Posting Permissions

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