[Mono-list] Mono 0.20 windows executable library directory problem

Gaurav Vaish gvaish@adobe.com
Wed, 26 Feb 2003 10:48:07 +0530


There's a trick to this:

    Sometimes, as was the case with me, even setting the path does not work.
You may need to set the following registry values:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App
Paths\<binary>\\(default) -> "path to <binary>

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App
Paths\<binary>\\Path -> "path to lib"

    where <binary> = mcs.exe, mono.exe, etc etc etc.

    IMO, the installer should take care of this. The person who created the
installer should take care of this, well at least add the path to lib. It is
available at:

    HKEY_CURRENT_USER\Environment\\PATH

HIH


Happy Hacking,
Gaurav
http://mastergaurav.virtualave.net/iitk
---------------------------------------


----- Original Message -----
From: "Daniel Morgan" <danmorg@sc.rr.com>
To: "revision17" <revision17@phreaker.net>; "monolist"
<mono-list@ximian.com>
Sent: Wednesday, February 26, 2003 02:56
Subject: RE: [Mono-list] Mono 0.20 windows executable library directory
problem


> Try setting your PATH in the control panel to where you installed mono,
such
> as:
> C:\mono-0.20\install\bin;C:\mono-0.20\install\lib;
>
> -----Original Message-----
> From: mono-list-admin@lists.ximian.com
> [mailto:mono-list-admin@lists.ximian.com]On Behalf Of revision17
> Sent: Tuesday, February 25, 2003 4:10 PM
> To: monolist
> Subject: [Mono-list] Mono 0.20 windows executable library directory
> problem
>
>
> The mono windows binaries from the install package don't find the proper
> directory of the libraries (gives an error about not being able to find
> glib-2.0*.dll or some library like that).  The way I found to fix this was
> to copy the stuff in the lib directory to the bin directory.  Does anyone
> else have this problem?
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>