You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Sc...@syntegra.com on 2002/01/11 17:25:17 UTC

Solaris 2.6 and Apache

> Hopefully someone out there can help. 
> I would like to know what the latest version of apache someone has got
> working on a solaris 2.6 system ? 
> I have tried 1.3.22 and 1.3.20 but both fail at the make stage with the
> following... 
> btbuild# 
> btbuild# ./Configure
> Using config file: Configuration
> Creating Makefile
> + configured for Solaris 260 platform
> + setting C pre-processor to /usr/local/bin/gcc -E
> + checking for system header files
> + using custom target name: btbuild
> + adding selected modules
> o rewrite_module uses ConfigStart/End
> enabling DBM support for mod_rewrite
> o dbm_auth_module uses ConfigStart/End
> + using builtin Expat
> + checking sizeof various data types
> + doing sanity check on compiler and options
> Creating Makefile in support
> Creating Makefile in os/unix
> Creating Makefile in ap
> Creating Makefile in main
> Creating Makefile in lib/expat-lite
> Creating Makefile in modules/standard
> Creating Makefile in modules/proxy
> btbuild# make
> ===> os/unix
> /usr/local/bin/gcc -c -I../../os/unix -I../../include -DSOLARIS2=260
> -DTARGET
> =\"btbuild\" -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED os.c
> /usr/local/bin/gcc -c -I../../os/unix -I../../include -DSOLARIS2=260
> -DTARGET
> =\"btbuild\" -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED os-inline.c
> rm -f libos.a
> ar cr libos.a os.o os-inline.o
> ranlib libos.a
> <=== os/unix
> ===> ap
> /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> -DTARGET=\"btb
> uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_cpystrn.c
> /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> -DTARGET=\"btb
> uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_execve.c
> /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> -DTARGET=\"btb
> uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_fnmatch.c
> /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> -DTARGET=\"btb
> uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_getpass.c
> /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> -DTARGET=\"btb
> uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_md5c.c
> /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> -DTARGET=\"btb
> uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_signal.c
> /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> -DTARGET=\"btb
> uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_slack.c
> /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> -DTARGET=\"btb
> uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_snprintf.c
> /usr/ccs/bin/as: "/var/tmp/ccC3II7R.s", line 3318: error: unknown opcode
> ".subsection"
> /usr/ccs/bin/as: "/var/tmp/ccC3II7R.s", line 3318: error: statement syntax
> /usr/ccs/bin/as: "/var/tmp/ccC3II7R.s", line 3442: error: unknown opcode
> ".previous"
> /usr/ccs/bin/as: "/var/tmp/ccC3II7R.s", line 3442: error: statement syntax
> *** Error code 1
> make: Fatal error: Command failed for target `ap_snprintf.o'
> Current working directory /usr/local/apache1322/apache_1.3.22/src/ap
> *** Error code 1
> make: Fatal error: Command failed for target `subdirs'
> 
> 


********************************************************************

This email may contain information which is privileged or confidential. If you are not the intended recipient of this email, please notify the sender immediately and delete it without reading, copying, storing, forwarding or disclosing its contents to any other person
Thank you

Check us out at http://www.syntegra.com

********************************************************************


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: Solaris 2.6 and Apache

Posted by Garrett Meiers <gm...@consulnix.com>.
On 11 Jan 2002 12:24:22 -0600, Ben Ricker wrote:

>I heard of a new Open Source project called OpenPKG. It allows you to
>get RPM functionality across multiple UNICES (they fully support
>Solaris, Linux, and FreeBSD). They have a package for Apache 1.3.22
>available. I am going to check it out. Imagine having *1* binary for any
>Unix!


Having *1* binary would be cool -- however what the cross-platform RPM
functionality provides is one install package and the installer would install
the appropriate binary for the system it's being installed on.

Having a one binary for any UNIX is possible -- but it wouldn't be very
efficient -- which is why binaries are compiled for different architectures...

Just my two cents.


