IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links
wiki:IPP_Installation

Version 16 (modified by Serge CHASTEL, 14 years ago) ( diff )

--

Return to the Main Page

Download the IPP code from our SVN repository

Build & Install (unify and clarify)

  • Ubuntu 12.04 and related issues : notes on updates to the build scripts motivated by changes from Ubuntu 12.04 and related
  • MagicInstallIssues : Notes related to building magic
  • IPPInstallStepByStep-2.9-debian-ROE: Notes for installing ipp-2.9 at the ROE - Eric Tittley
  • IPPInstallStepByStep-2.6.1-RHEL5.1-Odyssey : Notes on installing ipp-2.6.1 on Harvard's Odyssey cluster - Joel Welling
  • IPPInstallStepByStep-2.6.1-FC7 : Notes on installing ipp-2.6.1 for !FedoraCore7 - Yuji Urata & Lijin Huang
  • Install on ubuntu
  • CFITSIO : CFITSIO always seems picky and sometimes causes installation trouble.
  • Mac OS X (Darwin) Installation Guides
  • Old Installation Guides (out-of-date)
  • libmysqlclient: It is advised to install your system dependent (e.g. with sudo apt-get install libmysqlclient). If the libmysqlclient library is not installed on your system, the IPP installation script will install it for you. However there might be a parameter to change if you encounter the mysql related following error when you start the mysql client:
    ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
    

You need to edit and change the psconfig/tagsets/ipp-3.0.libs configuration libmysql related entry. The current value:

[...]
lib libmysqlclient       NONE           mysql  mysql-5.0.51a.tar.gz     mysql-5.0.51a    N --with-unix-socket-path=/var/run/mysqld/mysqld.sock NONE NONE
[...]

should be replaced by:

[...]
lib libmysqlclient       NONE           mysql  mysql-5.0.51a.tar.gz     mysql-5.0.51a    N --with-unix-socket-path=<path_to_your_socket> NONE NONE
[...]

The <path_to_your_socket> value can be found in the mysql server configuration file (usually /etc/mysql/my.cnf):

[...]
socket                                          = /arbitrary/path/to/mysqld.sock
[...]

Install only Ohana

See OhanaStandAlone

Site-Specific Configuration

Camera-Specific Configuration

ippMonitor Installation

  • ippMonitor : Notes on installing PHP modules to allow ippMonitor to run - Michael Wood-Vasey and Mark Huber.
  • IppMonitor setup : Notes on IPP commands for setting up ippMonitor

Nebulous Installation

Notes

  • mysql can fill up its disk with log files. It is easy to flush the files if this happens:

mysql> flush logs; mysql> reset master;

It is also possible to limit the max size. See discussion on this site.

Note: See TracWiki for help on using the wiki.