install PHPUnit under Mac OS 10.6 Snow Leopord

first, read the following Link:

http://kubyshkin.ru/posts/phpunit-on-mac-os-x-snow-leopard-10-6.html

Then if you get problem with symfony/YAML version conflict  like:

phpunit/PHPUnit requires package „symfony/YAML“ (version >= 1.0.2, version <= 1.0.2), installed version is 1.0.6
No valid packages found
install failed

Just uninstall it with:

sudo pear uninstall symfony/YAML
uninstall ok: channel://pear.symfony-project.com/YAML-1.0.6

then install old version like this:

sudo pear install symfony/YAML-1.0.2
downloading YAML-1.0.2.tgz …
Starting to download YAML-1.0.2.tgz (9,299 bytes)
…..done: 9,299 bytes
install ok: channel://pear.symfony-project.com/YAML-1.0.2

Now you can install PHPUnit :

sudo pear install phpunit/PHPUnit
downloading PHPUnit-3.6.12.tgz …
Starting to download PHPUnit-3.6.12.tgz (120,240 bytes)
……………………..done: 120,240 bytes
install ok: channel://pear.phpunit.de/PHPUnit-3.6.12

 

Now to check phpunit

phpunit –version
PHPUnit 3.6.12 by Sebastian Bergmann.

Done!

Bring the old Scanner Medion MD90092 to work under Snow Leopord 10.6.*

I got a old scaner Mediaon MD90092 without Driver CDs for two Euros from „flohmarkt“. The MD90092 is a OEM Product from Microtek Hompage. I need it to run under Mac OS 10.6.8. So I download the scanpotter_1050.dmg (173.4 MB) from Microtek homepage and installed. It works! Great. And the scanner can not work with meine PC with XP. Strange.