Garrett
--
Garrett Meiers



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: Solaris 2.6 and Apache

Posted by Ben Ricker <br...@wellinx.com>.
On Fri, 2002-01-11 at 10:49, Peter Mutton wrote:
> I'm kinda lazy, I'm running 1.3.12 binary I downloaded from
> www.sunfreeware.com
> 
> Peter Mutton

I heard of a new Open Source project called OpenPKG. It allows you to
get RPM functionality across multiple UNICES (they fully support
Solaris, Linux, and FreeBSD). They have a package for Apache 1.3.22
available. I am going to check it out. Imagine having *1* binary for any
Unix!

Ben
 
> 
> 
> Scott.DOLAN@syntegra.com wrote:
> > 
> > > Hopefully someone out there can help.
> > > I would like to know what the latest version of apache someone has got
> > > working on a solaris 2.6 system ?
> > > I have tried 1.3.22 and 1.3.20 but both fail at the make stage with the
> > > following...
> > > btbuild#
> > > btbuild# ./Configure
> > > Using config file: Configuration
> > > Creating Makefile
> > > + configured for Solaris 260 platform
> > > + setting C pre-processor to /usr/local/bin/gcc -E
> > > + checking for system header files
> > > + using custom target name: btbuild
> > > + adding selected modules
> > > o rewrite_module uses ConfigStart/End
> > > enabling DBM support for mod_rewrite
> > > o dbm_auth_module uses ConfigStart/End
> > > + using builtin Expat
> > > + checking sizeof various data types
> > > + doing sanity check on compiler and options
> > > Creating Makefile in support
> > > Creating Makefile in os/unix
> > > Creating Makefile in ap
> > > Creating Makefile in main
> > > Creating Makefile in lib/expat-lite
> > > Creating Makefile in modules/standard
> > > Creating Makefile in modules/proxy
> > > btbuild# make
> > > ===> os/unix
> > > /usr/local/bin/gcc -c -I../../os/unix -I../../include -DSOLARIS2=260
> > > -DTARGET
> > > =\"btbuild\" -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED os.c
> > > /usr/local/bin/gcc -c -I../../os/unix -I../../include -DSOLARIS2=260
> > > -DTARGET
> > > =\"btbuild\" -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED os-inline.c
> > > rm -f libos.a
> > > ar cr libos.a os.o os-inline.o
> > > ranlib libos.a
> > > <=== os/unix
> > > ===> ap
> > > /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> > > -DTARGET=\"btb
> > > uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_cpystrn.c
> > > /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> > > -DTARGET=\"btb
> > > uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_execve.c
> > > /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> > > -DTARGET=\"btb
> > > uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_fnmatch.c
> > > /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> > > -DTARGET=\"btb
> > > uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_getpass.c
> > > /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> > > -DTARGET=\"btb
> > > uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_md5c.c
> > > /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> > > -DTARGET=\"btb
> > > uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_signal.c
> > > /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> > > -DTARGET=\"btb
> > > uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_slack.c
> > > /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> > > -DTARGET=\"btb
> > > uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_snprintf.c
> > > /usr/ccs/bin/as: "/var/tmp/ccC3II7R.s", line 3318: error: unknown opcode
> > > ".subsection"
> > > /usr/ccs/bin/as: "/var/tmp/ccC3II7R.s", line 3318: error: statement syntax
> > > /usr/ccs/bin/as: "/var/tmp/ccC3II7R.s", line 3442: error: unknown opcode
> > > ".previous"
> > > /usr/ccs/bin/as: "/var/tmp/ccC3II7R.s", line 3442: error: statement syntax
> > > *** Error code 1
> > > make: Fatal error: Command failed for target `ap_snprintf.o'
> > > Current working directory /usr/local/apache1322/apache_1.3.22/src/ap
> > > *** Error code 1
> > > make: Fatal error: Command failed for target `subdirs'
> > >
> > >
> > 
> > ********************************************************************
> > 
> > This email may contain information which is privileged or confidential. If you are not the intended recipient of this email, please notify the sender immediately and delete it without reading, copying, storing, forwarding or disclosing its contents to any other person
> > Thank you
> > 
> > Check us out at http://www.syntegra.com
> > 
> > ********************************************************************
> > 
> > ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: Solaris 2.6 and Apache

