Hey everybody, I'm trying to get the apr-1.2.8 work with apache-tomcat-6.0.16 which comes with tomcat-native-1.1.12. I have a Sun Sparc m5000 box with solaris 10 on it. The first time i compiled the apr-native in tomcat directly and thus got the error no apr found. So then i downloaded apr-1.2.8.tar.gz and apr-util-1.2.8.tar.gz and compiled them. #cd /apps/Softwares/ #tar xvf apr-1.2.8.tar #cd apr-1.2.8 #./configure #make #make install #crle -l /usr/lib:/usr/local/apr #crle -u everything was fine. same procedure i repeated for apr-util-1.2.8 #tar xvf apr-util-1.2.8.tar #cd apr-util-1.2.8/ #./configure #make #make install #crle -u Then i went to apr-native and compiled it again. #cd /apps/apache-tomcat-6.0.16/bin/tomcat-native-1.1.12-src/jni/native #./configure --with-apr=/usr/local/apr but again the same problem persisted. Referred google and came to no conclusion. So i deleted the all the tarred folders and started over again, just to find that this time it showed "no apr found" just after the apr-1.2.8 installation. Any kind of help appreciated.
P.S. I am a newbie. So there must be lots of mistakes. Please correct me. Thanks and Regards, P.Swami Vivekananda =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org