[Mono-list] MonoDevelop Installation Trouble

Kamil Skalski nazgul@omega.pl
Thu, 6 May 2004 16:46:09 +0200


Thursday 06 May 2004 12:52, Evain Jb wrote:
> Hi There,
>
> Running a Suse 9.0, with the beta1 of mono and everything needed installed
> via Red Carpet, I got some troubles will trying to install MonoDevelop.
>
> After having exported the PKG_CONFIG_PATH to /usr/lib/pkgconfig and on
> ./configure --prefix=/usr I got :
>
> Package mono was not found[...]
> monodoc >= 0.14 not met[...]
>
> Effectively I have no any mono.pc, but I have a monodoc.pc with a 0.15
> version.
>
> Any idea of what to do to get MonoDevelop running?

Acctually IT is a bug, which Michal mentioned before - the message is 
misleading, configure script is looking here for mono.pc but complain about 
monodoc. You must install mono-devel (or mono-runtime-devel) package.

Kamil