Sergio C. Charrua wrote:
> 
> i followed your tip and tryed this:
> as you can see, my start.sh script has the export 
> LD_LIBRARY_PATH=/usr/local/lib/ declaration, but in the command line, if i 
> did something like:
>   echo $LD_LIBRARY_PATH i got something like /opt/mono/bin(or similar...) 
> which did not exist (??)... so i did the following :
> 
>   export LD_LIBRARY_PATH=/usr/local/lib/
>   export PATH=$LD_LIBRARY_PATH;$PATH
> and
>   echo $PATH 
> now returns:
>   
> /usr/local/lib/:/opt/mono/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin

Wait, where is your mono actually located? From your path output
it seems to be in /opt/mono, so you have to set this:

export LD_LIBRARY_PATH=/opt/mono/lib

Robert

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to