[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem Installing DiscoveryStudio2019 in Buster





On 07/09/2019 05:15 AM, Curt wrote:
On 2019-07-08, Stephen P. Molnar <s.molnar@sbcglobal.net> wrote:
Good idea, but it didn't work!  Got the same result, it just took longer.

https://forums.linuxmint.com/viewtopic.php?t=293074

Fastidious (27 steps!) but maybe effective.

Shorter:

bash DS2019Client.bin --keep
cd client/
sed s/"echoe"/"echo -e"/g install_DSClient.sh > install_DSClient_e.sh
bash install_DSClient_e.sh

(for the License Pack):
cd lp_installer/
bash lp_setup_linux.sh --keep
cd lpbuild/
sed s/"echoe"/"echo -e"/g install_lp.sh > install_lp_e.sh



I followed the Linux Mint Forum directions an got the results shown in the attached DiscoveryStudio2019.run.log (attached).

Next step(s), please?

Thanks in advance.

--
Stephen P. Molnar, Ph.D.            Life is a fuzzy set
http://www.Molecular-Modeling.net   Multivariate and stochastic
614.312.7528 (c)
Skype:  smolnar1

comp@AbNormal:~/Apps/Biovia2019/DiscoveryStudio2019/bin$ ./DiscoveryStudio2019

# Parse application name from $0 unless it's already set for us
if [ -z "$ACCELRYS_APPNAME" ] ; then
    ACCELRYS_APPNAME=`basename $0`
fi

# Path to the installation
abspath="$(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")"
libfolder=`dirname "$abspath"`
ACCELRYS_ROOT="$libfolder/.."

# Source the global resource configuration file
GLOBALRC=$ACCELRYS_ROOT/etc/shrc
if [ -f "$GLOBALRC" ] ; then
    . $GLOBALRC
fi
# Bourne Shell Resource Configuration file for the DS client and server 
# applications

if [ -z "$ACCELRYS_ROOT" ] ; then
    echo "ACCELRYS_ROOT is not set"
    exit 1
fi

# Detect the platform name
if [ -z "$ACCELRYS_PLATFORM" ] ; then
    case `uname` in
    IRIX64) ACCELRYS_PLATFORM=irix;;
    IRIX*)  ACCELRYS_PLATFORM=irix;;
    AIX)    ACCELRYS_PLATFORM=aix;;
    OSF1)   ACCELRYS_PLATFORM=tru64;;
    SunOS)  ACCELRYS_PLATFORM=solaris;;
    Linux)  ACCELRYS_PLATFORM=linux;;
    CYGWIN*)ACCELRYS_PLATFORM=win32;;
    *)      ACCELRYS_PLATFORM=unknown;;
    esac
    
    # special case for Itanium
    if [ `uname -m` = "ia64" ] ; then
        ACCELRYS_PLATFORM=linux_ia64
    fi
fi

export ACCELRYS_PLATFORM

# Set up the executable and library paths
PATH=$ACCELRYS_ROOT/bin:$ACCELRYS_ROOT/lib:$PATH
LD_LIBRARY_PATH=$ACCELRYS_ROOT/lib:$ACCELRYS_ROOT/lib64

export ACCELRYS_ROOT
export PATH
export LD_LIBRARY_PATH

# -- Begin License check
# Set up the License Pack environment
# IMPORTANT - Any changes to this section should also be made in
# the apps/accelrys/ds/data/shrc file until these two files
# can be replaced by a single file, if possible
lp_location=$ACCELRYS_ROOT/share/license/data/lp_location
if [ -r "$lp_location" ] ; then
  lp_dir=`cat "$lp_location"`
  if [ -d "$lp_dir" ]; then
      lp_varfile=$lp_dir/etc/lp_echovars
      if [ -r "$lp_varfile" ] ; then
         eval `"$lp_varfile" -l sh`
      else
         echo "Required file $lp_varfile can not be read."
      fi
  else
     echo "License Pack location ($lp_dir) is not a valid location."
     echo "Run $ACCELRYS_ROOT/bin/config_lp_location <location of LicensePack>"
     echo "to reconfigure."
  fi
else
  echo "Required file '$lp_location' can not be read."
