Installing and upgrading InfoPrint Select for Linux
If you are using the InfoPrint Select client in a PAM/SSO environment, the user taken from the LDAP (PAM)/Active Directory system authentication session is used for the InfoPrint Manager user-related attributes.
Before installing the InfoPrint Select client, make sure you have the following prerequisites installed on your system:
- libatk-1.0.so.0
- libc.so.6
- libc.so.6(GLIBC_2.0)
- libc.so.6(GLIBC_2.1)
- libc.so.6(GLIBC_2.1.3)
- libc.so.6(GLIBC_2.2)
- libdl.so.2
- libgcc_s.so.1
- libgcc_s.so.1(GCC_3.0)
- libgdk_pixbuf-2.0.so.0
- libgdk-x11-2.0.so.0
- libglib-2.0.so.0
- libgmodule-2.0.so.0
- libgobject-2.0.so.0
- libgtk-x11-2.0.so.0
- liblber-2.4.so.2
- libldap-2.4.so.2
- libm.so.6
- libpango-1.0.so.0
- libpangox-1.0.so.0
- libpangoxft-1.0.so.0
- libpthread.so.0
- libpthread.so.0(GLIBC_2.0)
- libpthread.so.0(GLIBC_2.1)
- libpthread.so.0(GLIBC_2.1.1)
- librt.so.1
- libstdc++.so.6
- libstdc++.so.6(CXXABI_1.2)
- libstdc++.so.6(GLIBCPP_3.2)
To install the InfoPrint Select clients:
- From Terminal:
-
- If you are installing from the RICOH InfoPrint Manager: Common Clients ISO file:
- Mount the RICOH InfoPrint Manager: Common Clients ISO file.
- Copy the installer package for the version of the InfoPrint Select client you want to install to a temporary location. For example:
/tmp. - Open a command terminal.
- Install the InfoPrint Select client package by typing:
sudo rpm -i ipr-select-4.15.m-n.x86_64.rpmWhere m and n represent the service update level. - If you are upgrading the InfoPrint Select client from a previous version, you need to type:
sudo rpm -U ipr-select-4.15.m-n.x86_64.rpmWhere m and n represent the service update level.
- If you are installing from the web:
- Download the InfoPrint Select client package.
- Install the InfoPrint Select client package by typing:
sudo rpm -i ipr-select-4.15.m-n.x86_64.rpmWhere m and n represent the service update level. - If you are upgrading the InfoPrint Select client from a previous version, you need to type:
rpm -U ipr-select-4.15.m-n.x86_64.rpmWhere m and n represent the service update level.
- If you are installing from the RICOH InfoPrint Manager: Common Clients ISO file:
These environment variables must be set for the Linux Command Line client, installed
with the InfoPrint Select client, to work. The install process puts two shell configuration files (ipr-cmd.csh and ipr-cmd.sh) in the /etc/profile.d directory to set them. Edit these files and provide values for:
- PDHOST
- The name of the host where the InfoPrint Manager server is located.
- PD_SOCKET
- The TCP/IP socket number of the port for the InfoPrint Manager server. The default socket is 6874. Use 6874 unless your system has been specifically set up differently or you have more than one InfoPrint Manager server running on the host.
- PDPRINTER (optional)
- The default logical destination in the InfoPrint Manager server that you want to use. The commands use this value if you do not specify a logical destination on the command line.
- Important:
- If you want to use the CUPS (Common Unix Printing System) web interface version 1.1.x,
you must manually set the
/usr/lib/cups/backend/selpmsrights to 755 using the following command:chmod 755 /usr/lib/cups/backend/selpms
- If you want to use KDE libraries, make sure kdelibs 3.5.7 or higher is installed on your machine.