AW: [EMAIL PROTECTED] make error

2008-01-08 Thread BjoernArne.Ramann
I think the problem was the installed suse apache bin, after i removed this 
with yast, it works :-)

bjoern


 

-Ursprüngliche Nachricht-
Von: Axel-Stephane SMORGRAV [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 8. Januar 2008 13:48
An: users@httpd.apache.org
Betreff: RE: [EMAIL PROTECTED] make error

Did you at some point build httpd with LDAP support?

In that case have you tried "make distclean" or building from a fresh 
distribution? 


-ascs
 
-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 8 janvier 2008 13:29
À : users@httpd.apache.org
Objet : [EMAIL PROTECTED] make error

Hello together,

i try to make apache 2.2.6 (i368) under 10.3.

my configure: 

./configure --disable-ldap 

When i start make, i get the following  error (the same without --disable-ldap)



file included from /root/src/httpd-2.2.6/include/util_ldap.h:31,
 from exports.c:38:
/usr/include/apr-1/apr_ldap.h:67:18: error: lber.h: No such file or directory
/usr/include/apr-1/apr_ldap.h:68:18: error: ldap.h: No such file or directory
/usr/include/apr-1/apr_ldap.h:97:2: error: #error Support for LDAP v2.0 
toolkits has been removed from apr-util. Please use an LDAP v3.0 toolkit.
In file included from /usr/include/apr-1/apr_ldap.h:120,
 from /root/src/httpd-2.2.6/include/util_ldap.h:31,
 from exports.c:38:
/usr/include/apr-1/apr_ldap_init.h:112: error: expected declaration specifiers 
or '...' before 'LDAP'
In file included from /usr/include/apr-1/apr_ldap.h:121,
 from /root/src/httpd-2.2.6/include/util_ldap.h:31,
 from exports.c:38:
/usr/include/apr-1/apr_ldap_option.h:204: error: expected declaration 
specifiers or '...' before 'LDAP'
/usr/include/apr-1/apr_ldap_option.h:226: error: expected declaration 
specifiers or '...' before 'LDAP'
In file included from exports.c:38:
/root/src/httpd-2.2.6/include/util_ldap.h:82: error: 'LDAP_DEREF_NEVER' 
undeclared here (not in a function)
/root/src/httpd-2.2.6/include/util_ldap.h:83: error: 'LDAP_DEREF_SEARCHING' 
undeclared here (not in a function)
/root/src/httpd-2.2.6/include/util_ldap.h:84: error: 'LDAP_DEREF_FINDING' 
undeclared here (not in a function)
/root/src/httpd-2.2.6/include/util_ldap.h:85: error: 'LDAP_DEREF_ALWAYS' 
undeclared here (not in a function)
/root/src/httpd-2.2.6/include/util_ldap.h:90: error: expected 
specifier-qualifier-list before 'LDAP'
make[2]: *** [exports.lo] Error 1
make[2]: Leaving directory `/root/src/httpd-2.2.6/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/src/httpd-2.2.6/server'



thanks for help
bjoern



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] make error

2008-01-08 Thread Axel-Stephane SMORGRAV
Did you at some point build httpd with LDAP support?

In that case have you tried "make distclean" or building from a fresh 
distribution? 


-ascs
 
-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 8 janvier 2008 13:29
À : users@httpd.apache.org
Objet : [EMAIL PROTECTED] make error

Hello together,

i try to make apache 2.2.6 (i368) under 10.3.

my configure: 

./configure --disable-ldap 

When i start make, i get the following  error (the same without --disable-ldap)



file included from /root/src/httpd-2.2.6/include/util_ldap.h:31,
 from exports.c:38:
/usr/include/apr-1/apr_ldap.h:67:18: error: lber.h: No such file or directory
/usr/include/apr-1/apr_ldap.h:68:18: error: ldap.h: No such file or directory
/usr/include/apr-1/apr_ldap.h:97:2: error: #error Support for LDAP v2.0 
toolkits has been removed from apr-util. Please use an LDAP v3.0 toolkit.
In file included from /usr/include/apr-1/apr_ldap.h:120,
 from /root/src/httpd-2.2.6/include/util_ldap.h:31,
 from exports.c:38:
/usr/include/apr-1/apr_ldap_init.h:112: error: expected declaration specifiers 
or '...' before 'LDAP'
In file included from /usr/include/apr-1/apr_ldap.h:121,
 from /root/src/httpd-2.2.6/include/util_ldap.h:31,
 from exports.c:38:
/usr/include/apr-1/apr_ldap_option.h:204: error: expected declaration 
specifiers or '...' before 'LDAP'
/usr/include/apr-1/apr_ldap_option.h:226: error: expected declaration 
specifiers or '...' before 'LDAP'
In file included from exports.c:38:
/root/src/httpd-2.2.6/include/util_ldap.h:82: error: 'LDAP_DEREF_NEVER' 
undeclared here (not in a function)
/root/src/httpd-2.2.6/include/util_ldap.h:83: error: 'LDAP_DEREF_SEARCHING' 
undeclared here (not in a function)
/root/src/httpd-2.2.6/include/util_ldap.h:84: error: 'LDAP_DEREF_FINDING' 
undeclared here (not in a function)
/root/src/httpd-2.2.6/include/util_ldap.h:85: error: 'LDAP_DEREF_ALWAYS' 
undeclared here (not in a function)
/root/src/httpd-2.2.6/include/util_ldap.h:90: error: expected 
specifier-qualifier-list before 'LDAP'
make[2]: *** [exports.lo] Error 1
make[2]: Leaving directory `/root/src/httpd-2.2.6/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/src/httpd-2.2.6/server'



thanks for help
bjoern



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] make error

2008-01-08 Thread BjoernArne.Ramann
Hello together,

i try to make apache 2.2.6 (i368) under 10.3.

my configure: 

./configure --disable-ldap 

When i start make, i get the following  error (the same without --disable-ldap)



file included from /root/src/httpd-2.2.6/include/util_ldap.h:31,
 from exports.c:38:
/usr/include/apr-1/apr_ldap.h:67:18: error: lber.h: No such file or directory
/usr/include/apr-1/apr_ldap.h:68:18: error: ldap.h: No such file or directory
/usr/include/apr-1/apr_ldap.h:97:2: error: #error Support for LDAP v2.0 
toolkits has been removed from apr-util. Please use an LDAP v3.0 toolkit.
In file included from /usr/include/apr-1/apr_ldap.h:120,
 from /root/src/httpd-2.2.6/include/util_ldap.h:31,
 from exports.c:38:
/usr/include/apr-1/apr_ldap_init.h:112: error: expected declaration specifiers 
or '...' before 'LDAP'
In file included from /usr/include/apr-1/apr_ldap.h:121,
 from /root/src/httpd-2.2.6/include/util_ldap.h:31,
 from exports.c:38:
