Farzal wrote:
SNIP
This is a board for asking install related questions, not making observations or critisizing such observations.
END QUOTE
So, how come the first message of this thread said:
"too many Qs, too few answers"
isn't that an observation and a critique all at once? ;)
but seriously, on your install issue, try a newer distro, like RH 7.1. They usually have things like zlib, libjpeg, libtiff, and maybe even libttf loaded.
Take a look at what packages are on your machine. for instance, on an RPM box, you can do this:
'rpm -qa|grep -i jpeg' to see if any package with the word jpeg is already installed.
If the libs are installed you're probably ok.
did you know that after you build a lib by hand, you have to make sure that whatever path you intall it into is in your /etc/ld.so.conf file and run ldconfig to make your system see it? Well, I gotta go frag users, so that's all I have time to post. ;)