Skip to content
Advertisement

Tag: centos

ldconfig can’t find lib in standard location

EDIT: Cloudera says that CentOS is supported please check Cloudera manual install as they have instructions on how to do so, it relies on libpython2.6.so.1.0 and libsasl2.so.2. When installing a package ( impala from cloudera repository ) I am told that libsasl2.so.2 and libpython2.6.so.1.0 are missing. After some searching people have said that soft linking the more up to date

Can’t locate File/Remote.pm in @INC (@INC contains:

I’m having trouble with the following. Can’t locate File/Remote.pm in @INC (@INC contains: /pkg/qct/software/perl/q4_06/.lib/site_perl/5.8.8/CPANPLUS/Shell/Default/Plugins /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) If I list the flowing the file is actually there : I’m really stuck here, this script was running on Solaris, to cut down on licenses I’ve converted 100+ sites to centos, and this script is required to run

Wget over SSL gives: Unable to establish SSL connection [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

Hamachi not installed on Centos 7 when i follow this steps

I’m trying to install Hamachi on Centos 7, i follow this documents but it was for Centos 5 ,6 Install and Configure LogMeIN ( Hamachi ) on RHEL/CentOS 5/6 Also the link of latest logmein-hamachi is not working, so i use latest version from this link LogMeIn Hamachi for Linux and download last version of hamachi by this command line

How to replace recursively part of file name in bash

I have a directory having subdirectories containing images files with a wrong name such like filename.jpg.jpg i want to replace this recursiveley with filename.jpg i have tried: or but none works thank you Answer If you have a rename utility which uses perl regular expressions, then use the below command :

how to tell the version number of dash?

I have a dash shell installed as /bin/dash. I checked the manual of dash, which is the same as the POSIX shell manual, and there is nothing there to tell the version of the shell. dash –version does not work. How to tell the version number of dash I have?? Added: some people are pointing me to Ubuntu commands, well,

Search and replace file content using shell script

I want to search and replace specific value in a file, here is the content of the file I want to replace DocumentRoot /var/www/html with DocumentRoot /var/www/html/centos I tried the following This is not working, can someone point me to the right direction. Thanks Answer The line you are trying to replace is: It contains double-quotes. The sed command does

Remote access to web server on linux

I have access to a server running CentOS 6.7 on which I installed apache and configured the /etc/httpd/conf/httpd.conf file. I can see the webpage if I ssh to the server and run but I would like to access it using a real browser. If I try to access it from my computer, it tells me that this webpage is unavailable

cassandra dead but pid file exists on amzon centos6

I am trying to install cassandra on amazon centOS6.0 for that i follow from Caassandra After successful install i am able to start the cassandra service but when trying to check status it throws “cassandra dead but pid file exists” error. Any help. Cassandra LOG: System LOG: When i type cassandra -f Answer I found the issue the day i

Advertisement