/usr/include/apr-1/apr_ldap_option.h:204: error: expected declaration 
specifiers or '...' before 'LDAP'
/usr/include/apr-1/apr_ldap_option.h:226: error: expected declaration 
specifiers or '...' before 'LDAP'
In file included from exports.c:38:
/root/src/httpd-2.2.6/include/util_ldap.h:82: error: 'LDAP_DEREF_NEVER' 
undeclared here (not in a function)
/root/src/httpd-2.2.6/include/util_ldap.h:83: error: 'LDAP_DEREF_SEARCHING' 
undeclared here (not in a function)
/root/src/httpd-2.2.6/include/util_ldap.h:84: error: 'LDAP_DEREF_FINDING' 
undeclared here (not in a function)
/root/src/httpd-2.2.6/include/util_ldap.h:85: error: 'LDAP_DEREF_ALWAYS' 
undeclared here (not in a function)
/root/src/httpd-2.2.6/include/util_ldap.h:90: error: expected 
specifier-qualifier-list before 'LDAP'
make[2]: *** [exports.lo] Error 1
make[2]: Leaving directory `/root/src/httpd-2.2.6/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/src/httpd-2.2.6/server'



thanks for help
bjoern



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] make error code 2

2007-07-19 Thread Steve Cimbalo
Trying to run "make" command with AIX 5.2 and Apache 1.3.37
 
Environment is set as follows:
 
_=/usr/bin/env
LANG=en_US
LOGIN=d47cs
PATH=.:/usr/ccs/bin:/usr/vacpp/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java131/jre/bin:/usr/java131/bin:/home/d47cs/apache_1.3.37:/home/d47cs/apache_1.3.37/src/helpers
LC__FASTMSG=true
CGI_DIRECTORY=/var/docsearch/cgi-bin
LOGNAME=d47cs
MAIL=/usr/spool/mail/d47cs
LOCPATH=/usr/lib/nls/loc
DOCUMENT_SERVER_MACHINE_NAME=localhost
USER=d47cs
LDFLAGS=-q64
AUTHSTATE=files
CC=xlc_r
SHELL=/usr/bin/ksh
ODMDIR=/etc/objrepos
DOCUMENT_SERVER_PORT=49213
HOME=/home/d47cs
EXTRA_LDFLAGS_SHLIB=-b64
TERM=vt100
CFLAGS=-q64
MAILMSG=[YOU HAVE NEW MAIL]
ITECONFIGSRV=/etc/IMNSearch
PWD=/home/d47cs
DOCUMENT_DIRECTORY=/usr/docsearch/html
TZ=CST6CDT,M3.2.0/2:00:00,M11.1.0/2:00:00
ITECONFIGCL=/etc/IMNSearch/clients
ITE_DOC_SEARCH_INSTANCE=search
A__z=! LOGNAME
LIBPATH=/home/d47cs/apache_1.3.37/lib
NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
 
We run "configure" as follows:
 
./configure --prefix=/home/d47cs --enable-module=most --enable-shared=max
 
this runs fine
 
We then run make and get the following error:
 
 xlc_r  -DAIX=520 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -DUSE_EXPAT 
-I./lib/expat-lite -q64 `./apaci` -lm -lpthread -q64 
-Wl,-bE:./support/httpd.exp  -o httpd buildmark.o modules.o  
modules/standard/libstandard.a  main/libmain.a  ./os/unix/libos.a  ap/libap.a 
regex/libregex.a lib/expat-lite/libexpat.a  -lld
ld: 0711-319 WARNING: Exported symbol not defined: XML_DefaultCurrent
ld: 0711-319 WARNING: Exported symbol not defined: XML_ErrorString
ld: 0711-319 WARNING: Exported symbol not defined: 
XML_ExternalEntityParserCreate
ld: 0711-319 WARNING: Exported symbol not defined: XML_GetBase
ld: 0711-319 WARNING: Exported symbol not defined: XML_GetBuffer
ld: 0711-319 WARNING: Exported symbol not defined: XML_GetCurrentByteCount
ld: 0711-319 WARNING: Exported symbol not defined: XML_GetCurrentByteIndex
ld: 0711-319 WARNING: Exported symbol not defined: XML_GetCurrentColumnNumber
ld: 0711-319 WARNING: Exported symbol not defined: XML_GetCurrentLineNumber
ld: 0711-319 WARNING: Exported symbol not defined: XML_GetErrorCode
ld: 0711-319 WARNING: Exported symbol not defined: 
XML_GetSpecifiedAttributeCount
ld: 0711-319 WARNING: Exported symbol not defined: XML_Parse
ld: 0711-319 WARNING: Exported symbol not defined: XML_ParseBuffer
ld: 0711-319 WARNING: Exported symbol not defined: XML_ParserCreate
ld: 0711-319 WARNING: Exported symbol not defined: XML_ParserCreateNS
ld: 0711-319 WARNING: Exported symbol not defined: XML_ParserFree
ld: 0711-319 WARNING: Exported symbol not defined: XML_SetBase
ld: 0711-319 WARNING: Exported symbol not defined: XML_SetCdataSectionHandler
ld: 0711-319 WARNING: Exported symbol not defined: XML_SetCharacterDataHandler
ld: 0711-319 WARNING: Exported symbol not defined: XML_SetCommentHandler
ld: 0711-319 WARNING: Exported symbol not defined: XML_SetDefaultHandler
ld: 0711-319 WARNING: Exported symbol not defined: XML_SetDefaultHandlerExpand
ld: 0711-319 WARNING: Exported symbol not defined: XML_SetElementHandler
ld: 0711-319 WARNING: Exported symbol not defined: XML_SetEncoding
ld: 0711-319 WARNING: Exported symbol not defined: 
XML_SetExternalEntityRefHandler
ld: 0711-319 WARNING: Exported symbol not defined: 
XML_SetExternalEntityRefHandlerArg
ld: 0711-319 WARNING: Exported symbol not defined: XML_SetNamespaceDeclHandler
ld: 0711-319 WARNING: Exported symbol not defined: XML_SetNotStandaloneHandler
ld: 0711-319 WARNING: Exported symbol not defined: XML_SetNotationDeclHandler
ld: 0711-319 WARNING: Exported symbol not defined: 
XML_SetProcessingInstructionHandler
ld: 0711-319 WARNING: Exported symbol not defined: XML_SetUnknownEncodingHandler
ld: 0711-319 WARNING: Exported symbol not defined: 
XML_SetUnparsedEntityDeclHandler
ld: 0711-319 WARNING: Exported symbol not defined: XML_SetUserData
ld: 0711-319 WARNING: Exported symbol not defined: XML_UseParserAsHandlerArg
ld: 0711-317 ERROR: Undefined symbol: .XML_ErrorString
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make: 1254-004 The error code from the last command is 8.
 

Stop.
make: 1254-004 The error code from the last command is 2.
 

Stop.
make: 1254-004 The error code from the last command is 2.
 

Stop.
 
Thanks,
Steve


Re: [EMAIL PROTECTED] make error (embryo state user)

2007-01-29 Thread herauthon
problem solved - or no errors
did /configure without --enable-so ??


- Original Message -
From: "herauthon" <[EMAIL PROTECTED]>
To: 
Sent: Monday, January 29, 2007 8:42 PM
Subject: Re: [EMAIL PROTECTED] make error (embryo state user)


> Before i send a load of snippets with errors
> i found a few in  confdefs.h.
>
>
> >>>
> configure:25734: checking pthread.h usability
> configure:25746: gcc -c -g -O2 -DNETBSD -w conftest.c >&5
> configure:25752: $? = 0
> configure:25756: test -z
>  || test ! -s conftest.err
> configure:25759: $? = 0
> configure:25762: test -s conftest.o
> configure:25765: $? = 0
> configure:25775: result: yes
> configure:25779: checking pthread.h presence
> configure:25789: gcc -E -DNETBSD -w conftest.c
> configure:25795: $? = 0
> configure:25815: result: yes
> configure:25850: checking for pthread.h
> configure:25857: result: yes
> configure:26045: checking for CFLAGS needed for pthreads
> configure:26082: gcc -o conftest -g -O2 -DNETBSD  conftest.c -lcrypt  >&5
> <<
>
> Blunty ignore any other entries that wurry me or you..
> i send you this first..
>
>
>
>
>
>
>
>
> ----- Original Message -
> From: "Sander Temme" <[EMAIL PROTECTED]>
> To: 
> Sent: Monday, January 29, 2007 7:57 PM
> Subject: Re: [EMAIL PROTECTED] make error (embryo state user)
>
>
> >
> > On Jan 29, 2007, at 10:12 AM, herauthon wrote:
> >
> > >> - On what OS you are trying to compile.
> > > ** NetBSD 3.1 i386 on P-II MMX 333
> >
> > Unfortunately, I haven ever had the chance to try compiling Apache on
> > netbsd.
> >
> > >> - What options you gave the "configure" command.
> > > ** --enable-so
> >
> > When you run ./configure, it'll first do APR. Could you re-run it and
> > look for the section where it configures thread support (look for
> > "Checking for Threads..." in the output). Please paste us that
> > portion of the ./configure output.
> >
> > Also, look for the config.log file generated by APR configure (this
> > may be in srclib/apr), and search for "checking pthread.h usability".
> > Could you paste us the config.log contents from that point up to
> > where it says "checking for library containing shm_open"?
> >
> > That will allow us to investigate what is going wrong on your system.
> > Now for a potential quick fix: could you try passing --enable-
> > threads=no to ./configure and tell us if that makes your problem go
> > away?
> >
> > Thanks,
> >
> > Sander
> >
> > --
> > [EMAIL PROTECTED]http://www.temme.net/sander/
> > 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 http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>"   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error (embryo state user)

2007-01-29 Thread herauthon
Before i send a load of snippets with errors
i found a few in  confdefs.h.  


>>>
configure:25734: checking pthread.h usability
configure:25746: gcc -c -g -O2 -DNETBSD -w conftest.c >&5
configure:25752: $? = 0
configure:25756: test -z
 || test ! -s conftest.err
configure:25759: $? = 0
configure:25762: test -s conftest.o
configure:25765: $? = 0
configure:25775: result: yes
configure:25779: checking pthread.h presence
configure:25789: gcc -E -DNETBSD -w conftest.c
configure:25795: $? = 0
configure:25815: result: yes
configure:25850: checking for pthread.h
configure:25857: result: yes
configure:26045: checking for CFLAGS needed for pthreads
configure:26082: gcc -o conftest -g -O2 -DNETBSD  conftest.c -lcrypt  >&5
<<

Blunty ignore any other entries that wurry me or you..
i send you this first..








- Original Message - 
From: "Sander Temme" <[EMAIL PROTECTED]>
To: 
Sent: Monday, January 29, 2007 7:57 PM
Subject: Re: [EMAIL PROTECTED] make error (embryo state user)


> 
> On Jan 29, 2007, at 10:12 AM, herauthon wrote:
> 
> >> - On what OS you are trying to compile.
> > ** NetBSD 3.1 i386 on P-II MMX 333
> 
> Unfortunately, I haven ever had the chance to try compiling Apache on  
> netbsd.
> 
> >> - What options you gave the "configure" command.
> > ** --enable-so
> 
> When you run ./configure, it'll first do APR. Could you re-run it and  
> look for the section where it configures thread support (look for  
> "Checking for Threads..." in the output). Please paste us that  
> portion of the ./configure output.
> 
> Also, look for the config.log file generated by APR configure (this  
> may be in srclib/apr), and search for "checking pthread.h usability".  
> Could you paste us the config.log contents from that point up to  
> where it says "checking for library containing shm_open"?
> 
> That will allow us to investigate what is going wrong on your system.  
> Now for a potential quick fix: could you try passing --enable- 
> threads=no to ./configure and tell us if that makes your problem go  
> away?
> 
> Thanks,
> 
> Sander
> 
> -- 
> [EMAIL PROTECTED]http://www.temme.net/sander/
> 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 http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error (embryo state user)

2007-01-29 Thread Sander Temme


On Jan 29, 2007, at 10:12 AM, herauthon wrote:


- On what OS you are trying to compile.

** NetBSD 3.1 i386 on P-II MMX 333


Unfortunately, I haven ever had the chance to try compiling Apache on  
netbsd.



- What options you gave the "configure" command.

** --enable-so


When you run ./configure, it'll first do APR. Could you re-run it and  
look for the section where it configures thread support (look for  
"Checking for Threads..." in the output). Please paste us that  
portion of the ./configure output.


Also, look for the config.log file generated by APR configure (this  
may be in srclib/apr), and search for "checking pthread.h usability".  
Could you paste us the config.log contents from that point up to  
where it says "checking for library containing shm_open"?


That will allow us to investigate what is going wrong on your system.  
Now for a potential quick fix: could you try passing --enable- 
threads=no to ./configure and tell us if that makes your problem go  
away?


Thanks,

Sander

--
[EMAIL PROTECTED]http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF




smime.p7s
Description: S/MIME cryptographic signature


Re: [EMAIL PROTECTED] make error (embryo state user)

2007-01-29 Thread herauthon

- Original Message -
From: "Krist van Besien" <[EMAIL PROTECTED]>
To: 
Sent: Monday, January 29, 2007 5:57 PM
Subject: Re: [EMAIL PROTECTED] make error (embryo state user)


> On 1/29/07, herauthon <[EMAIL PROTECTED]> wrote:
> > This happens for me after make
> 
>
> Please tell us:
> - Which version of apache you are trying to compile.
** V 2.2.4
> - On what OS you are trying to compile.
** NetBSD 3.1 i386 on P-II MMX 333
> - What compiler you are using.
** GCC
> - What options you gave the "configure" command.
** --enable-so
>
> that would be a start...
>
> Krist
>
> --
> [EMAIL PROTECTED]
> Bremgarten b. Bern, Switzerland
> --
> "...what you don't realize is that in the future Google WILL reach
> sentience, will [have had] invent[ed] a time machine, and will [have
> had] travel[ed] back in time to prevent Bill Gates... only to become
> Bill Gates by accident because of a search engine optimization
> miscalculation." (Comment on the Dilbert Blog)
>
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>"   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error (embryo state user)

2007-01-29 Thread Sander Temme


On Jan 29, 2007, at 7:45 AM, herauthon wrote:


include/apr_portable.h:46:23: #if with no expression


Looks like APR_HAVE_PTHREAD_H is not set, and it's all pear-shaped  
from there.  This should not happen as it is defined in include/ 
apr.h, which is generated from include/apr.h.in by ./configure.


To re-ask Krist's questions, which platform, which C compiler and  
what were the arguments you gave to ./configure?


Thanks,

S.

--
[EMAIL PROTECTED]http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF




smime.p7s
Description: S/MIME cryptographic signature


Re: [EMAIL PROTECTED] make error (embryo state user)

2007-01-29 Thread Krist van Besien

On 1/29/07, herauthon <[EMAIL PROTECTED]> wrote:

This happens for me after make



Please tell us:
- Which version of apache you are trying to compile.
- On what OS you are trying to compile.
- What compiler you are using.
- What options you gave the "configure" command.

that would be a start...

Krist

--
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
"...what you don't realize is that in the future Google WILL reach
sentience, will [have had] invent[ed] a time machine, and will [have
had] travel[ed] back in time to prevent Bill Gates... only to become
Bill Gates by accident because of a search engine optimization
miscalculation." (Comment on the Dilbert Blog)

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error (embryo state user)

2007-01-29 Thread herauthon
This happens for me after make
___
include/apr_portable.h:46:23: #if with no expression
include/apr_portable.h:151:43: operator '&&' has no right operand
In file included from strings/apr_snprintf.c:23:
include/apr_portable.h:285: error: parse error before '*' token
include/apr_portable.h:293: error: parse error before '*' token
include/apr_portable.h:303: error: parse error before "apr_os_thread_t"
include/apr_portable.h:313: error: parse error before "apr_os_threadkey_t"
include/apr_portable.h:318: error: parse error before
"apr_os_thread_current"
include/apr_portable.h:318: warning: data definition has no type or storage
clas  s
include/apr_portable.h:325: error: parse error before "tid1"
strings/apr_snprintf.c:500: error: parse error before '*' token
strings/apr_snprintf.c: In function `conv_os_thread_t':
strings/apr_snprintf.c:503: error: parse error before "apr_os_thread_t"
strings/apr_snprintf.c:503: warning: no semicolon at end of struct or union
strings/apr_snprintf.c: At top level:
strings/apr_snprintf.c:505: warning: data definition has no type or storage
clas  s
strings/apr_snprintf.c:508: error: parse error before '.' token
strings/apr_snprintf.c:670: error: parse error before '*' token
strings/apr_snprintf.c: In function `conv_os_thread_t_hex':
strings/apr_snprintf.c:673: error: parse error before "apr_os_thread_t"
strings/apr_snprintf.c:673: warning: no semicolon at end of struct or union
strings/apr_snprintf.c: At top level:
strings/apr_snprintf.c:675: warning: data definition has no type or storage
clas  s
strings/apr_snprintf.c:678: error: parse error before '.' token
strings/apr_snprintf.c: In function `apr_vformatter':
strings/apr_snprintf.c:1174: error: `apr_os_thread_t' undeclared (first use
in t  his function)
strings/apr_snprintf.c:1174: error: (Each undeclared identifier is reported
only   once
strings/apr_snprintf.c:1174: error: for each function it appears in.)
strings/apr_snprintf.c:1174: error: `tid' undeclared (first use in this
function  )
strings/apr_snprintf.c:1176: error: parse error before "apr_os_thread_t"
strings/apr_snprintf.c:1201: error: parse error before "apr_os_thread_t"
*** Error code 1

