RE: fatal error LNK1181: cannot open input file 'libeay32.lib'

2010-01-07 Thread Caldarale, Charles R
 From: joshua_korn-heil...@ibi.com [mailto:joshua_korn-heil...@ibi.com]
 Subject: fatal error LNK1181: cannot open input file 'libeay32.lib'
 
 Am I looking in the wrong place or am I just doing
 it wrong? Any help would be greatly appreciated.

Do you need to rebuild the tcnative DLL?  If not, just download the binaries 
from:

http://archive.apache.org/dist/tomcat/tomcat-connectors/native/1.1.18/binaries/win32/

or

http://archive.apache.org/dist/tomcat/tomcat-connectors/native/1.1.18/binaries/win64/

depending on architecture in use.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: fatal error LNK1181: cannot open input file 'libeay32.lib'

2010-01-07 Thread Joshua_Korn-Heilner
It won't let me open it in MS Visual, it says the file cannot be open with the 
selected editor. Please choose another editor. Or am I supposed to open it with 
something else?

Thanks
Josh

-Original Message-
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] 
Sent: Thursday, January 07, 2010 2:03 PM
To: Tomcat Users List
Subject: RE: fatal error LNK1181: cannot open input file 'libeay32.lib'

 From: joshua_korn-heil...@ibi.com [mailto:joshua_korn-heil...@ibi.com]
 Subject: fatal error LNK1181: cannot open input file 'libeay32.lib'
 
 Am I looking in the wrong place or am I just doing
 it wrong? Any help would be greatly appreciated.

Do you need to rebuild the tcnative DLL?  If not, just download the binaries 
from:

http://archive.apache.org/dist/tomcat/tomcat-connectors/native/1.1.18/binaries/win32/

or

http://archive.apache.org/dist/tomcat/tomcat-connectors/native/1.1.18/binaries/win64/

depending on architecture in use.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: fatal error LNK1181: cannot open input file 'libeay32.lib'

2010-01-07 Thread Caldarale, Charles R
 From: joshua_korn-heil...@ibi.com [mailto:joshua_korn-heil...@ibi.com]
 Subject: RE: fatal error LNK1181: cannot open input file 'libeay32.lib'
 
 It won't let me open it in MS Visual, it says the file cannot be open
 with the selected editor.

They're binaries, not source.  Just place the appropriate one in Tomcat's bin 
directory and you're good to go.  No mucking around with VisualStudio (or 
whatever that abomination is called this week).

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: fatal error LNK1181: cannot open input file 'libeay32.lib'

2010-01-07 Thread Joshua_Korn-Heilner
Oh I'm sorry for not being more specific in my original post, I'm looking for 
the source code for Tomcat that I can compile and then make changes to, that is 
the point of the native and all those instructions right, to get a working 
version of the Tomcat source?

Thanks
Josh

-Original Message-
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] 
Sent: Thursday, January 07, 2010 2:19 PM
To: Tomcat Users List
Subject: RE: fatal error LNK1181: cannot open input file 'libeay32.lib'

 From: joshua_korn-heil...@ibi.com [mailto:joshua_korn-heil...@ibi.com]
 Subject: RE: fatal error LNK1181: cannot open input file 'libeay32.lib'
 
 It won't let me open it in MS Visual, it says the file cannot be open
 with the selected editor.

They're binaries, not source.  Just place the appropriate one in Tomcat's bin 
directory and you're good to go.  No mucking around with VisualStudio (or 
whatever that abomination is called this week).

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: fatal error LNK1181: cannot open input file 'libeay32.lib'

2010-01-07 Thread Caldarale, Charles R
 From: joshua_korn-heil...@ibi.com [mailto:joshua_korn-heil...@ibi.com]
 Subject: RE: fatal error LNK1181: cannot open input file 'libeay32.lib'
 
 Oh I'm sorry for not being more specific in my original post, I'm
 looking for the source code for Tomcat that I can compile and then
 make changes to, that is the point of the native and all those
 instructions right, to get a working version of the Tomcat source?

True, but almost all of Tomcat proper is in Java, not native code.  Only the 
APR connector is in C, the other connectors are pure Java.  Unless you are 
narrowly focused on that one connector, don't bother with it, and just use a 
better IDE (or a plain editor) to fiddle with the guts of Tomcat.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: fatal error LNK1181: cannot open input file 'libeay32.lib'

2010-01-07 Thread Joshua_Korn-Heilner
I think I am though, I'm sorry I'm not very descriptive but all I know is that 
I'm looking for something called tomcat6w.exe and from what I understand it's 
supposed to be in c code, or at least that's what I was told.

Thanks
Josh

-Original Message-
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] 
Sent: Thursday, January 07, 2010 2:29 PM
To: Tomcat Users List
Subject: RE: fatal error LNK1181: cannot open input file 'libeay32.lib'

 From: joshua_korn-heil...@ibi.com [mailto:joshua_korn-heil...@ibi.com]
 Subject: RE: fatal error LNK1181: cannot open input file 'libeay32.lib'
 
 Oh I'm sorry for not being more specific in my original post, I'm
 looking for the source code for Tomcat that I can compile and then
 make changes to, that is the point of the native and all those
 instructions right, to get a working version of the Tomcat source?

