Hello, On Thu, 2006-01-26 at 14:29 -0500, Geek Empire wrote: > After installing this package on my solaris box, I had to > create /dev/random or everything I tried to compile came up with a > CryptographicException: Couldn't access ramdom source. Once I created > that directory I was able to compile ok.
AFAIK Solaris doesn't support /dev/random (or /dev/urandom). The other option (built-in the mono runtime) is to use EGD. More information is available in "man mono". > Is there any chance of getting MonoDevelop included in this package? > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list -- Sebastien Pouliot <[EMAIL PROTECTED]> Blog: http://pages.infinit.net/ctech/ _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
