User's manual
This document contains the on-line help from the CLEX File Manager software formatted for the web. Several screenshots were added. The latest version is available at www.clex.sk/help and can be downloaded from www.clex.sk/download.
Start here: Table of Contents
or Index.
version: 4.6.patch5
last update: 19-JUL-2011
Please report any errors or typos to clex@clex.sk
Known issues
All versions
-
A CLEX executable statically linked with glibc requires at runtime the shared library
from the glibc version used for linking.
If this condition is not met, following errors occur:
Cannot find your account (UID=??) in the user database
USER ACCOUNTS: Cannot obtain user account data.
If this happens, it means that you are trying to use a CLEX program which was built for a different system than yours. Starting from 4.6 we will not provide statically linked programs for download.
CLEX 4.6
-
A compile error on FreeBSD-9-RELEASE was reported on 24-JAN-2012. The solution is to edit
the file src/preview.c and add a new line after the line 17 as follows:
#include <stdio.h>
