Re: [users@httpd] Compile apache 2.4 on solaris 10 sparc with 64 bit openssl issue

2015-04-03 Thread ਜਤਿੰਦਰ ਸਿੰਘ
I am able to install successfully. changed archive "ar" in my path from /usr/ccs/bin/ar to /usr/ccs/bin/sparcv9/ar.. I tried with shared -fpic - without success. I didnt try other options. Thanks a lot team. I appreciate everyone's help. On Fri, Apr 3, 2015 at 1:06 PM, ਜਤਿੰਦਰ ਸਿੰਘ wrote: > i w

Re: [users@httpd] Compile apache 2.4 on solaris 10 sparc with 64 bit openssl issue

2015-04-03 Thread ਜਤਿੰਦਰ ਸਿੰਘ
i will post back - i may have a working configuration. On Fri, Apr 3, 2015 at 12:14 PM, Andy Wang wrote: > On 04/03/2015 12:09 PM, Andy Wang wrote: > >> >> The trick is to use Configure directly. >> >> This is what I do for sparc: >> OPENSSL_TARGET=solaris64-sparcv9-gcc >> OPENSSL_CONFIG="./Conf

Re: [users@httpd] Compile apache 2.4 on solaris 10 sparc with 64 bit openssl issue

2015-04-03 Thread Andy Wang
On 04/03/2015 12:09 PM, Andy Wang wrote: The trick is to use Configure directly. This is what I do for sparc: OPENSSL_TARGET=solaris64-sparcv9-gcc OPENSSL_CONFIG="./Configure $OPENSSL_TARGET --prefix=$OPENSSL_ROOT threads shared" I also set CC="gcc -static-libgcc" CFLAGS="-m64" But I can't re

Re: [users@httpd] Compile apache 2.4 on solaris 10 sparc with 64 bit openssl issue

2015-04-03 Thread Andy Wang
On 04/03/2015 11:15 AM, Rainer Jung wrote: Am 03.04.2015 um 17:50 schrieb ਜਤਿੰਦਰ ਸਿੰਘ: ~/openssl64/lib$ ls -ltr total 10224 drwxr-x--- 2 q1col2a1 q1col2a1 96 Apr 2 14:59 engines -rw-r--r-- 1 q1col2a1 q1col2a1 4401152 Apr 2 14:59 libcrypto.a -rw-r--r-- 1 q1col2a1 q1col2a1 823208 A

Re: [users@httpd] Compile apache 2.4 on solaris 10 sparc with 64 bit openssl issue

2015-04-03 Thread Rainer Jung
Am 03.04.2015 um 17:50 schrieb ਜਤਿੰਦਰ ਸਿੰਘ: ~/openssl64/lib$ ls -ltr total 10224 drwxr-x--- 2 q1col2a1 q1col2a1 96 Apr 2 14:59 engines -rw-r--r-- 1 q1col2a1 q1col2a1 4401152 Apr 2 14:59 libcrypto.a -rw-r--r-- 1 q1col2a1 q1col2a1 823208 Apr 2 14:59 libssl.a drwxr-x--- 2 q1col2a1 q

Re: [users@httpd] Compile apache 2.4 on solaris 10 sparc with 64 bit openssl issue

2015-04-03 Thread ਜਤਿੰਦਰ ਸਿੰਘ
~/openssl64/lib$ ls -ltr total 10224 drwxr-x--- 2 q1col2a1 q1col2a1 96 Apr 2 14:59 engines -rw-r--r-- 1 q1col2a1 q1col2a1 4401152 Apr 2 14:59 libcrypto.a -rw-r--r-- 1 q1col2a1 q1col2a1 823208 Apr 2 14:59 libssl.a drwxr-x--- 2 q1col2a1 q1col2a1 96 Apr 2 14:59 pkgconfig by ope

Re: [users@httpd] Compile apache 2.4 on solaris 10 sparc with 64 bit openssl issue

2015-04-03 Thread Rainer Jung
Am 03.04.2015 um 16:53 schrieb ਜਤਿੰਦਰ ਸਿੰਘ: uname -a SunOS 5.10 Generic_150400-14 sun4u sparc SUNW,Netra-T12 src distribution used - apache-httpd-2_4_12-src-openssl-m.tar /usr/sfw/bin/gcc -v Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs Configured with: /sfw10/buil

Re: [users@httpd] Compile apache 2.4 on solaris 10 sparc with 64 bit openssl issue

2015-04-03 Thread ਜਤਿੰਦਰ ਸਿੰਘ
Thanks for having a look. I have tried export CC="gcc -m64" it didnt help and failed elsewhere. Interestingly only openssl/libs are coming out as 32 bits. openssl executable is 64 bit. Logs snippet from openssl make *gcc* -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DOPENSSL_THRE

Re: [users@httpd] Compile apache 2.4 on solaris 10 sparc with 64 bit openssl issue

2015-04-03 Thread Eric Covener
On Fri, Apr 3, 2015 at 10:53 AM, ਜਤਿੰਦਰ ਸਿੰਘ wrote: > export CFLAGS="-m64" Generally, export CC="gcc -m64" at the top level sems to help these problems - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional

[users@httpd] Compile apache 2.4 on solaris 10 sparc with 64 bit openssl issue

2015-04-03 Thread ਜਤਿੰਦਰ ਸਿੰਘ
uname -a SunOS 5.10 Generic_150400-14 sun4u sparc SUNW,Netra-T12 src distribution used - apache-httpd-2_4_12-src-openssl-m.tar /usr/sfw/bin/gcc -v Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/