Stop.
make: stopped in /usr/node/S/httpd-2.2.4/srclib/apr
*** Error code 1

Stop.
make: stopped in /usr/node/S/httpd-2.2.4/srclib/apr
*** Error code 1

Stop.
make: stopped in /usr/node/S/httpd-2.2.4/srclib
*** Error code 1

Stop.
make: stopped in /usr/node/S/httpd-2.2.4
uFTP: {84}

Could be a minor thing

Who knows?

Sincerely,



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error --with-dbm=gdbm, version 2.0.59

2006-12-15 Thread K. Clair

On 12/14/06, K. Clair <[EMAIL PROTECTED]> wrote:

On 12/14/06, Joe Orton <[EMAIL PROTECTED]> wrote:
> On Thu, Dec 14, 2006 at 10:04:01AM -0600, K. Clair wrote:
> > I don't think it has anything to do with the installed libraries:
> > httpd-2.0.55 with the same configure options compiles with no errors
> > on the same machine.
> >
> > I also tried to compile httpd-2.0.57, and I got the same make error as
> > with 2.0.59.  Again, all of this was done on the same system.
> >
> > Has anyone been able to compile 2.0.59 with the --with-dbm=gdbm
> > configure option?
>
> Does it work if you pass --with-gdbm as well?  I can't reproduce a
> failure exactly like this.



