HostOnNet Blog

Monthly Archives: February 2010


ffmpeg-php undefined symbol php_gd_gdImageSetPixel

When i install ffmpeg-php on a plesk server, i got following error PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/lib/php/modules/ffmpeg.so’ – /usr/lib/php/modules/ffmpeg.so: undefined symbol: php_gd_gdImageSetPixel in Unknown on line 0 This is caused by loading ffmpeg.so before gd.so


Symfony 2 Migration to Git

Symfony is a PHP RAD framework like Zend Framework, CakePHP, etc… They have been using subversion for version control. Today while checking language section of github.com, i found Symfony version 2 is using git for source control. See the announcement


Pro Git

Pro Git is git book, that is available in print and online. Online version is free to use, can be found at http://progit.org/book/


git: ‘svn’ is not a git-command. See ‘git –help’.

On ubuntu , when i run git svn, i get following error root@hostonnet:/usr/local/zend/share# git svn clone http://framework.zend.com/svn/framework/standard/trunk git: ‘svn’ is not a git-command. See ‘git –help’. root@hostonnet:/usr/local/zend/share# This is fixed by installing git-svn sudo apt-get install git-svn


Google not to support old browsers

Google is taking bold step towards ending usage of old browsers by supporting only latest browsers for their web sites. Good move as it will make users using old browsers upgrade to latest, will make web sites displayed more consistently


Linus Torvalds on git

Linus Torvalds talk about git in google teach talk. Every subversion and CVS users must watch this video. we have switched from subversion to git as it allow partial commit (that is you commit part of changes in a file)


git svn error Can’t locate SVN/Core.pm

When i try to clone a svn project to git, i got error root@server70 [~/lxlabs/git]# git svn clone http://svn.lxcenter.org/svn/hypervm Can’t locate SVN/Core.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8 /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.7/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.6/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.7/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.6/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.5/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8