  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Installing APR on Fedora | Installing APR on Fedora 2007-08-15 - By Ole Ersoy
Back Hi,
I'm trying to get the APR native capabilities working on Fedora. I first checked that apr and opensll was installed like this:
[ole@(protected) ~]$ rpm -qa | grep apr apr-util-1 (See http://til-1.ora-code.com).2.8-7 apr-1 (See http://apr-1.ora-code.com).2.8-6
[root@(protected) native]# rpm -qa | grep openssl openssl-0 (See http://ssl-0.ora-code.com).9.8b-12.fc7 openssl-devel-0 (See http://vel-0.ora-code.com).9.8b-12.fc7
Then I try to compile like this:
[root@(protected) native]# ./configure && make && make install --with-apr=/usr/lib/ checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking for working mkdir -p... yes Tomcat Native Version: 1.1.10 checking for chosen layout... tcnative checking for APR... no configure: error: APR could not be located. Please use the --with-apr option. [root@(protected) native]#
And like this:
[root@(protected) native]# ./configure && make && make install --with-apr=/usr/lib/apr -util-1 (See http://til-1.ora-code.com)/ checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking for working mkdir -p... yes Tomcat Native Version: 1.1.10 checking for chosen layout... tcnative checking for APR... no configure: error: APR could not be located. Please use the --with-apr option. [root@(protected) native]#
Anyone have any ideas on how to fix this?
Thanks, - Ole
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|
 |