Hi, I am installing X server on my linux machine. Following are the steps I followed: 1. downloaded the XFree86-4.5.0-src-1.tgz to XFree86-4.5.0-src-7.tgz files 2. Untar them. 3. made directory build at xc level. 4. cd build 5. lndir ../xc 6. make World >World.log 2>&1 After completion of this command, I checked World.log and got the following errors: /exports/lib/libXfont.so : undefined reference to 'ssh_z_inflateEnd' /exports/lib/libXfont.so : undefined reference to 'ssh_z_inflateInit2_' /exports/lib/libXfont.so : undefined reference to 'ssh_z_inflate' collect2: ld returned 1 exit status make[4]: *** [bdftopcf] Error1 make[4]: Leaving Directory ~/build/programs/bdftopcf make [3]: ***[all] Error 2 make [3]: Leaving Directory ~/build/programs/ make [2]: ***[all] Error 2 make [2]: Leaving Directory ~/build/programs/ make [2]: ***[World] Error 2 make [2]: Leaving Directory ~/build/programs/ make [1]: ***[World] Error 2 make [1]: Leaving Directory ~/build/programs/ Do I need to install zlilb? But zlib is already installed in /lib. Searching on google also did not help. Can anyone of you please help me? Regards, nupur _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86