Showing posts with label LINUX. Show all posts
Showing posts with label LINUX. Show all posts
Sunday, April 26, 2020
Monday, June 17, 2019
sendEmail[18533]: ERROR => No TLS support! SendEmail can't load required libraries. (try installing Net::SSLeay and IO::Socket::SSL)
Getting the below error while trying to send mail using
sendEmail on Linux:
sendEmail[18533]: ERROR => No TLS support! SendEmail can't load required libraries. (try
installing Net::SSLeay and IO::Socket::SSL)
Resolution:
To resolve this install the below rpms
yum install 'perl(Net::SSLeay)
yum install 'perl(IO::Socket::SSL)'
Now try to send the mail again
It is failed with below error:
at ./sendEmail line 1906.
invalid SSL_version specified at
/usr/share/perl5/vendor_perl/IO/Socket/SSL.pm line 444.
To resolve this error modify sendEmail file as below
Now try to send the mail again, we will get a successful message
Sunday, November 25, 2018
Saturday, November 10, 2018
Tuesday, July 3, 2018
Saturday, May 5, 2018
Installing vnc server on centos 7
Installing Gnome Desktop
Connect to the server as root user in putty
Use yum to install Gnome Desktop package
Enter "y" to install all the dependencies and package
Wait until the package got installed, it will take some time
Installing Tiger vnc server
Install vnc server as below using yum
Start the vnc server
Here vnc session started with session id "1"
Connecting to the server using vnc viewer
Open the vnc viewer and provide server ip and session id
Click on ok
Provide the password and click on ok
Connect to the server as root user in putty
Use yum to install Gnome Desktop package
Enter "y" to install all the dependencies and package
Wait until the package got installed, it will take some time
Installing Tiger vnc server
Install vnc server as below using yum
Start the vnc server
Here vnc session started with session id "1"
Connecting to the server using vnc viewer
Open the vnc viewer and provide server ip and session id
Click on ok
Provide the password and click on ok
Monday, March 26, 2018
Sunday, March 25, 2018
Running 32 bit software on Linux 64 bit operating system
Try to Run the 32 bit software on 64 bit operating system
Setting 32 bit emulation mode
Running the 32 bit software again
Saturday, February 17, 2018
Subscribe to:
Posts (Atom)
Opatch reports 'Cyclic Dependency Detected' error when patching ODI Issue: When applying a Patch Set Update (PSU) to WebLogic Se...
-
1. Creating a directory in hdfs $ hdfs dfs -mkdir <paths> 2. List the directories in hdfs $ hdfs dfs -l...
-
After configuring SSL with Custom Identity and Trust Keystores and when we try to start the servers getting the below error ...
-
Getting the below error when installing oracle database 12c on linux machine Soft Limit: maximum stack size - This is a prerequisite con...