Re: mod_ssl 2.7.1 for Apache 1.3.14 on NT

2000-10-17 Thread Colin Chalmers

Yes, again I have followed all the instructions; latest version of Apache
1.3.14, latest version of Openssl 0.9.6 and the latest version of modssl
2.7.1.

Compiling openssl went without problems, then I copied the (in the docs)
said files to a specific directory and added that directory to my path. Then
continued with trying to compile apache/modssl. That's when things started
going wrong.

I do have the feeling that modssl/apache is looking for links within the
openssl package ?? but is unable to find the dll's (Or I may be wrong.). I
have also tried moving the openssl dll's to another directory without
success.

/colin



> you have openSSL 0.9.x installed on NT??
>
> Giovanni adinolfi
>
> -Messaggio originale-
> Da: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Per conto di Colin Chalmers
> Inviato: martedì 17 ottobre 2000 10.55
> A: [EMAIL PROTECTED]
> Oggetto: mod_ssl 2.7.1 for Apache 1.3.14 on NT
>
>
> Hi,
>
> I've just downloaded the latest version and I'm trying to compile it on
> my NT box without success, I have succeded with earlier versions on
> RedHat.
>
> I have followed the instructions but get the errors below. I found a
> this problem on the list and read that the answer was to add the _I but
> in this case they're already there.
>
>
> Any tips/help much appreciated.
>
>
> /colin
>
> ApacheCore.def : error LNK2001: unresolved external symbol
> ap_add_config_define
> ApacheCore.def : error LNK2001: unresolved external symbol ap_ctx_get
> ApacheCore.def : error LNK2001: unresolved external symbol ap_ctx_new
> ApacheCore.def : error LNK2001: unresolved external symbol ap_ctx_set
> ApacheCore.def : error LNK2001: unresolved external symbol ap_global_ctx
>
> ApacheCore.def : error LNK2001: unresolved external symbol ap_hook_call
> ApacheCore.def : error LNK2001: unresolved external symbol
> ap_hook_configure
> ApacheCore.def : error LNK2001: unresolved external symbol ap_hook_init
> ApacheCore.def : error LNK2001: unresolved external symbol ap_hook_kill
> ApacheCore.def : error LNK2001: unresolved external symbol
> ap_hook_register_I
> ApacheCore.def : error LNK2001: unresolved external symbol
> ap_hook_status
> ApacheCore.def : error LNK2001: unresolved external symbol
> ap_hook_unregister_I
> ApacheCore.def : error LNK2001: unresolved external symbol ap_hook_use
> .\CoreR\ApacheCore.lib : fatal error LNK1120: 13 unresolved externals
> LINK : fatal error LNK1141: failure during build of exports file
> NMAKE : fatal error U1077: 'link.exe' : return code '0x475'
> Stop.
> NMAKE : fatal error U1077: '"D:\progtaal\Microsoft Visual
> Studio\VC98\bin\NMAKE.
> EXE"' : return code '0x2'
> Stop.
> NMAKE : fatal error U1077: '"D:\progtaal\Microsoft Visual
> Studio\VC98\bin\NMAKE.
> EXE"' : return code '0x2'
> Stop.
>
>
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
>
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
>

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: mod_ssl 2.7.1 for Apache 1.3.14 on NT

2000-10-17 Thread Colin Chalmers

Hi Giovanni,

Changed the parameter as you said but unfortunately I get the same error
code.

/colin



