You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Damayanti Gupta <da...@cs.umd.edu> on 2004/06/24 15:34:40 UTC

[users@httpd] Apache Install

Hey- I sent this message out before, can someone help me please? Im
totally new to this

Hi,
I am having a problem installing apache 2.0.49 on a Unix machine.I extract
the source code,do configure, then make, which does some compilation before exiting with -

pd-2.0.49/modules/proxy
-I/fs/junkfood/dami/testing/src/apache/httpd-2.0.49/include
-I/fs/junkfood/dami/testing/src/apache/httpd-2.0.49/modules/generators
-I/fs/junkfood/dami/testing/src/apache/httpd-2.0.49/modules/dav/main
-prefer-non-pic -static -c prefork.c && touch prefork.lo
prefork.c:101: `AP_MPMQ_STARTING' undeclared here (not in a function)
prefork.c: In function `clean_child_exit':
prefork.c:189: `AP_MPMQ_STOPPING' undeclared (first use in this
function)
prefork.c:189: (Each undeclared identifier is reported only once
prefork.c:189: for each function it appears in.)
prefork.c: In function `ap_mpm_query':
prefork.c:288: `AP_MPMQ_MPM_STATE' undeclared (first use in this
function)
prefork.c: In function `child_main':
prefork.c:460: `AP_MPMQ_STARTING' undeclared (first use in this
function)
prefork.c:517: `AP_MPMQ_RUNNING' undeclared (first use in this
function)
prefork.c: In function `ap_mpm_run':
prefork.c:887: `AP_MPMQ_STOPPING' undeclared (first use in this
function)
prefork.c:962: `AP_MPMQ_RUNNING' undeclared (first use in this
function)
prefork.c: In function `prefork_pre_config':
prefork.c:1149: `AP_MPMQ_STARTING' undeclared (first use in this
function)
make[4]: *** [prefork.lo] Error 1
make[4]: Leaving directory
`/a/asteria.cs.umd.edu/junkfood/d/dami/testing/src/apache/httpd-2.0.49/server/mpm/prefork'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/a/asteria.cs.umd.edu/junkfood/d/dami/testing/src/apache/httpd-2.0.49/server/mpm/prefork'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/a/asteria.cs.umd.edu/junkfood/d/dami/testing/src/apache/httpd-2.0.49/server/mpm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/a/asteria.cs.umd.edu/junkfood/d/dami/testing/src/apache/httpd-2.0.49/server'
make: *** [all-recursive] Error 1


Do any of you know anything about this error?
Thanks

This is on a UNIX platform.

Thanks

Dami





---------------------------------------------------------------------
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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache Install

Posted by Damayanti Gupta <da...@cs.umd.edu>.
ahhh, interesting... thanks a lot!!


On Thu, 24 Jun 2004, Eugene Lee wrote:

> On Thu, Jun 24, 2004 at 02:45:08PM -0400, Damayanti Gupta wrote:
> :
> : Thanks for writing. I am using Solaris 2.8. Yes, it is supported by
> : Apache. make is just the makefile. I am using gcc version 2.95.3
> : 20010315
>
> I've heard of this problem with some versions of Linux when doing a
> package upgrade.  Not sure about Solaris.  Could be some new defintions
> introduced in 2.0.49.  Try compiling 2.0.48 or older.  If they work,
> there may be a build issue with Solaris 2.8 that you should report to
> the Apache developers directly.
>
>
> --
> Eugene Lee
>
> ---------------------------------------------------------------------
> 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
>    "   from the digest: users-digest-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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache Install

Posted by Eugene Lee <li...@fsck.net>.
On Thu, Jun 24, 2004 at 02:45:08PM -0400, Damayanti Gupta wrote:
: 
: Thanks for writing. I am using Solaris 2.8. Yes, it is supported by
: Apache. make is just the makefile. I am using gcc version 2.95.3
: 20010315

I've heard of this problem with some versions of Linux when doing a
package upgrade.  Not sure about Solaris.  Could be some new defintions
introduced in 2.0.49.  Try compiling 2.0.48 or older.  If they work,
there may be a build issue with Solaris 2.8 that you should report to
the Apache developers directly.


-- 
Eugene Lee

---------------------------------------------------------------------
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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache Install

Posted by Damayanti Gupta <da...@cs.umd.edu>.
Hi,
Thanks for writing. I am using Solaris 2.8. Yes, it is supported by
Apache. make is just the makefile. I am using gcc version 2.95.3
20010315
Thanks a lot
Dami


On Thu, 24 Jun 2004, Eugene Lee wrote:

