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

[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:

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, ਜਤਿੰਦਰ ਸਿੰਘ jatindersing...@gmail.com wrote: export CFLAGS=-m64 Generally, export CC=gcc -m64 at the top level sems to help these problems - To unsubscribe, e-mail:

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

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, ਜਤਿੰਦਰ ਸਿੰਘ

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

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 aw...@ptc.com 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

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:

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