Skip to Main Content
Ideas for RICOH ProcessDirector

Help us make RICOH ProcessDirector better for everyone!

Sign up to submit your ideas and to vote on the ones that we are considering right now.

After review and evaluation, your idea might show up on this list too. THANKS!

Please note that all ideas submitted become the property of Ricoh, LTD.

Status Under consideration
Created by Guest
Created on Feb 25, 2020

Precheck LD_LIBRARY_PATH in .profiles

The default supplied /home/aiw1/.profile adds records into PATH and LD_LIBRARY_PATH each time called regardless of whether they exist already so the path becomes littered with multiple copies of the same path

export PATH=$PATH:/aiw/aiw1/pc/bin:/aiw/aiw1/pc/bin/depends
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/aiw/aiw1/pc/bin:/aiw/aiw1/pc/bin/depends

It also calls /opt/infoprint/ippd/base/config/ippdprofile which adds more. For PATH, this does check and only adds missing. For LD_LIBRARY_PATH it adds another collection

export LD_LIBRARY_PATH="$AIWPATH_UNIX/bin:$AIWDATA_UNIX/bin/$OSNAME:$AIWDATA_UNIX/bin:$AIWDATA_UNIX/lib:$AIWPATH_UNIX/afpviewer/lib:$PSFPATH/bin:$LD_LIBRARY_PATH"

Please consider adding the PATH logic to LD_LIBRARY_PATH export sections of both.

  • Attach files