> into istruction have one mistake you must change into configure.bat the
> world makefile.nt with makefile.win.
>
> try
>
> Giovanni
>
> -Messaggio originale-
> Da: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Per conto di Colin Chalmers
> Inviato: martedì 17 ottobre 2000 11.21
> A: [EMAIL PROTECTED]
> Oggetto: Re: mod_ssl 2.7.1 for Apache 1.3.14 on NT
>
>
> Yes, again I have followed all the instructions; latest version of Apache
> 1.3.14, latest version of Openssl 0.9.6 and the latest version of modssl
> 2.7.1.
>
> Compiling openssl went without problems, then I copied the (in the docs)
> said files to a specific directory and added that directory to my path.
Then
> continued with trying to compile apache/modssl. That's when things started
> going wrong.
>
> I do have the feeling that modssl/apache is looking for links within the
> openssl package ?? but is unable to find the dll's (Or I may be wrong.). I
> have also tried moving the openssl dll's to another directory without
> success.
>
> /colin
>
>
>
> > you have openSSL 0.9.x installed on NT??
> >
> > Giovanni adinolfi
> >
> > -Messaggio originale-
> > Da: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]Per conto di Colin Chalmers
> > Inviato: martedì 17 ottobre 2000 10.55
> > A: [EMAIL PROTECTED]
> > Oggetto: mod_ssl 2.7.1 for Apache 1.3.14 on NT
> >
> >
> > Hi,
> >
> > I've just downloaded the latest version and I'm trying to compile it on
> > my NT box without success, I have succeded with earlier versions on
> > RedHat.
> >
> > I have followed the instructions but get the errors below. I found a
> > this problem on the list and read that the answer was to add the _I but
> > in this case they're already there.
> >
> >
> > Any tips/help much appreciated.
> >
> >
> > /colin
> >
> > ApacheCore.def : error LNK2001: unresolved external symbol
> > ap_add_config_define
> > ApacheCore.def : error LNK2001: unresolved external symbol ap_ctx_get
> > ApacheCore.def : error LNK2001: unresolved external symbol ap_ctx_new
> > ApacheCore.def : error LNK2001: unresolved external symbol ap_ctx_set
> > ApacheCore.def : error LNK2001: unresolved external symbol ap_global_ctx
> >
> > ApacheCore.def : error LNK2001: unresolved external symbol ap_hook_call
> > ApacheCore.def : error LNK2001: unresolved external symbol
> > ap_hook_configure
> > ApacheCore.def : error LNK2001: unresolved external symbol ap_hook_init
> > ApacheCore.def : error LNK2001: unresolved external symbol ap_hook_kill
> > ApacheCore.def : error LNK2001: unresolved external symbol
> > ap_hook_register_I
> > ApacheCore.def : error LNK2001: unresolved external symbol
> > ap_hook_status
> > ApacheCore.def : error LNK2001: unresolved external symbol
> > ap_hook_unregister_I
> > ApacheCore.def : error LNK2001: unresolved external symbol ap_hook_use
> > .\CoreR\ApacheCore.lib : fatal error LNK1120: 13 unresolved externals
> > LINK : fatal error LNK1141: failure during build of exports file
> > NMAKE : fatal error U1077: 'link.exe' : return code '0x475'
> > Stop.
> > NMAKE : fatal error U1077: '"D:\progtaal\Microsoft Visual
> > Studio\VC98\bin\NMAKE.
> > EXE"' : return code '0x2'
> > Stop.
> > NMAKE : fatal error U1077: '"D:\progtaal\Microsoft Visual
> > Studio\VC98\bin\NMAKE.
> > EXE"' : return code '0x2'
> > Stop.
> >
> >
> > __
> > Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> > User Support Mailing List  [EMAIL PROTECTED]
> > Automated List Manager[EMAIL PROTECTED]
> >
> > __
> > Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> > User Support Mailing List  [EMAIL PROTECTED]
> > Automated List Manager[EMAIL PROTECTED]
> >
>
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
>
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
>

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: mod_ssl 2.7.1 for Apache 1.3.14 on NT

2000-10-17 Thread ApacheSSL

Hi,

Add /DEAPI before /nologo to all make file, and then at least it can compile, I must 
go home now, sorry I have no time to test it.

Bye, Sincerely yours tjww.
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: mod_ssl 2.7.1 for Apache 1.3.14 on NT

2000-10-17 Thread ApacheSSL

