ElasticSearch: Validation Failed: 1: script or doc is missing
While dealing with ELastic Search documents, you faced this issue while updating…
March 20, 2018
I was trying to install mongo extension with pecl.
pecl install mongo
It gave me error:
Then, I tried installing php-commons extension.
It gave me errors:
Error: php55w-common conflicts with php-common-5.4.16-43.el7_4.1.x86_64</li>
I searched php*-devel in yum repo:
yum search devel | grep php
I got “php55w-devel”
I installed it:
yum installphp55w-devel
I tried installing mongo again:
pecl install mongo
Error:
configure: error: Cannot find OpenSSL's <evp.h>
ERROR: `/var/tmp/mongo/configure --with-mongo-sasl=no' failed
I installed openssl-devel
yum install openssl-devel
Again tried:
pecl install mongo
Voila! It installed
While dealing with ELastic Search documents, you faced this issue while updating…
Introduction In previous posts, we saw how to build FIPS enabled Openssl, and…
Code that I have is: It was: I changed it to: So, I needed to change button type…
Introduction I got my seo backlink work done from a freelancer. It was like 300…
You might need to put sudo before above command. The command will show details…
Introduction I was using Paypal payment on one of my website, and suddenly lot…
Introduction This post has the complete code to send email through smtp server…
Introduction In a normal email sending code from python, I’m getting following…
Introduction In one of my app, I was using to talk to . I have used some event…
Introduction So you have a Django project, and want to run it using docker image…
Introduction It is very important to introduce few process so that your code and…
Introduction In this post, we will see a sample Jenkin Pipeline Groovy script…