cvs commit: apache-2.0/src buildconf configure.in

1999-12-20 Thread manoj
manoj   99/12/19 17:54:40

  Modified:src  buildconf configure.in
  Log:
  Make Apache's configure script run APR's.
  
  Revision  ChangesPath
  1.4   +0 -3  apache-2.0/src/buildconf
  
  Index: buildconf
  ===
  RCS file: /home/cvs/apache-2.0/src/buildconf,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -d -u -r1.3 -r1.4
  --- buildconf 1999/12/20 01:44:59 1.3
  +++ buildconf 1999/12/20 01:54:38 1.4
  @@ -128,6 +128,3 @@
   rm config.cache
   ./configure
   
  -cd lib/apr
  -rm config.cache
  -./configure
  
  
  
  1.10  +3 -0  apache-2.0/src/configure.in
  
  Index: configure.in
  ===
  RCS file: /home/cvs/apache-2.0/src/configure.in,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -d -u -r1.9 -r1.10
  --- configure.in  1999/12/05 10:33:40 1.9
  +++ configure.in  1999/12/20 01:54:39 1.10
  @@ -21,6 +21,9 @@
   dnl Needed for APACHE_MODULE() to work
   cwd=`pwd`
   
  +dnl ## Run configure for packages Apache uses
  +AC_CONFIG_SUBDIRS(lib/apr)
  +
   dnl ## Check for programs
   
   AC_PROG_AWK
  
  
  


Re: cvs commit: apache-2.0/src buildconf configure.in

1999-12-20 Thread Ben Laurie
[EMAIL PROTECTED] wrote:
 
 manoj   99/12/19 17:54:40
 
   Modified:src  buildconf configure.in
   Log:
   Make Apache's configure script run APR's.

OK, but the config.cache should still be removed, surely?

Also, BTW, the current version completely fails to build for me (lots of
unresolved externals) - what's the current recommended build path?

I'm slightly puzzled by what's going on with APR - it seems to build a
dozen different libraries, but Apache only seems to use one. What am I
missing?

Cheers,

Ben.

--
SECURE HOSTING AT THE BUNKER! http://www.thebunker.net/hosting.htm

http://www.apache-ssl.org/ben.html

My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there.
 - Indira Gandhi


Re: cvs commit: apache-2.0/src buildconf configure.in

1999-12-20 Thread Ryan Bloom
 OK, but the config.cache should still be removed, surely?
 
 Also, BTW, the current version completely fails to build for me (lots of
 unresolved externals) - what's the current recommended build path?
 
 I'm slightly puzzled by what's going on with APR - it seems to build a
 dozen different libraries, but Apache only seems to use one. What am I
 missing?

APR hasn't built a dozen different libraries for a long time.  We are only
building the one libapr.a.

What platform are you on?  I have the code working just fine on Linux and
Windows.  If you are using the prefork MPM, you have to specify
LIBS=-lpthread.  If you are on any other platform, you are on your own.
The configure script has basically been written on Linux, and it is
assumed it will be modified as we port 2.0.

Ryan

___
Ryan Bloom  [EMAIL PROTECTED]
4205 S Miami Blvd   
RTP, NC 27709   It's a beautiful sight to see good dancers 
doing simple steps.  It's a painful sight to
see beginners doing complicated patterns.   



Re: cvs commit: apache-2.0/src buildconf configure.in

1999-12-20 Thread Ben Laurie
Ryan Bloom wrote:
 
  OK, but the config.cache should still be removed, surely?
 
  Also, BTW, the current version completely fails to build for me (lots of
  unresolved externals) - what's the current recommended build path?
 
  I'm slightly puzzled by what's going on with APR - it seems to build a
  dozen different libraries, but Apache only seems to use one. What am I
  missing?
 
 APR hasn't built a dozen different libraries for a long time.  We are only
 building the one libapr.a.

Should I send a log? Perhaps there's a step missing in the build? I
dunno. I'm confused.

 What platform are you on?

FreeBSD.

  I have the code working just fine on Linux and
 Windows.  If you are using the prefork MPM, you have to specify
 LIBS=-lpthread.

I let it choose (it chose threaded).

  If you are on any other platform, you are on your own.

I'm _always_ on my own :-)

 The configure script has basically been written on Linux, and it is
 assumed it will be modified as we port 2.0.

Consider me porting and modifying!

Cheers,

Ben.

--
SECURE HOSTING AT THE BUNKER! http://www.thebunker.net/hosting.htm

http://www.apache-ssl.org/ben.html

My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there.
 - Indira Gandhi


Re: cvs commit: apache-2.0/src buildconf configure.in

1999-12-20 Thread Ryan Bloom

  APR hasn't built a dozen different libraries for a long time.  We are only
  building the one libapr.a.
 
 Should I send a log? Perhaps there's a step missing in the build? I
 dunno. I'm confused.

I don't know either.  I'll look into it.  It's possible that we are
actually building all of the libraries and then merging them all together
into one big one.  We shouldn't be, but I never checked the commit that
got us to build one library.  

   I have the code working just fine on Linux and
  Windows.  If you are using the prefork MPM, you have to specify
  LIBS=-lpthread.
 
 I let it choose (it chose threaded).

I may be wrong, but I am reasonably sure that the configure script doesn't
get the correct CFLAGS or LIBS for pthreads on FreeBSD.  This is a known
issue, and it needs to be fixed.  :)

 Consider me porting and modifying!

Cool.

Ryan

___
Ryan Bloom  [EMAIL PROTECTED]
4205 S Miami Blvd   
RTP, NC 27709   

Come to the first official Apache Software Foundation
Conference!  http://ApacheCon.Com/