Can't locate XML/Parser.pm in @INC
This is on CentOS or other RedHat based distirubitions $> sudo yum install perl-CPAN $> sudo yum perl-XML-Parser
Just another Yipp.ca Blogs site
This is on CentOS or other RedHat based distirubitions $> sudo yum install perl-CPAN $> sudo yum perl-XML-Parser
Error : Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.132.el6.x86_64 libgcc-4.4.7-4.el6.x86_64 libstdc++-4.4.7-4.el6.x86_64 Problem during install $> sudo debuginfo-install glibc-2.12-1.132.el6.x86_64 libgcc-4.4.7-4.el6.x86_64 libstdc++-4.4.7-4.el6.x86_64 (...) Could not find debuginfo for main pkg: glibc-2.12-1.132.el6.x86_64 Could not find debuginfo pkg for...
Problem Mysql is unreachable and you cannot connect to mysql server. This happens after a system crash or virtual machine halting brutally. Solution sudo service mysqld stop sudo mv /var/lib/mysql/mysql.sock /var/lib/mysql/mysql.sock.bak sudo service mysqld...
You are running CentOS 64-bit, and get the libstdc++ error cannot find -lstdc++ /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/4.4.7/libstdc++.a when searching for -lstdc++ /usr/bin/ld: cannot find -lstdc++ I am here to help. The solution is simply...
Solution: $> sudo gedit /etc/selinux/config Then put the ones you want : # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No...
Greeting mortal friend, welcome to my shorter tech-help article ever ! I wrote it because I always forget it myself : $> sudo gedit /etc/sysconfig/network Then edit the line with HOSTNAME=donkey Click here to...
1. Add RPMForge as a software source: Update, RPMFORGE is offline. Now you can use epel repo 1. Install EPEL Repo http://tech.yipp.ca/linux/adding-epel-repo-centos-6-6/ 2. Install openvpn $> sudo yum install openvpn 3. Find the...
As part of setting up a CentOS virtual machine, installing the virtualbox guest additions is an important part of the process. Note : This is for CentOS 6.X. For other distributions see : install-virtualbox-guest-additions-on-fedora-centos-red-hat-rhel 1. Add...
Problem : /dev/mapper/vg_centos-lv_home has become full, however there is still some free space on device, what's going on?!? [root@centos ~]# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/vg_centos-lv_root 46287864 4627216 39309340 11% / tmpfs...
Share a folder in Linux (CentOS, Debian) using samba (smb) Solution: The solution I'm using is with Samba. I'm using the username frank but please replace this with any username you wish. If...
Recent Comments