I have installed mpchi2-1.5 in my Linux desktop (Ubuntu 12.04 LTS 64-bit) with the standard command sequence 

sudo ./configure --prefix=$MOUNTDIR
sudo make
sudo make install
sudo make check

The following 9 tests of the check in src/mpe2 fail:
*** Test C program with the MPI tracing library .......................... No.
*** Test C program with the MPI logging library .......................... No.
*** Test C program with the MPI and manual logging libraries ............. No.
*** Test F77 program with the MPI and manual logging libraries ........... No.
*** Test C program with the MPI animation library ........................ No.
*** Test C program with the X11 graphics library ......................... No.
*** Test F77 program with the X11 graphics library ....................... No.
*** Test C program with the MPI collective/datatype checking library ..... No.
*** Test F77 program with the MPI collective/datatype checking library ... No.

The entire stdout and stderr outputs are enclosed as attachment.
My question is whether this is the regular behaviour and, if not, how I fix this.
Thanks for helping me out!