Re: building tcnative

2019-11-07 Thread Mark Thomas
On November 8, 2019 12:46:03 AM UTC, George Stanchev wrote: >I am trying to build tcnative on Windows 7 using VS 2017 and it has >been nothing but pain so far around the apr and tcnative itself. Any >help is appreciated. I did get around the apr issues (which were very >similar to what I am about

building tcnative

2019-11-07 Thread George Stanchev
I am trying to build tcnative on Windows 7 using VS 2017 and it has been nothing but pain so far around the apr and tcnative itself. Any help is appreciated. I did get around the apr issues (which were very similar to what I am about to ask) by compiling via the .sln file. But the nmake route wo

Re: Building tcnative-trunk

2012-10-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 10/4/12 3:45 PM, Konstantin Kolinko wrote: > 2012/10/4 Christopher Schultz : >> >> On 10/4/12 3:03 PM, Christopher Schultz wrote: >>> I'm trying to build tcnative-trunk and I'm having trouble >>> specifying where my Java headers are:

Re: Building tcnative-trunk

2012-10-04 Thread Konstantin Kolinko
2012/10/4 Christopher Schultz : > > On 10/4/12 3:03 PM, Christopher Schultz wrote: >> I'm trying to build tcnative-trunk and I'm having trouble >> specifying where my Java headers are: >> >> $ ./buildconf --with-apr=../../apr-1.4.6 > > *sigh* > > Turns out that setting $JAVA_HOME works. > > It woul

Re: Building tcnative-trunk

2012-10-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, On 10/4/12 3:03 PM, Christopher Schultz wrote: > I'm trying to build tcnative-trunk and I'm having trouble > specifying where my Java headers are: > > $ ./buildconf --with-apr=../../apr-1.4.6 *sigh* Turns out that setting $JAVA_HOME works. It

Building tcnative-trunk

2012-10-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I'm trying to build tcnative-trunk and I'm having trouble specifying where my Java headers are: $ ./buildconf --with-apr=../../apr-1.4.6 Looking for apr source in ../../apr-1.4.6 Creating configure ... Generating 'make' outputs ... rebuilding r

Re: Trouble building tcnative

2009-05-18 Thread Rainer Jung
e. apr.h: On all platforms you'll need apr to build tcnative. On Windows with MS tools it is assumes, that the apr source gets unpacked besides jni/native (as jni/apr). Regards, Rainer > > >> Date: Mon, 18 May 2009 19:11:10 +0200 >> From: rainer.j...@kippdata.de >> To: user

Re: Trouble building tcnative

2009-05-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 5/18/2009 1:11 PM, Rainer Jung wrote: > you'll find a download of 1.1.16, which builds exactly like the 1.1.12 > you were already trying to use (configure et.al.). Yup, I already did this: no problems with the 1.1.16 version (the README fi

RE: Trouble building tcnative

2009-05-18 Thread Martin Gainty
manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Mon, 18 May 2009 19:11:10 +0200 > From: rainer.j...@kippdata.de > To: users@tomcat.apache.org > Subject: Re: Trouble building tcnative > > On 18.05.2009 18:03, Juha Laiho wrote: > >

Re: Trouble building tcnative

2009-05-18 Thread Rainer Jung
On 18.05.2009 18:03, Juha Laiho wrote: > Christopher Schultz wrote: >> I've never built tcnative before, but I'm no stranger to the standard >> UNIX source package build process. I'm having a bit of difficulty >> building this. > ... > >> ...and this is where things fall apart for me. Here's the o

Re: Trouble building tcnative

2009-05-18 Thread Juha Laiho
Christopher Schultz wrote: > I've never built tcnative before, but I'm no stranger to the standard > UNIX source package build process. I'm having a bit of difficulty > building this. ... > ...and this is where things fall apart for me. Here's the output of > configure (apologies for any bad line

Trouble building tcnative

2009-05-18 Thread Christopher Schultz
s: - -rw-r--r-- 1 chris users 1080268 May 18 10:31 .libs/libtcnative-1.a - -rwxr-xr-x 1 chris users 761938 May 18 10:31 .libs/libtcnative-1.so.0.1.12 (plus all the symlinks, etc.) Note that the version number looks wrong (file name says 0.1.12 and I had expected 1.1.12). So, technically, I suppos

problem building tcnative

2006-05-31 Thread Alan Chandler
Trying to get rid of this error message when I start tomcat 5.5.17 "The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path" I discovered I have to build the tcnative library, but its giving me problems. I am running u