> Hi,
> 
> Add /DEAPI before /nologo to all make file, and then at least it can compile, I must 
>go home now, sorry I have no time to test it.
> 
> Bye, Sincerely yours tjww.
> 
It works, but ssl_engine_scache.c is lose in ssl directory, so I can
not compile it, or it was abandon? So I can not use ssl module:((

Bye, Sincerley yours tjww.
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: mod_ssl 2.7.1 for Apache 1.3.14 on NT

2000-10-17 Thread Colin Chalmers

Hi Giovanni,

Thanx for your reply but the two files you refer to are not attached to the
mail.
However I have at least looked at the makefile for the ApacheModuleSSL and
it has the correct paths to the openssl directory.


/colin


> Colin into package SSL have another mistake,
> I attach the makefile.win you must change this file into directory
> apache_1.3.14\src
> and the makefile for ApacheModuleSSL you must change this into directory
> apache_1.3.14\src\modules\ssl
>
> good luke
>
> giovanni
> -Messaggio originale-
> Da: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Per conto di Colin Chalmers
> Inviato: martedì 17 ottobre 2000 12.09
> A: [EMAIL PROTECTED]
> Oggetto: Re: mod_ssl 2.7.1 for Apache 1.3.14 on NT
>
>
> Hi Giovanni,
>
> Changed the parameter as you said but unfortunately I get the same error
> code.
>
> /colin
>
>
>
> > into istruction have one mistake you must change into configure.bat the
> > world makefile.nt with makefile.win.
> >
> > try
> >
> > Giovanni
> >
> > -Messaggio originale-
> > Da: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]Per conto di Colin Chalmers
> > Inviato: martedì 17 ottobre 2000 11.21
> > A: [EMAIL PROTECTED]
> > Oggetto: Re: mod_ssl 2.7.1 for Apache 1.3.14 on NT
> >
> >
> > Yes, again I have followed all the instructions; latest version of
Apache
> > 1.3.14, latest version of Openssl 0.9.6 and the latest version of modssl
> > 2.7.1.
> >
> > Compiling openssl went without problems, then I copied the (in the docs)
> > said files to a specific directory and added that directory to my path.
> Then
> > continued with trying to compile apache/modssl. That's when things
started
> > going wrong.
> >
> > I do have the feeling that modssl/apache is looking for links within the
> > openssl package ?? but is unable to find the dll's (Or I may be wrong.).
I
> > have also tried moving the openssl dll's to another directory without
> > success.
> >
> > /colin
> >
> >
> >
> > > you have openSSL 0.9.x installed on NT??
> > >
> > > Giovanni adinolfi
> > >
> > > -Messaggio originale-
> > > Da: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]Per conto di Colin Chalmers
> > > Inviato: martedì 17 ottobre 2000 10.55
> > > A: [EMAIL PROTECTED]
> > > Oggetto: mod_ssl 2.7.1 for Apache 1.3.14 on NT
> > >
> > >
> > > Hi,
> > >
> > > I've just downloaded the latest version and I'm trying to compile it
on
> > > my NT box without success, I have succeded with earlier versions on
> > > RedHat.
> > >
> > > I have followed the instructions but get the errors below. I found a
> > > this problem on the list and read that the answer was to add the _I
but
> > > in this case they're already there.
> > >
> > >
> > > Any tips/help much appreciated.
> > >
> > >
> > > /colin
> > >
> > > ApacheCore.def : error LNK2001: unresolved external symbol
> > > ap_add_config_define
> > > ApacheCore.def : error LNK2001: unresolved external symbol ap_ctx_get
> > > ApacheCore.def : error LNK2001: unresolved external symbol ap_ctx_new
> > > ApacheCore.def : error LNK2001: unresolved external symbol ap_ctx_set
> > > ApacheCore.def : error LNK2001: unresolved external symbol
ap_global_ctx
> > >
> > > ApacheCore.def : error LNK2001: unresolved external symbol
ap_hook_call
> > > ApacheCore.def : error LNK2001: unresolved external symbol
> > > ap_hook_configure
> > > ApacheCore.def : error LNK2001: unresolved external symbol
ap_hook_init
> > > ApacheCore.def : error LNK2001: unresolved external symbol
ap_hook_kill
> > > ApacheCore.def : error LNK2001: unresolved external symbol
> > > ap_hook_register_I
> > > ApacheCore.def : error LNK2001: unresolved external symbol
> > > ap_hook_status
> > > ApacheCore.def : error LNK2001: unresolved external symbol
> > > ap_hook_unregister_I
> > > ApacheCore.def : error LNK2001: unresolved external symbol ap_hook_use
> > > .\CoreR\ApacheCore.lib : fatal error LNK1120: 13 unresolved externals
> > > LINK : fatal error LNK1141: failure during build of exports file
> > > NMAKE : fatal error U1077: 'link.exe' : return code '0x475'
> > > Stop.
> > > NMAKE : fatal error U1077: '"D:\progtaal\Microsoft Visual
> > > St

Re: mod_ssl 2.7.1 for Apache 1.3.14 on NT

2000-10-17 Thread Ralf S. Engelschall

On Tue, Oct 17, 2000, Colin Chalmers wrote:

> I've just downloaded the latest version and I'm trying to compile it on
> my NT box without success, I have succeded with earlier versions on
> RedHat.
> 
> I have followed the instructions but get the errors below. I found a
> this problem on the list and read that the answer was to add the _I but
> in this case they're already there.

> [...]
> ApacheCore.def : error LNK2001: unresolved external symbol ap_ctx_get
> ApacheCore.def : error LNK2001: unresolved external symbol ap_ctx_new
> ApacheCore.def : error LNK2001: unresolved external symbol ap_ctx_set
> ApacheCore.def : error LNK2001: unresolved external symbol ap_global_ctx

Your problem is that 2.7.1 is still broken for Win32.
For Win32 you have to use the latest snapshot from
ftp://ftp.modssl.org/snapshot/.
   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: mod_ssl 2.7.1 for Apache 1.3.14 on NT

2000-10-17 Thread Colin Chalmers