I realized that I mis-read your email yesterday, and I tried using
both --with-dbm=gdbm and --with-gdbm ... this worked!  We never needed
the --with-gdbm before.

Thanks,
Kristina

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error --with-dbm=gdbm, version 2.0.59

2006-12-14 Thread K. Clair

On 12/14/06, Joe Orton <[EMAIL PROTECTED]> wrote:

On Thu, Dec 14, 2006 at 10:04:01AM -0600, K. Clair wrote:
> I don't think it has anything to do with the installed libraries:
> httpd-2.0.55 with the same configure options compiles with no errors
> on the same machine.
>
> I also tried to compile httpd-2.0.57, and I got the same make error as
> with 2.0.59.  Again, all of this was done on the same system.
>
> Has anyone been able to compile 2.0.59 with the --with-dbm=gdbm
> configure option?

Does it work if you pass --with-gdbm as well?  I can't reproduce a
failure exactly like this.


It compiles ok with --with-gdbm, but then apache can't read any of the
gdbm files!

I'm compiling on a Fedora Core 3 system (don't laugh!).  Let me know
if you want to see any other output.

Thanks,
-Kristina

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error --with-dbm=gdbm, version 2.0.59

2006-12-14 Thread Joe Orton
On Thu, Dec 14, 2006 at 10:04:01AM -0600, K. Clair wrote:
> I don't think it has anything to do with the installed libraries:
> httpd-2.0.55 with the same configure options compiles with no errors
> on the same machine.
> 
> I also tried to compile httpd-2.0.57, and I got the same make error as
> with 2.0.59.  Again, all of this was done on the same system.
> 
> Has anyone been able to compile 2.0.59 with the --with-dbm=gdbm
> configure option?

Does it work if you pass --with-gdbm as well?  I can't reproduce a 
failure exactly like this.

joe

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error --with-dbm=gdbm, version 2.0.59

2006-12-14 Thread K. Clair

I don't think it has anything to do with the installed libraries:
httpd-2.0.55 with the same configure options compiles with no errors
on the same machine.

I also tried to compile httpd-2.0.57, and I got the same make error as
with 2.0.59.  Again, all of this was done on the same system.

Has anyone been able to compile 2.0.59 with the --with-dbm=gdbm
configure option?

-Kristina

On 12/14/06, Yvo van Doorn <[EMAIL PROTECTED]> wrote:

What version of gdbm is installed? Was it perhaps removed in a clean up of
the machine? I know under Debian deborphan always wants to remove
libgdbm-dev


