In a separate note you are using "rpm -ivh [package].rpm". Please use "yum
install [package].rpm". yum tries very hard to resolve those dependencies
for you, by looking them up in a database built from whatever public
software repositories are enabled for your system.

yum uses "rpm", but is more powerful.


On Sat, Oct 26, 2013 at 12:10 PM, Elio Fabri <elio.fa...@tiscali.it> wrote:

> Hi all, I am working on SL6.2 and experience almost always the same
> problem when trying to compile.
> configure tells some libraries can't be found, even if they are actually
> installed.
>
> Just an example: trying to compile audacity-src-2.0.4 I get:
> ====================
> configure: error: "Could not find wx-config: is wxWidgets installed?
> is wx-config in your path?"
> ====================
>
> Trying to compile wxX11-2.8.12 I get:
> ====================
> configure: error:
> The development files for GTK+ were not found. For GTK+ 2, please
> ensure that pkg-config is in the path and that gtk+-2.0.pc is
> installed. For GTK+ 1.2 please check that gtk-config is in the path,
> and that the version is 1.2.3 or above. Also check that the
> libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
> --libs' are in the LD_LIBRARY_PATH or equivalent.
> ====================
>
> and so on...
> Some help?
> --
> Elio Fabri
>

Reply via email to