True, but almost all of Tomcat proper is in Java, not native code.  Only the 
APR connector is in C, the other connectors are pure Java.  Unless you are 
narrowly focused on that one connector, don't bother with it, and just use a 
better IDE (or a plain editor) to fiddle with the guts of Tomcat.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: fatal error LNK1181: cannot open input file 'libeay32.lib'

2010-01-07 Thread David kerber

joshua_korn-heil...@ibi.com wrote:

I think I am though, I'm sorry I'm not very descriptive but all I know is that 
I'm looking for something called tomcat6w.exe and from what I understand it's 
supposed to be in c code, or at least that's what I was told.


Tomcat6w monitoring app for tomcat on windows.  It's not tomcat itself, 
nor is it tcnative.dll.






Thanks
Josh

-Original Message-
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] 
Sent: Thursday, January 07, 2010 2:29 PM

To: Tomcat Users List
Subject: RE: fatal error LNK1181: cannot open input file 'libeay32.lib'


From: joshua_korn-heil...@ibi.com [mailto:joshua_korn-heil...@ibi.com]
Subject: RE: fatal error LNK1181: cannot open input file 'libeay32.lib'

Oh I'm sorry for not being more specific in my original post, I'm
looking for the source code for Tomcat that I can compile and then
make changes to, that is the point of the native and all those
instructions right, to get a working version of the Tomcat source?


True, but almost all of Tomcat proper is in Java, not native code.  Only the 
APR connector is in C, the other connectors are pure Java.  Unless you are 
narrowly focused on that one connector, don't bother with it, and just use a 
better IDE (or a plain editor) to fiddle with the guts of Tomcat.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org





-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: fatal error LNK1181: cannot open input file 'libeay32.lib'

2010-01-07 Thread Joshua_Korn-Heilner
Where could I find the source code that calls it then? 

Thanks
Josh

-Original Message-
From: David kerber [mailto:dcker...@verizon.net] 
Sent: Thursday, January 07, 2010 2:43 PM
To: Tomcat Users List
Subject: Re: fatal error LNK1181: cannot open input file 'libeay32.lib'

joshua_korn-heil...@ibi.com wrote:
 I think I am though, I'm sorry I'm not very descriptive but all I know is 
 that I'm looking for something called tomcat6w.exe and from what I understand 
 it's supposed to be in c code, or at least that's what I was told.

Tomcat6w monitoring app for tomcat on windows.  It's not tomcat itself, 
nor is it tcnative.dll.



 
 Thanks
 Josh
 
 -Original Message-
 From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] 
 Sent: Thursday, January 07, 2010 2:29 PM
 To: Tomcat Users List
 Subject: RE: fatal error LNK1181: cannot open input file 'libeay32.lib'
 
 From: joshua_korn-heil...@ibi.com [mailto:joshua_korn-heil...@ibi.com]
 Subject: RE: fatal error LNK1181: cannot open input file 'libeay32.lib'

 Oh I'm sorry for not being more specific in my original post, I'm
 looking for the source code for Tomcat that I can compile and then
 make changes to, that is the point of the native and all those
 instructions right, to get a working version of the Tomcat source?
 
 True, but almost all of Tomcat proper is in Java, not native code.  Only the 
 APR connector is in C, the other connectors are pure Java.  Unless you are 
 narrowly focused on that one connector, don't bother with it, and just use a 
 better IDE (or a plain editor) to fiddle with the guts of Tomcat.
 
  - Chuck
 
 
 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
 MATERIAL and is thus for use only by the intended recipient. If you received 
 this in error, please contact the sender and delete the e-mail and its 
 attachments from all computers.
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org
 
 


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: fatal error LNK1181: cannot open input file 'libeay32.lib'

2010-01-07 Thread Caldarale, Charles R
 From: joshua_korn-heil...@ibi.com [mailto:joshua_korn-heil...@ibi.com]
 Subject: RE: fatal error LNK1181: cannot open input file 'libeay32.lib'
 
 all I know is that I'm looking for something called tomcat6w.exe and 
 from what I understand it's supposed to be in c code

Yes, that is C code, but it's not part of the Tomcat source.  It's a GUI 
service monitor and configuration utility that is actually a renamed version of 
the Windows part of Apache Commons daemon.  You can find more information about 
that (including download links) here:
http://commons.apache.org/daemon/procrun.html

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: fatal error LNK1181: cannot open input file 'libeay32.lib'

2010-01-07 Thread Joshua_Korn-Heilner
Thank you so much you have been a big help!

Thanks
Josh

-Original Message-
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] 
Sent: Thursday, January 07, 2010 2:46 PM
To: Tomcat Users List
Subject: RE: fatal error LNK1181: cannot open input file 'libeay32.lib'

 From: joshua_korn-heil...@ibi.com [mailto:joshua_korn-heil...@ibi.com]
 Subject: RE: fatal error LNK1181: cannot open input file 'libeay32.lib'
 
 all I know is that I'm looking for something called tomcat6w.exe and 
 from what I understand it's supposed to be in c code

Yes, that is C code, but it's not part of the Tomcat source.  It's a GUI 
service monitor and configuration utility that is actually a renamed version of 
the Windows part of Apache Commons daemon.  You can find more information about 
that (including download links) here:
http://commons.apache.org/daemon/procrun.html

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org