4.4 Mono

Novell iFolder 3.8 requires the Mono® framework for Linux. Mono is a development platform for running and developing modern applications. Based on the ECMA/ISO Standards, Mono can run existing programs that target the .NET or Java frameworks. The Mono Project is an open source effort led by Novell and is the foundation for many new applications. For information about Mono, see the Mono Project Web site.

The iFolder clients for Linux and Macintosh also require Mono 1.2.x. Linux and Macintosh users must install both iFolder and Mono packages. For information, see Getting Started in the Novell iFolder 3.8 Cross-Platform User Guide.

NOTE:When the iFolder server is running, you must not delete the /tmp folder because mod_mono stores some files in the /tmp folder. If you delete this folder, the iFolder server will become unusable. As a workaround, you must do the following:

  1. Stop apache.

    /etc/init.d/apache2 stop

  2. Stop the iFolder mono process.

    pkill mono

  3. Start apache

    /etc/init.d/apache2 start