On 12/12/06, K. Clair <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm trying to upgrade apache from 2.0.55 to 2.0.59.  We have a
> standard configure line that we have been using for the entire 2.0.x
> release of apache:
>
> ./configure --enable-maintainer-mode --enable-proxy
> --disable-proxy-connect --disable-proxy-ftp --enable-mods-shared=all
> --with-dbm=gdbm --without-berkeley-db --enable-module-so --enable-ssl
> --enable-suexec --with-suexec-docroot=/home/XXXhidden
> --with-suexec-userdir=. --with-suexec-uidmin=100
> --with-suexec-gidmin=100
--with-suexec-safepath="/bin:/usr/bin"
> --with-suexec-caller=www
>
> This has compiled with no problem for every apache version up until
> 2.0.59.  The make error I am now seeing is (I included the line just
> before the error in case it is relevant):
> /home/sys/src/httpd-2.0.59/srclib/apr/libtool --silent --mode=link gcc
> -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes
> -Wmissing-declarations -pthread-DLINUX=2 -D_REENTRANT
> -D_GNU_SOURCE -DAP_DEBUG -DAP_HAVE_DESIGNATED_INITIALIZER
> -I/home/sys/src/httpd-2.0.59/srclib/apr/include
> -I/home/sys/src/httpd-2.0.59/srclib/apr-util/include -I.
> -I/home/sys/src/httpd-2.0.59/os/unix
> -I/home/sys/src/httpd- 2.0.59/server/mpm/prefork
> -I/home/sys/src/httpd-2.0.59/modules/http
> -I/home/sys/src/httpd-2.0.59/modules/filters
> -I/home/sys/src/httpd-2.0.59/modules/proxy
> -I/home/sys/src/httpd-2.0.59/include
> -I/home/sys/src/httpd- 2.0.59/modules/generators
> -I/home/sys/src/httpd-2.0.59/server -I/usr/include/openssl
> -I/usr/kerberos/include -I/home/sys/src/httpd-2.0.59/modules/dav/main
> -export-dynamic-o htpasswd  htpasswd.lo   -lssl -lcrypto
> -L/usr/kerberos/lib -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv
> -ldl -lz /home/sys/src/httpd-2.0.59/srclib/pcre/libpcre.la
> /home/sys/src/httpd-2.0.59/srclib/apr-util/libaprutil-0.la -lexpat
> /home/sys/src/httpd-2.0.59/srclib/apr/libapr-0.la -lrt -lm -lcrypt
> -lnsl -lpthread -ldl
>
>
/home/sys/src/httpd-2.0.59/srclib/apr-util/.libs/libaprutil-0.so:
> undefined reference to `apr_dbm_type_gdbm'
>
> I am compiling apache on the same system that it was previously
> compiled on, and I don't think anything significant has changed about
> the setup otherwise.
>
> I read the changelog for all the releases between 2.0.55 and 2.0.59
> but could find nothing related to dbm/gdbm.  Help? :)
>
> -Kristina
>
>
-
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more
info.
> To unsubscribe, e-mail:
[EMAIL PROTECTED]
>"   from the digest:
[EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error --with-dbm=gdbm, version 2.0.59

2006-12-13 Thread Yvo van Doorn

What version of gdbm is installed? Was it perhaps removed in a clean up of
the machine? I know under Debian deborphan always wants to remove
libgdbm-dev

On 12/12/06, K. Clair <[EMAIL PROTECTED]> wrote:


Hi,

I'm trying to upgrade apache from 2.0.55 to 2.0.59.  We have a
standard configure line that we have been using for the entire 2.0.x
release of apache:

./configure --enable-maintainer-mode --enable-proxy
--disable-proxy-connect --disable-proxy-ftp --enable-mods-shared=all
--with-dbm=gdbm --without-berkeley-db --enable-module-so --enable-ssl
--enable-suexec --with-suexec-docroot=/home/XXXhidden
--with-suexec-userdir=. --with-suexec-uidmin=100
--with-suexec-gidmin=100 --with-suexec-safepath="/bin:/usr/bin"
--with-suexec-caller=www

This has compiled with no problem for every apache version up until
2.0.59.  The make error I am now seeing is (I included the line just
before the error in case it is relevant):
/home/sys/src/httpd-2.0.59/srclib/apr/libtool --silent --mode=link gcc
-g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes
-Wmissing-declarations -pthread-DLINUX=2 -D_REENTRANT
-D_GNU_SOURCE -DAP_DEBUG -DAP_HAVE_DESIGNATED_INITIALIZER
-I/home/sys/src/httpd-2.0.59/srclib/apr/include
-I/home/sys/src/httpd-2.0.59/srclib/apr-util/include -I.
-I/home/sys/src/httpd-2.0.59/os/unix
-I/home/sys/src/httpd-2.0.59/server/mpm/prefork
-I/home/sys/src/httpd-2.0.59/modules/http
-I/home/sys/src/httpd-2.0.59/modules/filters
-I/home/sys/src/httpd-2.0.59/modules/proxy
-I/home/sys/src/httpd-2.0.59/include
-I/home/sys/src/httpd-2.0.59/modules/generators
-I/home/sys/src/httpd-2.0.59/server -I/usr/include/openssl
-I/usr/kerberos/include -I/home/sys/src/httpd-2.0.59/modules/dav/main
-export-dynamic-o htpasswd  htpasswd.lo   -lssl -lcrypto
-L/usr/kerberos/lib -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv
-ldl -lz /home/sys/src/httpd-2.0.59/srclib/pcre/libpcre.la
/home/sys/src/httpd-2.0.59/srclib/apr-util/libaprutil-0.la -lexpat
/home/sys/src/httpd-2.0.59/srclib/apr/libapr-0.la -lrt -lm -lcrypt
-lnsl -lpthread -ldl

/home/sys/src/httpd-2.0.59/srclib/apr-util/.libs/libaprutil-0.so:
undefined reference to `apr_dbm_type_gdbm'

I am compiling apache on the same system that it was previously
compiled on, and I don't think anything significant has changed about
the setup otherwise.

I read the changelog for all the releases between 2.0.55 and 2.0.59
but could find nothing related to dbm/gdbm.  Help? :)

-Kristina

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




[EMAIL PROTECTED] make error --with-dbm=gdbm, version 2.0.59

2006-12-12 Thread K. Clair

Hi,

I'm trying to upgrade apache from 2.0.55 to 2.0.59.  We have a
standard configure line that we have been using for the entire 2.0.x
release of apache:

./configure --enable-maintainer-mode --enable-proxy
--disable-proxy-connect --disable-proxy-ftp --enable-mods-shared=all
--with-dbm=gdbm --without-berkeley-db --enable-module-so --enable-ssl
--enable-suexec --with-suexec-docroot=/home/XXXhidden
--with-suexec-userdir=. --with-suexec-uidmin=100
--with-suexec-gidmin=100 --with-suexec-safepath="/bin:/usr/bin"
--with-suexec-caller=www

This has compiled with no problem for every apache version up until
2.0.59.  The make error I am now seeing is (I included the line just
before the error in case it is relevant):
/home/sys/src/httpd-2.0.59/srclib/apr/libtool --silent --mode=link gcc
-g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes
-Wmissing-declarations -pthread-DLINUX=2 -D_REENTRANT
-D_GNU_SOURCE -DAP_DEBUG -DAP_HAVE_DESIGNATED_INITIALIZER
-I/home/sys/src/httpd-2.0.59/srclib/apr/include
-I/home/sys/src/httpd-2.0.59/srclib/apr-util/include -I.
-I/home/sys/src/httpd-2.0.59/os/unix
-I/home/sys/src/httpd-2.0.59/server/mpm/prefork
-I/home/sys/src/httpd-2.0.59/modules/http
-I/home/sys/src/httpd-2.0.59/modules/filters
-I/home/sys/src/httpd-2.0.59/modules/proxy
-I/home/sys/src/httpd-2.0.59/include
-I/home/sys/src/httpd-2.0.59/modules/generators
-I/home/sys/src/httpd-2.0.59/server -I/usr/include/openssl
-I/usr/kerberos/include -I/home/sys/src/httpd-2.0.59/modules/dav/main
-export-dynamic-o htpasswd  htpasswd.lo   -lssl -lcrypto
-L/usr/kerberos/lib -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv
-ldl -lz /home/sys/src/httpd-2.0.59/srclib/pcre/libpcre.la
/home/sys/src/httpd-2.0.59/srclib/apr-util/libaprutil-0.la -lexpat
/home/sys/src/httpd-2.0.59/srclib/apr/libapr-0.la -lrt -lm -lcrypt
-lnsl -lpthread -ldl

