I installed freetype2 and fontconfig with zlib separately as i was getting errors related to them.
Now, I got the following error:
../../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'
/usr/lib/libfreetype.so: undefined reference to `ssh_z_inflateReset'
collect2: ld returned 1 exit status
make[4]: *** [bdftopcf] Error 1
make[4]: Leaving directory `/home/nupur/downloads/x.org/build-xc/programs/bdftopcf'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/nupur/downloads/x.org/build-xc/programs'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/nupur/downloads/x.org/build-xc'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/home/nupur/downloads/x.org/build-xc'
make: *** [World] Error 2
This is the same error i got when i was trying to install XFree86. And because of the same error, I moved on to x.org. This is what i call a perfect example of back to square one. What would be the next step? I have already installed zlib from its source using the following commands:
1. ./configure --prefix=/
2. make test
3. make install
4. ldconfig
And it installed successfully.
Any suggestions?
