The custom is to include these things as text. Images are generally frowned up on a mailing list. Generally, just where the last few lines of the error are will suffice. They are also causing people to have trouble replying because of size limits.
You are looking in the wrong place now for the lib files. Libs are generally files ending in .so or .so.# or sometimes .sl depending on the OS. Those are not in the include directory. You can see where they are the same way.
Jewel,
Don't give up, just think of all the stuff you are learning as a result of these trials.
In the output from the dpkg list command that you ran yesterday it shows that there are two versions of SSL libraries installed on your system. There was also a message this morning with a specfic sslv2 test that failed. I do NOT recommend that you remove libssl0.9.8, as it is probably required for some other product on your system. You need to specify the libssl1.0 paths for the Xymon install (reference below). How you find the correct path on Ubuntu, and if you need to clean up some old ssl conf / cache files I will leave to the Debian / Ubuntu experts that don't like top posts. Regards, Tim
ii libssl-dev 1.0.1-4ubuntu5.3 SSL development libraries, header files and documentation ii libssl-doc 1.0.1-4ubuntu5.3 SSL development documentation documentation ii libssl0.9.8 0.9.8o-5ubuntu1.7 SSL shared libraries ii libssl1.0.0 1.0.1-4ubuntu5.3 SSL shared libraries
http://lists.xymon.com/pipermail/xymon/2012-September/035518.html
I apologize to the list for sending attachments. It won't happen again.
I was able to get past the error when running make. I commented out line 482 in a contest.c file under the xymonnet directory. case SSLVERSION_V2: item->sslctx = SSL_CTX_new(SSLv2_client_method()); break; This is where it was failing so I am not sure what is happening.
For the first time when I run (./xymonnet --version) I do get "SSL library: OpenSSL 1.0.1" so I feel we may be getting closer. To test if everything is working I edited my hosts.cfg file to monitor Xymon's own webpage but it's still not working. Showing in red and says Server timeout.
Jewel
Is that an indication that the server you are querying is not running https at least not for the site you are trying?
Jon
This is where it was failing so I am not sure what is happening.
For the first time when I run (./xymonnet --version) I do get "SSL library: OpenSSL 1.0.1" so I feel we may be getting closer. To test if everything is working I edited my hosts.cfg file to monitor Xymon's own webpage but it's still not working. Showing in red and says Server timeout.
Jewel
This E-mail and any of its attachments may contain Time Warner Cable proprietary information, which is privileged, confidential, or subject to copyright belonging to Time Warner Cable. This E-mail is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient of this E-mail, you are hereby notified that any dissemination, distribution, copying, or action taken in relation to the contents of and attachments to this E-mail is strictly prohibited and may be unlawful. If you have received this E-mail in error, please notify the sender immediately and permanently delete the original and any copy of this E-mail and any printout.
The below steps actually did work. I wasn't apparently patient enough. Thank you everyone who responded! It's monitoring https sites like a charm. Xymon rocks!
I apologize to the list for sending attachments. It won't happen again.
I was able to get past the error when running make. I commented out line 482 in a contest.c file under the xymonnet directory. case SSLVERSION_V2: item->sslctx = SSL_CTX_new(SSLv2_client_method()); break; This is where it was failing so I am not sure what is happening.
For the first time when I run (./xymonnet --version) I do get "SSL library: OpenSSL 1.0.1" so I feel we may be getting closer. To test if everything is working I edited my hosts.cfg file to monitor Xymon's own webpage but it's still not working. Showing in red and says Server timeout.
Jewel
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 12/20/2012 02:54 PM, Jewel Makda wrote:
The below steps actually did work. I wasn't apparently patient enough. Thank you everyone who responded! It's monitoring https sites like a charm. Xymon rocks!
I apologize to the list for sending attachments. It won't happen again.
I was able to get past the error when running make. I commented out line 482 in a contest.c file under the xymonnet directory. case SSLVERSION_V2: item->sslctx = SSL_CTX_new(SSLv2_client_method()); break; This is where it was failing so I am not sure what is happening.
For the first time when I run (./xymonnet --version) I do get "SSL library: OpenSSL 1.0.1" so I feel we may be getting closer. To test if everything is working I edited my hosts.cfg file to monitor Xymon's own webpage but it's still not working. Showing in red and says Server timeout.
It seems to me though that commenting that out is probably not a great thing. What was the error you got compiling?
- ---- _ _ _ _ ___ _ _ _ |Y#| | | |\/| | \ |\ | | |Ryan Novosielski - Sr. Systems Programmer |$&| |__| | | |__/ | \| _| |novosirj at umdnj.edu - 973/972.0922 (2-0922) \__/ Univ. of Med. and Dent.|IST/EI-Academic Svcs. - ADMC 450, Newark -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/
iEYEARECAAYFAlDTbW0ACgkQmb+gadEcsb7BGACfRNuUmHFdQUdMzbfMmed1udpK GDkAn0r6wkhPHUX2f3rZFuaMZJt5sOQG =5dZr -----END PGP SIGNATURE-----
I was getting:
|/home/xymon/Downloads/xymon-4.3.5/xymonnet/contest.c:482 undefined reference to `SSLv2_client_method' collect2:ld returned 1 exit status make[1]: *** [xymonnet] Error 1 make [1]: Leaving directory '/home/xymon/Downloads/xymon-4.3.5/xymonnet' make: *** [xymonnet-build] Error 2 |
On 12/20/2012 1:56 PM, Novosielski, Ryan wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 12/20/2012 02:54 PM, Jewel Makda wrote:
The below steps actually did work. I wasn't apparently patient enough. Thank you everyone who responded! It's monitoring https sites like a charm. Xymon rocks!
I apologize to the list for sending attachments. It won't happen again.
I was able to get past the error when running make. I commented out line 482 in a contest.c file under the xymonnet directory. case SSLVERSION_V2: item->sslctx = SSL_CTX_new(SSLv2_client_method()); break; This is where it was failing so I am not sure what is happening.
For the first time when I run (./xymonnet --version) I do get "SSL library: OpenSSL 1.0.1" so I feel we may be getting closer. To test if everything is working I edited my hosts.cfg file to monitor Xymon's own webpage but it's still not working. Showing in red and says Server timeout. It seems to me though that commenting that out is probably not a great thing. What was the error you got compiling?
- ---- _ _ _ _ ___ _ _ _ |Y#| | | |\/| | \ |\ | | |Ryan Novosielski - Sr. Systems Programmer |$&| |__| | | |__/ | \| _| |novosirj at umdnj.edu - 973/972.0922 (2-0922) \__/ Univ. of Med. and Dent.|IST/EI-Academic Svcs. - ADMC 450, Newark -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/
iEYEARECAAYFAlDTbW0ACgkQmb+gadEcsb7BGACfRNuUmHFdQUdMzbfMmed1udpK GDkAn0r6wkhPHUX2f3rZFuaMZJt5sOQG =5dZr -----END PGP SIGNATURE-----
On Thu, 20 Dec 2012 13:54:05 -0600, Jewel Makda <jewel.brueggeman-makda at washburn.edu> wrote:
The below steps actually did work. I wasn't apparently patient enough. Thank you everyone who responded! It's monitoring https sites like a charm. Xymon rocks!
I apologize to the list for sending attachments. It won't happen again.
I was able to get past the error when running make. I commented out line 482 in a contest.c file under the xymonnet directory. case SSLVERSION_V2: item->sslctx = SSL_CTX_new(SSLv2_client_method()); break; This is where it was failing so I am not sure what is happening.
For the first time when I run (./xymonnet --version) I do get "SSL library: OpenSSL 1.0.1" so I feel we may be getting closer.
What version of Xymon are you trying to compile ? The configuration script is supposed to pick up that your SSL library does not have SSLv2 support, and configure this automatically.
This was added around 4.3.8, if I remember correctly.
Regards, Henrik
participants (5)
-
henrik@hswn.dk
-
jewel.brueggeman-makda@washburn.edu
-
jonathan.smith@twcable.com
-
novosirj@umdnj.edu
-
tm@freedom.com