Posted by Peter Mutton <pe...@bell.ca>.
I'm kinda lazy, I'm running 1.3.12 binary I downloaded from
www.sunfreeware.com

Peter Mutton



Scott.DOLAN@syntegra.com wrote:
> 
> > Hopefully someone out there can help.
> > I would like to know what the latest version of apache someone has got
> > working on a solaris 2.6 system ?
> > I have tried 1.3.22 and 1.3.20 but both fail at the make stage with the
> > following...
> > btbuild#
> > btbuild# ./Configure
> > Using config file: Configuration
> > Creating Makefile
> > + configured for Solaris 260 platform
> > + setting C pre-processor to /usr/local/bin/gcc -E
> > + checking for system header files
> > + using custom target name: btbuild
> > + adding selected modules
> > o rewrite_module uses ConfigStart/End
> > enabling DBM support for mod_rewrite
> > o dbm_auth_module uses ConfigStart/End
> > + using builtin Expat
> > + checking sizeof various data types
> > + doing sanity check on compiler and options
> > Creating Makefile in support
> > Creating Makefile in os/unix
> > Creating Makefile in ap
> > Creating Makefile in main
> > Creating Makefile in lib/expat-lite
> > Creating Makefile in modules/standard
> > Creating Makefile in modules/proxy
> > btbuild# make
> > ===> os/unix
> > /usr/local/bin/gcc -c -I../../os/unix -I../../include -DSOLARIS2=260
> > -DTARGET
> > =\"btbuild\" -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED os.c
> > /usr/local/bin/gcc -c -I../../os/unix -I../../include -DSOLARIS2=260
> > -DTARGET
> > =\"btbuild\" -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED os-inline.c
> > rm -f libos.a
> > ar cr libos.a os.o os-inline.o
> > ranlib libos.a
> > <=== os/unix
> > ===> ap
> > /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> > -DTARGET=\"btb
> > uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_cpystrn.c
> > /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> > -DTARGET=\"btb
> > uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_execve.c
> > /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> > -DTARGET=\"btb
> > uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_fnmatch.c
> > /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> > -DTARGET=\"btb
> > uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_getpass.c
> > /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> > -DTARGET=\"btb
> > uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_md5c.c
> > /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> > -DTARGET=\"btb
> > uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_signal.c
> > /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> > -DTARGET=\"btb
> > uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_slack.c
> > /usr/local/bin/gcc -c -I../os/unix -I../include -DSOLARIS2=260
> > -DTARGET=\"btb
> > uild\" -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED ap_snprintf.c
> > /usr/ccs/bin/as: "/var/tmp/ccC3II7R.s", line 3318: error: unknown opcode
> > ".subsection"
> > /usr/ccs/bin/as: "/var/tmp/ccC3II7R.s", line 3318: error: statement syntax
> > /usr/ccs/bin/as: "/var/tmp/ccC3II7R.s", line 3442: error: unknown opcode
> > ".previous"
> > /usr/ccs/bin/as: "/var/tmp/ccC3II7R.s", line 3442: error: statement syntax
> > *** Error code 1
> > make: Fatal error: Command failed for target `ap_snprintf.o'
> > Current working directory /usr/local/apache1322/apache_1.3.22/src/ap
> > *** Error code 1
> > make: Fatal error: Command failed for target `subdirs'
> >
> >
> 
> ********************************************************************
> 
> This email may contain information which is privileged or confidential. If you are not the intended recipient of this email, please notify the sender immediately and delete it without reading, copying, storing, forwarding or disclosing its contents to any other person
> Thank you
> 
> Check us out at http://www.syntegra.com
> 
> ********************************************************************
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org