Recital 19.50 installer for Linux x32 and x64.
The download contains the following: 
- Recital Developer
 
- Recital Server
 
- Recital Client Drivers (ODBC and JDBC)
 
- Recital Web (includes Apache plugin)
 
- Samples
 
 
Recital Express License
When run unlicensed, Recital products run with a Recital Express License. A Recital Express License is for personal "non commercial use only" and can be used to develop applications for desktop or batch operation. It is a single-user license which does not allow multi-user data access. If you need to evaluate Recital products in a multi-user environment please contact sales to request a trial license. 
System requirements
- Intel 32 or 64 bit Linux kernel >= 2.4
 
 
Linux 64 Bit Additional Requirements
- RedHat, Centos and family
$ sudo yum install zlib-devel.i686 pam.i686 libstdc++.i686 libnsl.i686 libuuid.i686 
(and accept dependencies) 
For RedHat 9: 
$ sudo yum install libxcrypt-compat-4.4.18-3.el9.i686 
For the Recital Server only: 
$ sudo yum install openldap.i686 
and then create a symbolic link libldap-2.3.so.0 to libldap-2.4.so.2: 
$ cd /usr/lib
$ sudo ln -s libldap-2.4.so.2 libldap-2.3.so.0 
 
- Debian family
$ sudo dpkg --add-architecture i386
$ sudo apt-get update 
$ sudo apt-get install lib32z1 
(and accept dependencies) 
$ sudo apt-get install libpam0g:i386 libstdc++6:i386 libuuid1:i386 
(and accept dependencies) 
For the Recital Server only: 
$ sudo apt-get install libldap-2.4.2:i386 
and then create a symbolic link libldap-2.3.so.0 to libldap-2.4.so.2: 
$ cd /usr/lib/i386-linux-gnu
$ sudo ln -s libldap-2.4.so.2 libldap-2.3.so.0 
 
- Ubuntu family
$ sudo apt-get install lib32z1 libpam0g:i386 libstdc++6:i386 libuuid1:i386 
(and accept dependencies) 
For the Recital Server only: 
$ sudo apt-get install libldap-2.4.2:i386 
and then create a symbolic link libldap-2.3.so.0 to libldap-2.4.so.2: 
$ cd /usr/lib/i386-linux-gnu
$ sudo ln -s libldap-2.4.so.2 libldap-2.3.so.0   
Linux 32 Bit Additional Requirements
- Debian family
For the Recital Server only: 
$ sudo apt-get install libldap-2.4.2 
and then create a symbolic link libldap-2.3.so.0 to libldap-2.4.so.2: 
$ cd /usr/lib/i386-linux-gnu
$ sudo ln -s libldap-2.4.so.2 libldap-2.3.so.0  
- For other 32 bit platforms for the Recital Server only: install the libldap-2.4.2 package and create a symbolic link libldap-2.3.so.0 to libldap-2.4.so.2 in the relevant directory.
 
 
Installation Instructions
- Download the installer into a temporary directory
 
- Login as root (or run installer with sudo)
 
- Run the installer from a terminal window
 
 $ cd download_directory
$ sudo chmod +x recital-19.50.190408-linux32.bin
$ sudo ./recital-19.50.190408-linux32.bin 
Follow the installer instructions
Getting started
- For systems that do not have the xterm libraries installed, please install these to use xterm, or set the DB_TERM environment variable to start Recital from a terminal:
 
 DB_TERM=gnome-terminal; export DB_TERM 
This setting can be added to the /opt/recital/conf/recital.conf (text) file to make it available system-wide. 
Run Recital as root/with sudo to configure the compatibility settings
$ sudo recital 
After saving the compatibility settings, quit to exit, then run Recital as your preferred user.
> quit 
$ recital 
Full documentation can be found on this website in the documentation wiki. 
By default, the system wide temporary directory for Recital is set to /usr/tmp/.  If this directory does not exist, or if another directory is preferred, this can be changed by modifying the DB_TMPDIR environment variable in the /opt/recital/conf/recital.conf (text) file. 
Please note that the Recital ODBC Driver for Linux requires a 32 bit ODBC Driver Manager.  |