Re: tomcat-native and OS/X

2011-07-13 Thread Henri Gomez
I added both arch in build and it seems to works : CFLAGS='-arch i386 -arch x86_64' APXSLDFLAGS='-arch i386 -arch x86_64' ./configure --with-apr=/usr --with-ssl=/usr --with-java-home=/System/Library/Frameworks/JavaVM.framework/ You may also add PowerPC support like this : CFLAGS='-arch ppc -arch

Re: tomcat-native and OS/X

2011-07-13 Thread Henri Gomez
>> I tried to rebuild and install under latest OS/X 10.6.8 but Tomcat 6 >> still didn't detect it. >> > > Have you tried starting tomcat with 'java -d32/-d64' > Might be the wrong ABI (32/64-bit) gets used. You got it Mladen :) I was using -d32 and in such case it didn't works back to normal with

Re: tomcat-native and OS/X

2011-07-13 Thread Henri Gomez
The latest one, aka 1.1.20 -rwxr-xr-x 1 root wheel 186680 13 jul 11:00 libtcnative-1.0.1.20.dylib lrwxr-xr-x 1 root wheel 40 13 jul 10:53 libtcnative-1.dylib -> /usr/lib/java/libtcnative-1.0.1.20.dylib lrwxr-xr-x 1 root wheel 40 13 jul 11:02 libtcnative.dylib -> /usr/lib/java/libt

Re: tomcat-native and OS/X

2011-07-13 Thread Mladen Turk
On 07/13/2011 11:35 AM, Henri Gomez wrote: I just seen my tomcat-native 1.1.20 is not working anymore on OS/X (10.6.8). I tried to rebuild and install under latest OS/X 10.6.8 but Tomcat 6 still didn't detect it. Have you tried starting tomcat with 'java -d32/-d64' Might be the wrong ABI (32

Re: tomcat-native and OS/X

2011-07-13 Thread Konstantin Kolinko
2011/7/13 Henri Gomez : > Hi guys, > > I just seen my tomcat-native 1.1.20 is not working anymore on OS/X (10.6.8). > > INFO: The APR based Apache Tomcat Native library which allows optimal > performance in production environments was not found on the > java.library.path: > .:/Library/Java/Extensio

tomcat-native and OS/X

2011-07-13 Thread Henri Gomez
Hi guys, I just seen my tomcat-native 1.1.20 is not working anymore on OS/X (10.6.8). INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Java/Extensions:/us