Hi,

Improvement has been made, I think.

I can now compile everything with the first command

$ nmake /f Makefile.win

But when I do the second command (  $ nmake /f Makefile.win installr)
I get the error that ApacheModuleSSL.dll cannot be found. It appears that
it's not being compiled. All the other *ssl* things appear to have been
copied i.e. certs/keys

/colin


> On Tue, Oct 17, 2000, Colin Chalmers wrote:
>
> > I've just downloaded the latest version and I'm trying to compile it on
> > my NT box without success, I have succeded with earlier versions on
> > RedHat.
> >
> > I have followed the instructions but get the errors below. I found a
> > this problem on the list and read that the answer was to add the _I but
> > in this case they're already there.
>
> > [...]
> > ApacheCore.def : error LNK2001: unresolved external symbol ap_ctx_get
> > ApacheCore.def : error LNK2001: unresolved external symbol ap_ctx_new
> > ApacheCore.def : error LNK2001: unresolved external symbol ap_ctx_set
> > ApacheCore.def : error LNK2001: unresolved external symbol ap_global_ctx
>
> Your problem is that 2.7.1 is still broken for Win32.
> For Win32 you have to use the latest snapshot from
> ftp://ftp.modssl.org/snapshot/.
>Ralf S. Engelschall
>[EMAIL PROTECTED]
>www.engelschall.com
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
>

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: mod_ssl 2.7.1 for Apache 1.3.14 on NT

2000-10-17 Thread Colin Chalmers

Giovanni THANX!!

With the help of your two files I have managed to compile apache with
modssl. I guess it's now a question of changing some config files to get it
working?

Yours

Colin


- Original Message -
From: "Adinolfi Giovanni" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 17, 2000 3:36 PM
Subject: R: mod_ssl 2.7.1 for Apache 1.3.14 on NT


> colin
> into makefile.win dont have the step for build this modul I attach (Hope)
> the file I promise you
>
> Giovanni
>
> -Messaggio originale-
> Da: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Per conto di Colin Chalmers
> Inviato: martedì 17 ottobre 2000 15.21
> A: [EMAIL PROTECTED]
> Oggetto: Re: mod_ssl 2.7.1 for Apache 1.3.14 on NT
>
>
> Hi,
>
> Improvement has been made, I think.
>
> I can now compile everything with the first command
>
> $ nmake /f Makefile.win
>
> But when I do the second command (  $ nmake /f Makefile.win installr)
> I get the error that ApacheModuleSSL.dll cannot be found. It appears that
> it's not being compiled. All the other *ssl* things appear to have been
> copied i.e. certs/keys
>
> /colin
>
>
> > On Tue, Oct 17, 2000, Colin Chalmers wrote:
> >
> > > I've just downloaded the latest version and I'm trying to compile it
on
> > > my NT box without success, I have succeded with earlier versions on
> > > RedHat.
> > >
> > > I have followed the instructions but get the errors below. I found a
> > > this problem on the list and read that the answer was to add the _I
but
> > > in this case they're already there.
> >
> > > [...]
> > > ApacheCore.def : error LNK2001: unresolved external symbol ap_ctx_get
> > > ApacheCore.def : error LNK2001: unresolved external symbol ap_ctx_new
> > > ApacheCore.def : error LNK2001: unresolved external symbol ap_ctx_set
> > > ApacheCore.def : error LNK2001: unresolved external symbol
ap_global_ctx
> >
> > Your problem is that 2.7.1 is still broken for Win32.
> > For Win32 you have to use the latest snapshot from
> > ftp://ftp.modssl.org/snapshot/.
> >Ralf S. Engelschall
> >[EMAIL PROTECTED]
> >www.engelschall.com
> > __
> > Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> > User Support Mailing List  [EMAIL PROTECTED]
> > Automated List Manager[EMAIL PROTECTED]
> >
>
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
>

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: mod_ssl 2.7.1 for Apache 1.3.14 on NT

2000-10-17 Thread Ralf S. Engelschall

On Tue, Oct 17, 2000, Colin Chalmers wrote:

> Improvement has been made, I think.
> 
> I can now compile everything with the first command
> 
> $ nmake /f Makefile.win
> 
> But when I do the second command (  $ nmake /f Makefile.win installr)
> I get the error that ApacheModuleSSL.dll cannot be found. It appears that
> it's not being compiled. All the other *ssl* things appear to have been
> copied i.e. certs/keys
> [...]

Please read more carefully: YOU HAVE TO USE THE SNAPSHOT, because in
2.7.1 the Makefiles are not correctly patched (because of the .nt vs.
.win) and so you will get into trouble.

   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]