build problems

2012-07-05 Thread Julian Reschke
Hi there, I was trying to build trunk, and encountered the following problem (after running autoconf; assuming that was right): $ ./configure --prefix=/srv ./configure: line 2909: syntax error near unexpected token `Apache,' ./configure: line 2909: `APR_ENABLE_LAYOUT(Apache, errordir

RE: build problems

2012-07-05 Thread Plüm , Rüdiger , Vodafone Group
: build problems Hi there, I was trying to build trunk, and encountered the following problem (after running autoconf; assuming that was right): $ ./configure --prefix=/srv ./configure: line 2909: syntax error near unexpected token `Apache,' ./configure: line 2909: `APR_ENABLE_LAYOUT

Re: build problems

2012-07-05 Thread Julian Reschke
On 2012-07-05 14:17, Plüm, Rüdiger, Vodafone Group wrote: You don't need to run autoconf. If you want to rebuild configure please run buildconf in the same directory as configure. ... I don't want to *re*build configure, I just want to *build* it. It's not in SVN, after all. So what are

RE: build problems

2012-07-05 Thread Plüm , Rüdiger , Vodafone Group
Then you need to execute buildconf. It is mandatory in this case. Regards Rüdiger -Original Message- From: Julian Reschke [mailto:julian.resc...@gmx.de] Sent: Donnerstag, 5. Juli 2012 14:53 To: dev@httpd.apache.org Cc: Plüm, Rüdiger, Vodafone Group Subject: Re: build problems

Re: build problems

2012-07-05 Thread Julian Reschke
On 2012-07-05 14:57, Plüm, Rüdiger, Vodafone Group wrote: Then you need to execute buildconf. It is mandatory in this case. Regards Rüdiger ... I see; thanks for the help!

svn commit r1032073 - NetWare build 'problems'

2010-11-06 Thread NormW
Hi, See a needed tweak similar to the following for the root build file: --- NWGNUmakefile.orig 2010-10-25 05:36:20.81250 +1000 +++ NWGNUmakefile 2010-11-07 07:49:57.234375000 +1100 @@ -71,6 +71,7 @@ $(STDMOD)/mappers \ $(STDMOD)/proxy \

Re: svn commit r1032073 - NetWare build 'problems'

2010-11-06 Thread Stefan Fritsch
Hi, On Sun, 7 Nov 2010, NormW wrote: See a needed tweak similar to the following for the root build file: ... Also 'needed' is the following minor reshuffle in util_expr_eval.c: ... Commited. Thanks. And, see the following, but not yet solved: Compiling server/util_expr_eval.c ###

Re: svn commit r1032073 - NetWare build 'problems'

2010-11-06 Thread NormW
Hi, Diffs to util_expr_eval.c and util_expr_scan.c below fix issues noted and now get apache2 nlm. Thx Norm On 7/11/2010 9:10 AM, Stefan Fritsch wrote: Hi, On Sun, 7 Nov 2010, NormW wrote: See a needed tweak similar to the following for the root build file: ... Also 'needed' is the

build problems

2006-03-28 Thread Erik Stokhof
Hi all, I try to build libapreq2 on a Fedora Core machine, apache 2.0.53, mod_perl 2.03, libapreq2-2.06, but the tests fail each time in the api/CGI section. In the log, I find [Tue Mar 28 16:54:40 2006] [error] [client 127.0.0.1] failed to resolve handler `TestAPI::param': Can't find

Re: Apache 1.3 and NetWare.... build problems...

2005-05-17 Thread NormW
Brad Nicholes wrote: *Truncated!* *This message exceeded the Maximum Message Size set in Account Settings, so we have only downloaded the first few lines from the mail server.* *Click here mailbox://[EMAIL

Re: Apache 1.3 and NetWare.... build problems...

2005-05-17 Thread NormW
Good morning... (a little rain at last). Thanks for the feedback... will update the process and try again. Regards, Norm Brad Nicholes wrote: The documentation has just been updated. Apache 1.3 for NetWare is a CLib application rather than LibC. It was incorrectly referencing the wrong SDK. You

Re: Apache 1.3 and NetWare.... build problems...

2005-05-17 Thread Brad Nicholes
The winsock2 headers need to be in the same path as the other NWSDK headers. In other words, they should be found within the path: Set NWSDKDIR=c:\novell\ndk\nwsdk For SED, I am doing the same thing that you are which is using the cygwin tools Set GNUTOOLS=c:\prg\tools\cygwin which works

Re: Apache 1.3 and NetWare.... build problems...

2005-05-17 Thread NormW
Good evening,... ..and apologies if this is wearing thin, but after updating the local trunk copy of Apache 1.3, I still see the following error: C:\Projects\svn\apache-1.3make -f NWGNUmakefile Building C:/Projects/svn/apache-1.3/src Generating Release\cc.opt Creating dependancy list for

Re: Apache 1.3 and NetWare.... build problems...

2005-05-17 Thread NormW
Good morning and thanks for the time taken. The Cygwin sed is one I was sent recently; I had been using the GnuWin32 versions with no success. When the winsock2 header is relocated as you suggest then it should all glue together. Thanks for the time and clarifications, Regards, Norm Brad

Re: Apache 1.3 and NetWare.... build problems...

2005-05-16 Thread Brad Nicholes
The documentation has just been updated. Apache 1.3 for NetWare is a CLib application rather than LibC. It was incorrectly referencing the wrong SDK. You should be downloading and using the CLib SDK from http://developer.novell.com/ndk/clib.htm As far as SED goes, I don't know why the

Apache 1.3 and NetWare.... build problems...

2005-05-15 Thread NormW
Greetings All, Had a need to build a local copy of Apache 1.3.33 (source) and after setting the env vars as described for NetWare, got the following: Unable to locate winsock2.h A search found this in \Novell\ws295sdk\include, so I added that to the Include path list (solved that), but now get