> What flavor of Unix?  Is it officially supported by Apache?
> What versions of make and gcc are you using to build Apache?
>
>
> On Thu, Jun 24, 2004 at 09:34:40AM -0400, Damayanti Gupta wrote:
> :
> : I am having a problem installing apache 2.0.49 on a Unix machine.I
> : extract the source code,do configure, then make, which does some
> : compilation before exiting with -
> :
> : pd-2.0.49/modules/proxy
> : -I/fs/junkfood/dami/testing/src/apache/httpd-2.0.49/include
> : -I/fs/junkfood/dami/testing/src/apache/httpd-2.0.49/modules/generators
> : -I/fs/junkfood/dami/testing/src/apache/httpd-2.0.49/modules/dav/main
> : -prefer-non-pic -static -c prefork.c && touch prefork.lo
> : prefork.c:101: `AP_MPMQ_STARTING' undeclared here (not in a function)
> : prefork.c: In function `clean_child_exit':
> : prefork.c:189: `AP_MPMQ_STOPPING' undeclared (first use in this
> : function)
> : prefork.c:189: (Each undeclared identifier is reported only once
> : prefork.c:189: for each function it appears in.)
> : prefork.c: In function `ap_mpm_query':
> : prefork.c:288: `AP_MPMQ_MPM_STATE' undeclared (first use in this
> : function)
> : prefork.c: In function `child_main':
> : prefork.c:460: `AP_MPMQ_STARTING' undeclared (first use in this
> : function)
> : prefork.c:517: `AP_MPMQ_RUNNING' undeclared (first use in this
> : function)
> : prefork.c: In function `ap_mpm_run':
> : prefork.c:887: `AP_MPMQ_STOPPING' undeclared (first use in this
> : function)
> : prefork.c:962: `AP_MPMQ_RUNNING' undeclared (first use in this
> : function)
> : prefork.c: In function `prefork_pre_config':
> : prefork.c:1149: `AP_MPMQ_STARTING' undeclared (first use in this
> : function)
> : make[4]: *** [prefork.lo] Error 1
> : make[4]: Leaving directory
> : `/a/asteria.cs.umd.edu/junkfood/d/dami/testing/src/apache/httpd-2.0.49/server/mpm/prefork'
> : make[3]: *** [all-recursive] Error 1
> : make[3]: Leaving directory
> : `/a/asteria.cs.umd.edu/junkfood/d/dami/testing/src/apache/httpd-2.0.49/server/mpm/prefork'
> : make[2]: *** [all-recursive] Error 1
> : make[2]: Leaving directory
> : `/a/asteria.cs.umd.edu/junkfood/d/dami/testing/src/apache/httpd-2.0.49/server/mpm'
> : make[1]: *** [all-recursive] Error 1
> : make[1]: Leaving directory
> : `/a/asteria.cs.umd.edu/junkfood/d/dami/testing/src/apache/httpd-2.0.49/server'
> : make: *** [all-recursive] Error 1
> :
> :
> : Do any of you know anything about this error?
> : Thanks
> :
> : This is on a UNIX platform.
>
>
> --
> Eugene Lee
>
> ---------------------------------------------------------------------
> 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
>    "   from the digest: users-digest-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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache Install

Posted by Eugene Lee <li...@fsck.net>.
What flavor of Unix?  Is it officially supported by Apache?
What versions of make and gcc are you using to build Apache?


On Thu, Jun 24, 2004 at 09:34:40AM -0400, Damayanti Gupta wrote:
: 
: I am having a problem installing apache 2.0.49 on a Unix machine.I
: extract the source code,do configure, then make, which does some
: compilation before exiting with -
: 
: pd-2.0.49/modules/proxy
: -I/fs/junkfood/dami/testing/src/apache/httpd-2.0.49/include
: -I/fs/junkfood/dami/testing/src/apache/httpd-2.0.49/modules/generators
: -I/fs/junkfood/dami/testing/src/apache/httpd-2.0.49/modules/dav/main
: -prefer-non-pic -static -c prefork.c && touch prefork.lo
: prefork.c:101: `AP_MPMQ_STARTING' undeclared here (not in a function)
: prefork.c: In function `clean_child_exit':
: prefork.c:189: `AP_MPMQ_STOPPING' undeclared (first use in this
: function)
: prefork.c:189: (Each undeclared identifier is reported only once
: prefork.c:189: for each function it appears in.)
: prefork.c: In function `ap_mpm_query':
: prefork.c:288: `AP_MPMQ_MPM_STATE' undeclared (first use in this
: function)
: prefork.c: In function `child_main':
: prefork.c:460: `AP_MPMQ_STARTING' undeclared (first use in this
: function)
: prefork.c:517: `AP_MPMQ_RUNNING' undeclared (first use in this
: function)
: prefork.c: In function `ap_mpm_run':
: prefork.c:887: `AP_MPMQ_STOPPING' undeclared (first use in this
: function)
: prefork.c:962: `AP_MPMQ_RUNNING' undeclared (first use in this
: function)
: prefork.c: In function `prefork_pre_config':
: prefork.c:1149: `AP_MPMQ_STARTING' undeclared (first use in this
: function)
: make[4]: *** [prefork.lo] Error 1
: make[4]: Leaving directory
: `/a/asteria.cs.umd.edu/junkfood/d/dami/testing/src/apache/httpd-2.0.49/server/mpm/prefork'
: make[3]: *** [all-recursive] Error 1
: make[3]: Leaving directory
: `/a/asteria.cs.umd.edu/junkfood/d/dami/testing/src/apache/httpd-2.0.49/server/mpm/prefork'
: make[2]: *** [all-recursive] Error 1
: make[2]: Leaving directory
: `/a/asteria.cs.umd.edu/junkfood/d/dami/testing/src/apache/httpd-2.0.49/server/mpm'
: make[1]: *** [all-recursive] Error 1
: make[1]: Leaving directory
: `/a/asteria.cs.umd.edu/junkfood/d/dami/testing/src/apache/httpd-2.0.49/server'
: make: *** [all-recursive] Error 1
: 
: 
: Do any of you know anything about this error?
: Thanks
: 
: This is on a UNIX platform.


-- 
Eugene Lee

---------------------------------------------------------------------
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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org