Renu, I had a similar issue with Apache 2.0.59 on RHEL 5
(64-bit). I saw someone answered your question by putting in the following
link: http://www.catb.org/~esr/faqs/smart-questions.html
I don’t know what you were supposed to get from that,
but this is what I found after two hours of digging: make LDFLAGS="-L/usr/lib64" The LDFLAGS tell’s make what additional libraries to
use. I hope this helps you as much as it helped me. I found the info
indirectly at the following web site: http://www.modpython.org/pipermail/mod_python/2007-May/023727.html Thanks, Lance Campbell Project Manager/Software Architect Web Services at Public Affairs 217.333.0382 http://webservices.uiuc.edu Original post by Renu: Hi, I need to build the source of Apache 2.0.5x on RHEL 4.0 (64-bit). As i am not able to get the Apache installer for 64 bit Linux platform, i will be using the source httpd-2.0.59.tar.gz. Please tell me how to build the Apache source on RHEL(64-bit).Is there any difference in building the source code for 64-bit? Thanks, Renu
|