Jenkins pipeline fails with the below error while running in Rhel 7.9 worker node
/usr/include/openssl/opensslconf.h:13:30: fatal error: opensslconf-i386.h: No such file or directory #include "opensslconf-i386.h"
I tried to install libssl-dev:i386 on Rhel 7.9 but I am getting an error "No package libssl-dev:i386 available"
This is the commands that was executed in the pipeline
sudo make package ARCH=linux_32
installed openssl-devel.i686 and the error got resolved
yum install openssl-devel.i686
Related
I am on debian 11 amd64, and i am trying to install a software for my ups system IPP from EATON.
But I am currently stuck on an error related to the librairy msocket.so :
Unable to init module '/tmp/emc2Install/bin/msocket.so' (/tmp/emc2Install/bin/msocket.so: failed to map segment from shared object)
Unable to init module 'bin/msocket.so' (bin/msocket.so: cannot open shared object file: No such file or directory)
{
"message": "Socket is not defined",
"fileName": "scripts/libs/core/socket.js",
"lineNumber": 12,
"stack": "#scripts/libs/core/socket.js:12\n",
"name": "ReferenceError"
}
dpkg: error processing package ipp-linux (--install):
installed ipp-linux package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
ipp-linux
I have tested the same package on a fresh debian installation and it's work properly. Make a fresh install is my last option so if i can get a fiw for this issue.
Thanks you by advance
I have tried to install/reinstall this packet but without success :
sudo apt-get install node-component-emitter
sudo apt-get install node-socket.io-parser
apt-get install socket.io
I am trying to install monax on Ubuntu from this link: https://monax.io/docs/getting-started/
When I execute monax init I am getting error that says monax:command not found.
I have installed docker and downloaded monax.
I'm trying to use Laravel 5.1 and Cassandra 3.7
Version: PHP7, Apache2.2, Cassandra3.7
but, I got below error
configure: error: Unable to load libgmp
ERROR: `/var/tmp/cassandra/configure --with-php-config=/usr/bin/php-config'
failed
Can someone help me?
It appears you are missing one of the dependencies which will allow the PHP driver to be successfully built and installed. Ensure you have GNUMP (with development headers) installed:
RHEL: sudo yum install gmp-devel
Ubuntu: sudo apt-get install libgmp-dev
If you run into any other missing dependencies or build issues I would recommend looking into the build instructions on GitHub for the driver.
Suddenly I got conflict php 7.0 on Ubuntu 14.04. php run in terminal but not in browser. When I try to re-install I frequently got error below :
Setting up libapache2-mod-php7.0 (7.0.6-13+donate.sury.org~trusty+1) ...
dpkg: error processing package libapache2-mod-php7.0 (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
libapache2-mod-php7.0
Moreover I un-installed and re-install apache2 server also but not able to resolve it.
Please note initially I ran command sudo apt-get update. After that I have all these issues. Kindly suggest how it will resolved. Thanks
I want to install poski at linux(both centos 5.3 and ubuntu 11.10). I do the command below:
../poski-v1.0.0/INSTALL.sh --with-oski=yes --prefix=/usr/local/poski
The error is below, the same for centos and ubuntu.
../../poski-v1.0.0/include/poski/poski_commontype.h:4: fatal error: oski/oski.h: No such file or directory