/home/sys/src/httpd-2.0.59/srclib/apr-util/.libs/libaprutil-0.so:
undefined reference to `apr_dbm_type_gdbm'

I am compiling apache on the same system that it was previously
compiled on, and I don't think anything significant has changed about
the setup otherwise.

I read the changelog for all the releases between 2.0.55 and 2.0.59
but could find nothing related to dbm/gdbm.  Help? :)

-Kristina

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error with apache 2.2.3 --with-ssl

2006-09-29 Thread cristopher pierson ewing

Sander,

I just managed to get the whole thing to make and make install without 
error.  What changed?  I used fink to install the latest package available 
for openssl on Mac that it had available, the one you cite below, 0.9.7i. 
The one that was on this box originally was 0.9.6m.  The one I installed 
today was 0.9.8(h?), the one that was released yesterday to fix security 
issues.


Unfortunately, I never saved any of the old config.log files when I ran 
make clean to try again, so I'm unable to go back and tell anyone what 
happened there.  I suspect that the problem was that despite providing the 
config flag --with-ssl=/usr/local/ssl, the config program was somehow 
still using the built-in version.  Perhaps there is an issue with that 
config flag?  I've since found a number of notes on the apache mailing 
list archives that reference this same type of problem, although most of 
them seem to be related to building mod_ssl as a DSO.  They all had the 
same error message that I had, although it didn't crop up until start-up. 
And they all seem to make reference to trying to point apache config at a 
new version of open-ssl via --with-ssl, and having that fail.


I'll try on Monday to install certs and see if I can actually run 
https:// connections, but until then, things look good for now.


Cris


Cris Ewing
CME and Telehealth Web Services
Department of Radiology Web Services
University of Washington
School of Medicine
Work Phone: (206) 685-9116
Home Phone: (206) 365-3413
E-mail: [EMAIL PROTECTED]
***


On Fri, 29 Sep 2006, Sander Temme wrote:



On Sep 29, 2006, at 2:24 PM, William A. Rowe, Jr. wrote:


Well it seems autoconf is borked on your box, because it should be test
compiling to determine if X509_STORE_CTX_set_depth is exported from
OpenSSL.  Apparently not, on your build, but autoconf decides it is
successful.


Note that the shipping OpenSSL identifies itself as "OpenSSL 0.9.7i 14 Oct 
2005". Did that have the offending symbol? Or is it 0.9.8 specific? Or the 
other way around? Could it be that configure found a different SSL version 
than ld did?


Christopher, your config.log should tell you exactly what configure did, and 
the last line above the Undefined symbols error message should tell you what 
the linker was using.


Regards,

S.


You can try forcing the ac_cv_ flag for HAVE_X509_STORE_CTX_SET_DEPTH,
I don't have the syntax offhand but someone here does, I'm sure.

cristopher pierson ewing wrote:

Howdy,

trying to build apache 2.2.3 on a Mac G4 (old, and slow) with OS X 10.4.
I'm trying to build with mod_ssl and a number of other modules, and ran
into the following error:

/usr/bin/ld: Undefined symbols:
_X509_STORE_CTX_set_depth
collect2: ld returned 1 exit status
make[1]: *** [httpd] Error 1
make: *** [all-recursive] Error 1

After make clean and a very simple ./configure (no modules added) I got
apache to build, then started adding mods in again and rebuilding.  The
error crops up every time I try to include mod_ssl.

I just built OpenSSL on this box today, v.0.9.8d (which appears to be a
release dated yesterday, with some security fixes).  It built just fine,
no errors reported, and seems to be working properly by itself.

I've googled the error message and found only one page with the same
error on a build of apache 1.3, but no replies or coments to the post,
so no joy there.  There don't seem to be any relevant posts in the MARC
archives for this list.

Any ideas what might be causing this?  Any suggestions for a fix?

Thanks tons,

Cris


Cris Ewing
CME and Telehealth Web Services
Department of Radiology Web Services
University of Washington
School of Medicine
Work Phone: (206) 685-9116
Home Phone: (206) 365-3413
E-mail: [EMAIL PROTECTED]
***


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
[EMAIL PROTECTED]http://www.temme.net/sander/
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 http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail:

Re: [EMAIL PROTECTED] make error with apache 2.2.3 --with-ssl

2006-09-29 Thread Sander Temme


On Sep 29, 2006, at 2:24 PM, William A. Rowe, Jr. wrote:

Well it seems autoconf is borked on your box, because it should be  
test

compiling to determine if X509_STORE_CTX_set_depth is exported from
OpenSSL.  Apparently not, on your build, but autoconf decides it is
successful.


Note that the shipping OpenSSL identifies itself as "OpenSSL 0.9.7i  
14 Oct 2005". Did that have the offending symbol? Or is it 0.9.8  
specific? Or the other way around? Could it be that configure found a  
different SSL version than ld did?


Christopher, your config.log should tell you exactly what configure  
did, and the last line above the Undefined symbols error message  
should tell you what the linker was using.


Regards,

S.


You can try forcing the ac_cv_ flag for HAVE_X509_STORE_CTX_SET_DEPTH,
I don't have the syntax offhand but someone here does, I'm sure.

cristopher pierson ewing wrote:

Howdy,

trying to build apache 2.2.3 on a Mac G4 (old, and slow) with OS X  
10.4.
I'm trying to build with mod_ssl and a number of other modules,  
and ran

into the following error:

/usr/bin/ld: Undefined symbols:
_X509_STORE_CTX_set_depth
collect2: ld returned 1 exit status
make[1]: *** [httpd] Error 1
make: *** [all-recursive] Error 1

After make clean and a very simple ./configure (no modules added)  
I got
apache to build, then started adding mods in again and  
rebuilding.  The

error crops up every time I try to include mod_ssl.

I just built OpenSSL on this box today, v.0.9.8d (which appears to  
be a
release dated yesterday, with some security fixes).  It built just  
fine,

no errors reported, and seems to be working properly by itself.

I've googled the error message and found only one page with the same
error on a build of apache 1.3, but no replies or coments to the  
post,
so no joy there.  There don't seem to be any relevant posts in the  
MARC

archives for this list.

Any ideas what might be causing this?  Any suggestions for a fix?

Thanks tons,

Cris


Cris Ewing
CME and Telehealth Web Services
Department of Radiology Web Services
University of Washington
School of Medicine
Work Phone: (206) 685-9116
Home Phone: (206) 365-3413
E-mail: [EMAIL PROTECTED]
***


-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
[EMAIL PROTECTED]http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF




smime.p7s
Description: S/MIME cryptographic signature


Re: [EMAIL PROTECTED] make error with apache 2.2.3 --with-ssl

2006-09-29 Thread William A. Rowe, Jr.
Well it seems autoconf is borked on your box, because it should be test
compiling to determine if X509_STORE_CTX_set_depth is exported from
OpenSSL.  Apparently not, on your build, but autoconf decides it is
successful.

You can try forcing the ac_cv_ flag for HAVE_X509_STORE_CTX_SET_DEPTH,
I don't have the syntax offhand but someone here does, I'm sure.

cristopher pierson ewing wrote:
> Howdy,
> 
> trying to build apache 2.2.3 on a Mac G4 (old, and slow) with OS X 10.4.
> I'm trying to build with mod_ssl and a number of other modules, and ran
> into the following error:
> 
> /usr/bin/ld: Undefined symbols:
> _X509_STORE_CTX_set_depth
> collect2: ld returned 1 exit status
> make[1]: *** [httpd] Error 1
> make: *** [all-recursive] Error 1
> 
> After make clean and a very simple ./configure (no modules added) I got
> apache to build, then started adding mods in again and rebuilding.  The
> error crops up every time I try to include mod_ssl.
> 
> I just built OpenSSL on this box today, v.0.9.8d (which appears to be a
> release dated yesterday, with some security fixes).  It built just fine,
> no errors reported, and seems to be working properly by itself.
> 
> I've googled the error message and found only one page with the same
> error on a build of apache 1.3, but no replies or coments to the post,
> so no joy there.  There don't seem to be any relevant posts in the MARC
> archives for this list.
> 
> Any ideas what might be causing this?  Any suggestions for a fix?
> 
> Thanks tons,
> 
> Cris
> 
> 
> Cris Ewing
> CME and Telehealth Web Services
> Department of Radiology Web Services
> University of Washington
> School of Medicine
> Work Phone: (206) 685-9116
> Home Phone: (206) 365-3413
> E-mail: [EMAIL PROTECTED]
> ***
> 
> 
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>   "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] make error with apache 2.2.3 --with-ssl

2006-09-29 Thread cristopher pierson ewing

Howdy,

trying to build apache 2.2.3 on a Mac G4 (old, and slow) with OS X 10.4. 
I'm trying to build with mod_ssl and a number of other modules, and ran 
into the following error:


/usr/bin/ld: Undefined symbols:
_X509_STORE_CTX_set_depth
collect2: ld returned 1 exit status
make[1]: *** [httpd] Error 1
make: *** [all-recursive] Error 1

After make clean and a very simple ./configure (no modules added) I got 
apache to build, then started adding mods in again and rebuilding.  The 
error crops up every time I try to include mod_ssl.


I just built OpenSSL on this box today, v.0.9.8d (which appears to be a 
release dated yesterday, with some security fixes).  It built just fine, 
no errors reported, and seems to be working properly by itself.


I've googled the error message and found only one page with the same error 
on a build of apache 1.3, but no replies or coments to the post, so no joy 
there.  There don't seem to be any relevant posts in the MARC archives for 
this list.


Any ideas what might be causing this?  Any suggestions for a fix?

Thanks tons,

Cris


Cris Ewing
CME and Telehealth Web Services
Department of Radiology Web Services
University of Washington
School of Medicine
Work Phone: (206) 685-9116
Home Phone: (206) 365-3413
E-mail: [EMAIL PROTECTED]
***


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error while installing apache 2.0.55 on Solaris 2.8 sparc

2006-05-09 Thread Jon Snow
Krishna,

Use GNU make. Set your path so the GNU make is before the solaris make.

Having said that the much better option would be to download gcc from 
www.sunfreeware.com and the latest source from apache.org and compile with 
your specific options in configure. Of course use GNU make for this as well.

Regards,
Jon


On Tuesday 09 May 2006 16:39, Krishna Mondal wrote:
> Hi,
>
> I am trying to install apache2.0.55 on Solaris8 sparc machine.
>
> These are the steps i followed.
>
> 1. FTPed the httpd-2.0.55-sparc-sun-solaris2.8.tar.gz at
> /export/home/netiq/apache55inst
> 2. >cd /export/home/netiq/apache55inst
>
> >gunzip httpd-2.0.55-sparc-sun-solaris2.8.tar.gz .
>
> (Got the httpd-2.0.55-sparc-sun-solaris2.8.tar file)
> 3. >tar -xvf httpd-2.0.55-sparc-sun-solaris2.8.tar
> 4. >cd httpd-2.0.55
> 5. >./configure --prefix=/usr/apache55
> 6. make
>
> I am getting the following error.
> *nawk -f
> /export/home/netiq/apache55inst/httpd-2.0.55/build/make_var_export.awk `cat
> export_files` > export_vars.h
> nawk: can't open file /tmp/httpd-2.0.55/include/ap_compat.h
>  source line number 76
> make[2]: *** [export_vars.h] Error 2
> make[2]: Leaving directory `/export/home/netiq/apache55inst/httpd-2.0.55
> /server'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/export/home/netiq/apache55inst/httpd-2.0.55
> /server'
> make: *** [all-recursive] Error 1*
> **
> *path is set as follows:
> /usr/sbin:/usr/bin:/usr/ucb:/usr/local/bin:/usr/ccs/bin*
>
> Please let me know what could be the cause.
>
> Much Thanks,
> Krishna


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] make error while installing apache 2.0.55 on Solaris 2.8 sparc

