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"
...
- 04-05-2008 #1Just 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
- 04-05-2008 #2
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.
- 04-05-2008 #3Just Joined!
- Join Date
- Apr 2008
- Posts
- 8
thanks.. it worked


