V5.34.09 new Install error

tar -xvf root.tar.gz
cd root
set $ROOTSYS to current directory or where root needs to be installed
./configure linuxx8664gcc
make

when running root I get “rootx xpm error: XpmOpenFailed”

[code][user@host root]$ root
rootx xpm error: XpmOpenFailed


  •                                     *
    
  •    W E L C O M E  to  R O O T       *
    
  •                                     *
    
  • Version 5.34/09 26 June 2013 *
  •                                     *
    
  • You are welcome to visit our Web site *
  •      http://root.cern.ch            *
    
  •                                     *
    

ROOT 5.34/09 (heads/v5-34-00-patches@v5-34-08-80-g1323c6f, Aug 01 2013, 11:26:00 on linuxx8664gcc)

CINT/ROOT C/C++ Interpreter version 5.18.00, July 2, 2010
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.
root [0] new TBrowser()
(class TBrowser*)0x22f58b0
root [1] .q[/code]

root seems to work, but it prints that error message, any ideas?

I’m setting $ROOTSYS manually in my bash because we maintain several root version on our cluster.
In addition, this exists in our .bashrc files:
export LD_LIBRARY_PATH=$ROOTSYS/lib
export PATH=$PATH:$ROOTSYS/bin

xpm error seems to be a problem only with v5.34.09, our previous version of v5.34.03 did not have this issue.

updated and installed various xpm packages, I think that solved the problem
except I did that after compiling, and another computer on the cluster using the same account and root installtion without updating xpm, works fine now too