2006-05-08 Thread Krishna Mondal
Hi, 
 
I am trying to install apache2.0.55 on Solaris8 sparc machine.
These are the steps i followed.
1. FTPed the httpd-2.0.55-sparc-sun-solaris2.8.tar.gz at /export/home/netiq/apache55inst2. >cd /export/home/netiq/apache55inst>gunzip httpd-2.0.55-sparc-sun-solaris2.8.tar.gz . (Got the httpd-2.0.55-sparc-sun-solaris2.8.tar
 file)3. >tar -xvf httpd-2.0.55-sparc-sun-solaris2.8.tar4. >cd httpd-2.0.555. >./configure --prefix=/usr/apache556. make
I am getting the following error.
nawk -f /export/home/netiq/apache55inst/httpd-2.0.55/build/make_var_export.awk `cat export_files` > export_vars.hnawk: can't open file /tmp/httpd-2.0.55/include/ap_compat.h source line number 76
make[2]: *** [export_vars.h] Error 2make[2]: Leaving directory `/export/home/netiq/apache55inst/httpd-2.0.55/server'make[1]: *** [all-recursive] Error 1make[1]: Leaving directory `/export/home/netiq/apache55inst/httpd-
2.0.55/server'make: *** [all-recursive] Error 1
 
path is set as follows: /usr/sbin:/usr/bin:/usr/ucb:/usr/local/bin:/usr/ccs/bin
Please let me know what could be the cause.
Much Thanks,Krishna


Re: [EMAIL PROTECTED] make error

2006-02-02 Thread Jonathan Mangin
> I did find that RM and AWK needed their definitions added
> in httpd-2.0.55/build/config_vars.mk.  I'm using gawk-3.1.4
> and getting:
>
> awk -f
>
/export/home/jman/download/src/apache/httpd-2.0.55/srclib/apr/build/make_var
> _export.awk
> /export/home/jman/download/src/apache/httpd-2.0.55/srclib/apr/include/*.h
>
> export_vars.c
> awk: syntax error near line 35
> awk: bailing out near line 35
> make[3]: *** [export_vars.c] Error 2
>
config_vars.mk is not getting included somewhere in srclib/apr.
So even if one does:

./configure CC=gcc RM=/usr/bin/rm AWK=/usr/local/bin/awk ...
it's best to have /usr/local/bin defined first in $PATH.

--Jon


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error

2006-02-01 Thread Jonathan Mangin


> I've upgraded gcc to 3.3.2 on Solaris 8x86, and most
> other build tools.(?)  I'm now getting:
>

I did find that RM and AWK needed their definitions added
in httpd-2.0.55/build/config_vars.mk.  I'm using gawk-3.1.4
and getting:

awk -f
/export/home/jman/download/src/apache/httpd-2.0.55/srclib/apr/build/make_var
_export.awk
/export/home/jman/download/src/apache/httpd-2.0.55/srclib/apr/include/*.h >
export_vars.c
awk: syntax error near line 35
awk: bailing out near line 35
make[3]: *** [export_vars.c] Error 2

I don't know awk, but here's part of make_var_export.awk
near line 35:

/^#[ \t]*endif/ {
if (count > 0) {
count--
line = line "#endif /* " macro " */\n"
macro = macro_stack[--macro_no]
}
if (count == 0) {
if (found != 0) {
printf("%s", line)
}
line = ""
}
next
}

