apach - solaris - sparc - 32 bit ?
am 26.03.2010 20:36:43 von Rajwinder-office Singh
--0016e68fd0bd7f1ec70482b948b1
Content-Type: text/plain; charset=ISO-8859-1
1. I downloaded apache source
2. compiled on solaris 10 sparc
root@psccissuzon023 # uname -a
SunOS psccissuzon023 5.10 Generic_142900-02 sun4v sparc SUNW,T5240
3. When i did apachectl -V :
Server loaded: APR 1.3.3, APR-Util 1.3.4
Compiled using: APR 1.3.3, APR-Util 1.3.4
*Architecture: 32-bit* ??
4. Then i downloaded apache package for spark and still the same result ..
so does that means solaris will show like that only or i can have 64 bit
apache on solaris some how ..
Please add/correct
Thanks
Rajwinder
--0016e68fd0bd7f1ec70482b948b1
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
1. I downloaded apache source
2. compiled on solaris 10 sparc
ro=
ot@psccissuzon023 # uname -a
SunOS psccissuzon023 5.10 Generic_142900-02=
sun4v sparc SUNW,T5240
3. When i did apachectl -V :
Server l=
oaded:=A0 APR 1.3.3, APR-Util 1.3.4
Compiled using: APR 1.3.3, APR-Util 1.3.4
Architecture: 32-bit<=
/b> ??
4. Then i downloaded apache package for spark and still the s=
ame result .. so does that means solaris will show like that only=A0 or i c=
an have 64 bit apache on solaris some how ..
Please add/correct
Thanks
Rajwinder
--0016e68fd0bd7f1ec70482b948b1--
Re: apach - solaris - sparc - 32 bit ?
am 27.03.2010 04:41:01 von Sander Temme
On Mar 26, 2010, at 12:36 PM, Rajwinder-office Singh wrote:
> 1. I downloaded apache source=20
> 2. compiled on solaris 10 sparc
When you ran ./configure, it should have a host, build and target =
architecture triplet that comes out of config.guess/config.sub (included =
in the source). This designates how your server is to be built: you can =
override what ./configure does by adding a --target flag. For instance, =
you could say sparc64 instead of sparc. Then the server and its =
libraries will be built 64bits.=20
I am not sure about the exact invocation: do experiment. =20
Note that 64bits Solaris can run both 32bits and 64bits binaries, and =
that 64bits does not necessarily mean faster. In fact, if youf server =
does not need to do things like access over 4Gb of memory (which is rare =
for anything save a database server), you might be better off with a =
32bits build. =20
S.
> root@psccissuzon023 # uname -a
> SunOS psccissuzon023 5.10 Generic_142900-02 sun4v sparc SUNW,T5240
>=20
> 3. When i did apachectl -V :
>=20
> Server loaded: APR 1.3.3, APR-Util 1.3.4
> Compiled using: APR 1.3.3, APR-Util 1.3.4
> Architecture: 32-bit ??
>=20
> 4. Then i downloaded apache package for spark and still the same =
result .. so does that means solaris will show like that only or i can =
have 64 bit apache on solaris some how ..
>=20
> Please add/correct
>=20
> Thanks
> Rajwinder
>=20
>=20
>=20
--=20
Sander Temme
sctemme@apache.org
PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: apach - solaris - sparc - 32 bit ?
am 27.03.2010 14:01:42 von Jeff Trawick
On Fri, Mar 26, 2010 at 11:41 PM, Sander Temme wrote:
>
> On Mar 26, 2010, at 12:36 PM, Rajwinder-office Singh wrote:
>
>> 1. I downloaded apache source
>> 2. compiled on solaris 10 sparc
>
> When you ran ./configure, it should have a host, build and target archite=
cture triplet that comes out of config.guess/config.sub (included in the so=
urce). =A0This designates how your server is to be built: you can override =
what ./configure does by adding a --target flag. =A0For instance, you could=
say sparc64 instead of sparc. =A0Then the server and its libraries will be=
built 64bits.
>
> I am not sure about the exact invocation: do experiment.
FWLIW, I do
CC=3D"cc -m64" ./configure --opts...
to build 64-bit on Solaris (SPARC or x86) with recent Sun Studio.
(with older versions of Sun Studio the option is something like -arch=3Dspa=
rcv9)
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org