Error message

HI , WHILE INSTALLING ROOT IN SUSELINUX-11.0 GOT A ERROR MESSAGE:

g++ -shared -Wl,-soname,libNetx.so -m32 -O2 -o lib/libNetx.so net/netx/src/TXNetFile.o net/netx/src/TXNetFileStager.o net/netx/src/TXNetSystem.o net/netx/src/G__Netx.o -Lnet/xrootd/src/xrootd/lib -lXrdOuc -lXrdSys -Llib -lXrdClient
/usr/lib/gcc/i586-suse-linux/4.3/…/…/…/…/i586-suse-linux/bin/ld: cannot find -lXrdClient
collect2: ld returned 1 exit status
make: *** [lib/libNetx.so] Error 1
rm core/utils/src/RStl_tmp.cxx core/utils/src/rootcint_tmp.cxx

WHAT IS WRNG ? HOW CAN I REMOVE THIS ERROR? CAN ANYBODY EXPALIN ME IN DETAIL?
MY MACHINE ARCHITETURE IS:

Linux linux-by4q 2.6.25.5-1.1-default #1 SMP 2008-06-07 01:55:22 +0200 i686 i686 i386 GNU/Liinux

PLEASE EXPLAIN ME IN DETAIL HOW CAN I INSTALL ROOT IN THIS ARCHITECTURE.

Could you please provide the following information:

  1. Which version of ROOT you are trying to install
  2. How you did configure
  3. The full output of the following sequence:
      $ make distclean-xrootd
      $ make all-xrootd

G. Ganis