fi
License Pack location (%LP_LOCATION%) is not a valid location.
Run /home/comp/Apps/Biovia2019/DiscoveryStudio2019/bin/../bin/config_lp_location <location of LicensePack>
to reconfigure.
# -- End License check


if [ "$ACCELRYS_PLATFORM" != "irix" -a "$ACCELRYS_PLATFORM" != "aix" ] ; then
    # Avoids difficult-to-debug crashes for several apps
    ulimit -s 10240
fi

# Source the application resource configuration file
APPRC=$ACCELRYS_ROOT/share/$ACCELRYS_APPNAME/shrc
if [ -f "$APPRC" ] ; then
    . $APPRC
fi

# Default value for how we exec the application
if [ -z "$ACCELRYS_EXEC" ] ; then
    ACCELRYS_EXEC=exec
fi

# The binary executable for the application
ACCELRYS_BIN=$ACCELRYS_ROOT/lib/${ACCELRYS_APPNAME}-bin
if [ ! -f "$ACCELRYS_BIN" ] ; then
    echo "ERROR: Application binary '$ACCELRYS_BIN' does not exist" 2>&1
    exit 1
fi

# Print out the environment if debug mode is on
if [ "$ACCELRYS_DEBUG" -ne 0 ] ; then
    ACCELRYS_QUIET=0
    env
fi
USER=comp
XDG_SEAT=seat0
SSH_AGENT_PID=998
XDG_SESSION_TYPE=x11
SHLVL=1
LD_LIBRARY_PATH=/home/comp/Apps/Biovia2019/DiscoveryStudio2019/bin/../lib:/home/comp/Apps/Biovia2019/DiscoveryStudio2019/bin/../lib64
HOME=/home/comp
ACCELRYS_PLATFORM=linux
DESKTOP_SESSION=lightdm-xsession
RSTUDIO_CHROMIUM_ARGUMENTS=--disable-gpu
GTK_MODULES=gail:atk-bridge
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
COLORTERM=truecolor
GLADE_MODULE_PATH=:
LOGNAME=comp
WINDOWID=77602512
_=./DiscoveryStudio2019
XDG_SESSION_CLASS=user
TERM=xterm-256color
XDG_SESSION_ID=2
PATH=/home/comp/Apps/Biovia2019/DiscoveryStudio2019/bin/../bin:/home/comp/Apps/Biovia2019/DiscoveryStudio2019/bin/../lib:/home/comp/Apps/Orca:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
SESSION_MANAGER=local/AbNormal:@/tmp/.ICE-unix/1008,unix/AbNormal:/tmp/.ICE-unix/1008
GLADE_PIXMAP_PATH=:
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
XDG_MENU_PREFIX=xfce-
XDG_RUNTIME_DIR=/run/user/1000
DISPLAY=:0.0
LANG=en_US.UTF-8
XDG_CURRENT_DESKTOP=XFCE
XDG_SESSION_DESKTOP=lightdm-xsession
XAUTHORITY=/home/comp/.Xauthority
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
SSH_AUTH_SOCK=/tmp/ssh-NV12sV2UK6z7/agent.962
XDG_GREETER_DATA_DIR=/var/lib/lightdm/data/comp
GLADE_CATALOG_PATH=:
SHELL=/bin/bash
QT_ACCESSIBILITY=1
GDMSESSION=lightdm-xsession
ACCELRYS_ROOT=/home/comp/Apps/Biovia2019/DiscoveryStudio2019/bin/..
XDG_VTNR=7
PWD=/home/comp/Apps/Biovia2019/DiscoveryStudio2019/bin
XDG_CONFIG_DIRS=/etc/xdg
XDG_DATA_DIRS=/usr/share/xfce4:/usr/local/share/:/usr/share/:/usr/share
VTE_VERSION=5402

# no early binding
unset LD_BIND_NOW

# Exec the application with the original command-line args
if [ "$ACCELRYS_QUIET" -ne 0 ] ; then
    $ACCELRYS_EXEC $ACCELRYS_BIN $ACCELRYS_OPTIONS "$@" > /dev/null 2>&1
else
    $ACCELRYS_EXEC $ACCELRYS_BIN $ACCELRYS_OPTIONS "$@" 
fi
comp@AbNormal:~/Apps/Biovia2019/DiscoveryStudio2019/bin$ 


Reply to: