Dear all,
I just install phenix and I found phenix-1.9-1692/pymol/install and it says:

INSTALLATION of the PyMOL Executable Build for Unix

1) Extract the appropriate archive.

   tar -zxvf pymol-0_99-bin-linux-x86-glibc23.tgz

2) Change directory into the root level of the archive.

   cd pymol

3) Run "./setup.sh" which will create "./pymol" with a record of
   the current working directory.

   ./setup.sh

4) Link or copy ./pymol into a directory that is in your path.
  
   ln -s `pwd`/pymol /usr/local/bin/pymol
      (or perhaps)
   cp pymol /usr/local/bin/pymol

5) Now try it!

   ./pymol


I follow it and when I type pymol there comes an error:
$ pymol
/usr/local/bin/pymol: /usr/local/phenix-1.9-1692/pymol/pymol.exe: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

Is any one konw how to deal with it?

Best,
Weifei