1. Download the prerequisite packages, as listed in Installing PingID SSH using source files.
  2. Download and extract the PingID package.
  3. Go to the PingID installation directory.
    cd pingid-<version>
  4. Set the environment variables in preparation for the build process.
    1. For build tools such as AR and MAKE:
      export PATH=$PATH:/usr/ccs/bin:/usr/sfw/bin
    2. For the PingID build:
      env CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure --with-pam --prefix=/usr
  5. Build and install PingID.
    make
    sudo make install
  6. Download the properties file. See Integrate PingID with SSH.
  7. Copy the properties file to /usr/etc/pingid/pingid.properties.
    sudo cp pingid.properties /usr/etc/pingid/pingid.properties
    Important:

    Do not make any changes to the contents of the file.

In the event of problems, see Troubleshooting the PingID SSH installation.