2013

checking for Tcl configuration… configure: error: Can’t find Tcl configuration definitions

sh-3.2# port selfupdate —> Updating MacPorts base sources using rsync MacPorts base version 2.1.3 installed, MacPorts base version 2.2.1 downloaded. —> Updating the ports tree —> MacPorts base is outdated, installing new version 2.2.1 Installing new MacPorts release in /opt/local as root:admin; permissions 0755; Tcl-Package in /Library/Tcl Error: /opt/local/bin/port: port selfupdate failed: Error installing new …

checking for Tcl configuration… configure: error: Can’t find Tcl configuration definitions Read More »

Error: sqlite.bz2: [Errno -1] Metadata file does not match checksum

Error: sqlite.bz2: [Errno -1] Metadata file does not match checksum [[email protected] ~]# yum update Failed to set locale, defaulting to C base | 3.7 kB 00:00 epel/metalink | 14 kB 00:00 extras | 3.4 kB 00:00 newrelic | 951 B 00:00 rpmforge-extras | 1.9 kB 00:00 updates | 3.4 kB 00:00 updates/primary_db | 5.1 MB …

Error: sqlite.bz2: [Errno -1] Metadata file does not match checksum Read More »

phpMyAdmin – Error : Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly

[code] phpMyAdmin – Error Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. [/code] I face this problem in CentOS 6 with nginx and php-fpm, so I solve using this way [code lang=”bash”] sudo mkdir /var/lib/php/session sudo chown nginx:nginx /var/lib/php/session sudo chmod …

phpMyAdmin – Error : Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly Read More »

How to install Git in CentOS in fastest way ?

yum install git git –version git version 1.7.1 Update git git clone https://github.com/git/git remote: Finding bitmap roots… remote: Counting objects: 163718, done. remote: Compressing objects: 100% (45304/45304), done. remote: Total 163718 (delta 117789), reused 162282 (delta 116441) Receiving objects: 100% (163718/163718), 50.96 MiB | 2.24 MiB/s, done. Resolving deltas: 100% (117789/117789), done.