I am trying to install pear package manager for the umpteenth time from command line on xp.
Each time the download starts ok until I get
Starting to download archive_tar1.3.7.tgz (17610bytes)
done 17610 bytes
Downloading Pear-1.9.1tgz …
Starting to download Pear1.9.1.tgz (293587 bytes)
…done 293587 bytes
Downloading Structures_graph-1.0.4.tgz
Starting to download Structures-graph-1.0.4.tgz (30318 bytes)
… done 30318 bytes
Warning require_once(Structures/Graph.php): failed to open stream: No such file or directory in PEAR\downloader.php on line 1217
Warning require_once(): It is not safe to rely on the systems timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the time zone inentifier. We selected Europe/London for ‘0.0no DST’ instead in PEAR\downloader.php on line 1217
I cannot get beyond this point. I have tried installation from go-pear.bat bundled with PHP5.3.4 and also from the go-pear.php file downloaded from http://pear.php.net/go-pear and each time installation fails.
Does anybody know how to proceed from here?