function add_symbol (sym_name) { # <--Line 35
if (count) {
found++
}
for (i = 0; i < count; i++) {
line = line "\t"
}
line = line sym_name "\n"

if (count == 0) {
printf("%s", line)
line = ""
}
}

At least it's consistent now.  After 'make clean' the build
always stops here.  Anyone see any obvious problems near
line 35?

Thanks,
Jon


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error

2006-02-01 Thread Jonathan Mangin
I've upgraded gcc to 3.3.2 on Solaris 8x86, and most
other build tools.(?)  I'm now getting:

Undefined   first referenced
 symbol in file
ap_mpm_run  server/.libs/libmain.a(main.o)
ap_send_error_response  server/.libs/libmain.a(protocol.o)
ap_die  server/.libs/libmain.a(protocol.o)
ap_http_input_filter_handle server/.libs/libmain.a(protocol.o)
ap_my_generationserver/.libs/libmain.a(scoreboard.o)
...(and several more)
ap_method_number_of server/.libs/libmain.a(protocol.o)
ap_prelinked_modulesserver/.libs/libmain.a(main.o)
ld: fatal: Symbol referencing errors. No output written to .libs/httpd
collect2: ld returned 1 exit status
make[1]: *** [httpd] Error 1
make[1]: Leaving directory
`/export/home/jman/download/src/apache/httpd-2.0.55'
make: *** [all-recursive] Error 1

Can anyone tell me what I might still be missing?
Thanks,
Jon


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error

2006-02-01 Thread Dave Floyd

Hi Jon,
	I suspect the base cause of your problems is the gcc version. 
when I last installed apache on solaris8 x86, I used gcc 3.4.2 and 
had no problems. 2.9.5 is very old.


rgds




I'm now trying to install 2.0.55 and receiving the
error below. I'm not using the ksh.

Found newer headers. Will rebuild apr.exp.
-f apr.exp exports.c export_vars.h
/bin/ksh: -f:  not found
make[3]: *** [delete-exports] Error 127
make[3]: Leaving directory
`/export/home/jman/download/src/apache/httpd-2.0.55/srclib/apr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/export/home/jman/download/src/apache/httpd-2.0.55/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/export/home/jman/download/src/apache/httpd-2.0.55/srclib'
make: *** [all-recursive] Error 1
# echo $SHELL
/sbin/sh

What is going on?
Thanks,
Jon


-
At 10:31 -0500 31/1/2006, Jonathan Mangin wrote:


I've worked around the previous error and am now
getting:

In file included from unixd.h:22,
from unixd.c:23:
/export/home/jman/download/src/apache/httpd-2.0.55/include/ap_listen.h:62:
syntax error before `extern'
In file included from unixd.c:23:
unixd.h:49: parse error before `get_suexec_identity'
unixd.h:68: parse error before `}'
unixd.h:68: warning: data definition has no type or storage class

I'm using gcc-2.95 on Solaris 8 i86.



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error

2006-01-31 Thread Joshua Slive
On 1/31/06, Jonathan Mangin <[EMAIL PROTECTED]> wrote:
> Are these kinds of problems too vague or is
> there a better place to ask?

You need to wait a little more than 5 hours before starting to
complain about a lack of response.

It looks to me like you have poorly-installed build tools (a common
problem on Solaris).  But since I'm not an expert, you'll need to see
if a Solaris expert responds.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error

2006-01-31 Thread Jonathan Mangin
Are these kinds of problems too vague or is
there a better place to ask?


- Original Message - 
From: "Jonathan Mangin" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, January 31, 2006 10:31 AM
Subject: Re: [EMAIL PROTECTED] make error


>
> I've worked around the previous error and am now
> getting:
>
> In file included from unixd.h:22,
>  from unixd.c:23:
> /export/home/jman/download/src/apache/httpd-2.0.55/include/ap_listen.h:62:
> syntax error before `extern'
> In file included from unixd.c:23:
> unixd.h:49: parse error before `get_suexec_identity'
> unixd.h:68: parse error before `}'
> unixd.h:68: warning: data definition has no type or storage class
>
> I'm using gcc-2.95 on Solaris 8 i86.
> Thanks.
>
>
> - Original Message - 
> From: "Jonathan Mangin" <[EMAIL PROTECTED]>
> To: 
> Sent: Tuesday, January 31, 2006 9:38 AM
> Subject: [EMAIL PROTECTED] make error
>
>
> > I'm now trying to install 2.0.55 and receiving the
> > error below. I'm not using the ksh.
> >
> > Found newer headers. Will rebuild apr.exp.
> > -f apr.exp exports.c export_vars.h
> > /bin/ksh: -f:  not found
> > make[3]: *** [delete-exports] Error 127
> > make[3]: Leaving directory
> > `/export/home/jman/download/src/apache/httpd-2.0.55/srclib/apr'
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory
> > `/export/home/jman/download/src/apache/httpd-2.0.55/srclib/apr'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory
> > `/export/home/jman/download/src/apache/httpd-2.0.55/srclib'
> > make: *** [all-recursive] Error 1
> > # echo $SHELL
> > /sbin/sh
> >
> > What is going on?
> > Thanks,
> > Jon
> >
> >
> > -
> > The official User-To-User support forum of the Apache HTTP Server
Project.
> > See http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >"   from the digest: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>"   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error

2006-01-31 Thread Jonathan Mangin

I've worked around the previous error and am now
getting:

In file included from unixd.h:22,
 from unixd.c:23:
/export/home/jman/download/src/apache/httpd-2.0.55/include/ap_listen.h:62:
syntax error before `extern'
In file included from unixd.c:23:
unixd.h:49: parse error before `get_suexec_identity'
unixd.h:68: parse error before `}'
unixd.h:68: warning: data definition has no type or storage class

I'm using gcc-2.95 on Solaris 8 i86.
Thanks.


- Original Message - 
From: "Jonathan Mangin" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, January 31, 2006 9:38 AM
Subject: [EMAIL PROTECTED] make error


> I'm now trying to install 2.0.55 and receiving the
> error below. I'm not using the ksh.
>
> Found newer headers. Will rebuild apr.exp.
> -f apr.exp exports.c export_vars.h
> /bin/ksh: -f:  not found
> make[3]: *** [delete-exports] Error 127
> make[3]: Leaving directory
> `/export/home/jman/download/src/apache/httpd-2.0.55/srclib/apr'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
> `/export/home/jman/download/src/apache/httpd-2.0.55/srclib/apr'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/export/home/jman/download/src/apache/httpd-2.0.55/srclib'
> make: *** [all-recursive] Error 1
> # echo $SHELL
> /sbin/sh
>
> What is going on?
> Thanks,
> Jon
>
>
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>"   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] make error

2006-01-31 Thread Jonathan Mangin
I'm now trying to install 2.0.55 and receiving the
error below. I'm not using the ksh.

Found newer headers. Will rebuild apr.exp.
-f apr.exp exports.c export_vars.h
/bin/ksh: -f:  not found
make[3]: *** [delete-exports] Error 127
make[3]: Leaving directory
`/export/home/jman/download/src/apache/httpd-2.0.55/srclib/apr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/export/home/jman/download/src/apache/httpd-2.0.55/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/export/home/jman/download/src/apache/httpd-2.0.55/srclib'
make: *** [all-recursive] Error 1
# echo $SHELL
/sbin/sh

What is going on?
Thanks,
Jon


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]