Re: Questions about installing APR

2010-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 12/7/2010 12:55 PM, Mark Eggers wrote: > man pkg-config > >>From the description of pkg-config: > > The pkg-config program is used to retrieve information about installed > libraries in the system. It is typically used to compile and

Re: Questions about installing APR

2010-12-07 Thread Mark Eggers
. . just my two cents. /mde/ - Original Message From: "Aggarwal, Ajay" To: Tomcat Users List Sent: Tue, December 7, 2010 6:57:19 AM Subject: RE: Questions about installing APR One more question. I was thinking of compiling it on a different machine (call it my build machine

RE: Questions about installing APR

2010-12-07 Thread Aggarwal, Ajay
One more question. I was thinking of compiling it on a different machine (call it my build machine) and then copying the necessary files on to the target machines. These target machines are running the same (linux) OS as my build machine. But on my build machine I want to use --prefix=/build/expor

RE: Questions about installing APR

2010-12-02 Thread Aggarwal, Ajay
Thanks for your help. That worked. -Original Message- From: Mark Eggers [mailto:its_toas...@yahoo.com] Sent: Thursday, December 02, 2010 4:27 PM To: Tomcat Users List Subject: Re: Questions about installing APR In RedHat-based Linux distributions (maybe in others), you'll ne

Re: Questions about installing APR

2010-12-02 Thread Mark Eggers
In RedHat-based Linux distributions (maybe in others), you'll need to install the development packages as well as the base packages. Look for: apr-devel apr-util-devel and install. Then you can do a configure with: ./configure --with-apr=/usr since the apr-1-config (at least that's what it's