PEAR install problem
Started by Ollie222, Jan 20 2011 10:52 AM
9 replies to this topic
#1
Posted 20 January 2011 - 10:52 AM
I'm having problems getting PEAR installed on the latest uniserver 5.7.1.
Running on Windows 7 64bit I've downloaded a fresh copy of uniserver 5.7.1 and Apache, mysql and the admin panel all work ok.
Now when I click on 'Install PEAR' under the plugin menu (Go-PEAR v1.1.2) and choose MDB2 while leaving all of the other options as the defaults then click install I get the following response and error.
Starting installation ...
Loading zlib: ok
Bootstrapping Installer...................
Bootstrapping PEAR.php............(remote) ok
Bootstrapping Archive/Tar.php............(remote) ok
Bootstrapping Console/Getopt.php............(remote) ok
Extracting installer..................
Downloading package: PEAR.............ok
Downloading package: Structures_Graph.... Error while opening {C:/Users/Stu/Uniserver_5_7/UniServer/home/admin/www/plugins/pear/temp/docs/html/Structures_Graph/Structures_Graph_Manipulator_TopologicalSorter.html
����������������������������������������������������������
����������������������������������������������������������
����������������������������������������������������������
����������������������������������������������������������
����������������������������������������������������������
����������������������������������������������������������
����������������������������������������������������������
�����} in write binary mode
Any ideas as to the problem, do I need to change any of the default settings or have any specific php setting activated?
Running on Windows 7 64bit I've downloaded a fresh copy of uniserver 5.7.1 and Apache, mysql and the admin panel all work ok.
Now when I click on 'Install PEAR' under the plugin menu (Go-PEAR v1.1.2) and choose MDB2 while leaving all of the other options as the defaults then click install I get the following response and error.
Starting installation ...
Loading zlib: ok
Bootstrapping Installer...................
Bootstrapping PEAR.php............(remote) ok
Bootstrapping Archive/Tar.php............(remote) ok
Bootstrapping Console/Getopt.php............(remote) ok
Extracting installer..................
Downloading package: PEAR.............ok
Downloading package: Structures_Graph.... Error while opening {C:/Users/Stu/Uniserver_5_7/UniServer/home/admin/www/plugins/pear/temp/docs/html/Structures_Graph/Structures_Graph_Manipulator_TopologicalSorter.html
����������������������������������������������������������
����������������������������������������������������������
����������������������������������������������������������
����������������������������������������������������������
����������������������������������������������������������
����������������������������������������������������������
����������������������������������������������������������
�����} in write binary mode
Any ideas as to the problem, do I need to change any of the default settings or have any specific php setting activated?
#2
Posted 20 January 2011 - 01:13 PM
Just as an update with uniserver 5.5 and the updated go-pear v1.1.2 I can get it does install correctly.
#4
Posted 21 January 2011 - 04:06 AM
I think that 5.5 has php 5.3.1 and 5.7 has php 5.3.5 so that could be the difference.
#5
Posted 26 January 2011 - 07:41 AM
It looks as if go-pear.php v1.1.2 remains the latest version (as per Pear web-site).
However core and other elements have been updated while go-pear has been neglected.
Solution is to edit file:
UniServer\home\admin\www\plugins\pear\go_pear.php
Locate this section:
All the best
Ric
However core and other elements have been updated while go-pear has been neglected.
Solution is to edit file:
UniServer\home\admin\www\plugins\pear\go_pear.php
Locate this section:
'PEAR.php' => 'http://svn.php.net/viewvc/pear/pear-core/branches/PEAR_1_4/PEAR.php?view=co', 'Archive/Tar.php' => 'http://svn.php.net/viewvc/pear/packages/Archive_Tar/tags/RELEASE_1_3_2/Archive/Tar.php?view=co', 'Console/Getopt.php' => 'http://svn.php.net/viewvc/pear/pear-core/branches/PEAR_1_4/Console/Getopt.php?view=co',Change as shown below:
'PEAR.php' => 'http://svn.php.net/viewvc/pear/pear-core/branches/PEAR_1_6/PEAR.php?view=co', 'Archive/Tar.php' => 'http://svn.php.net/viewvc/pear/packages/Archive_Tar/tags/RELEASE_1_3_3/Archive/Tar.php?view=co', 'Console/Getopt.php' => 'http://svn.php.net/viewvc/pear/pear-core/branches/PEAR_1_6/Console/Getopt.php?view=co',
All the best
Ric
#6
Posted 26 January 2011 - 12:06 PM
Ric, on Jan 26 2011, 08:41 AM, said:
It looks as if go-pear.php v1.1.2 remains the latest version (as per Pear web-site).
However core and other elements have been updated while go-pear has been neglected.
Solution is to edit file:
UniServer\home\admin\www\plugins\pear\go_pear.php
Locate this section:
All the best
Ric
However core and other elements have been updated while go-pear has been neglected.
Solution is to edit file:
UniServer\home\admin\www\plugins\pear\go_pear.php
Locate this section:
'PEAR.php' => 'http://svn.php.net/viewvc/pear/pear-core/branches/PEAR_1_4/PEAR.php?view=co', 'Archive/Tar.php' => 'http://svn.php.net/viewvc/pear/packages/Archive_Tar/tags/RELEASE_1_3_2/Archive/Tar.php?view=co', 'Console/Getopt.php' => 'http://svn.php.net/viewvc/pear/pear-core/branches/PEAR_1_4/Console/Getopt.php?view=co',Change as shown below:
'PEAR.php' => 'http://svn.php.net/viewvc/pear/pear-core/branches/PEAR_1_6/PEAR.php?view=co', 'Archive/Tar.php' => 'http://svn.php.net/viewvc/pear/packages/Archive_Tar/tags/RELEASE_1_3_3/Archive/Tar.php?view=co', 'Console/Getopt.php' => 'http://svn.php.net/viewvc/pear/pear-core/branches/PEAR_1_6/Console/Getopt.php?view=co',
All the best
Ric
Thank you
Worked like a charm!! Very easy solution.
#8
Posted 28 January 2011 - 04:15 AM
Ric, on Jan 26 2011, 12:41 PM, said:
It looks as if go-pear.php v1.1.2 remains the latest version (as per Pear web-site).
However core and other elements have been updated while go-pear has been neglected.
Solution is to edit file:
UniServer\home\admin\www\plugins\pear\go_pear.php
Locate this section:
All the best
Ric
However core and other elements have been updated while go-pear has been neglected.
Solution is to edit file:
UniServer\home\admin\www\plugins\pear\go_pear.php
Locate this section:
'PEAR.php' => 'http://svn.php.net/viewvc/pear/pear-core/branches/PEAR_1_4/PEAR.php?view=co', 'Archive/Tar.php' => 'http://svn.php.net/viewvc/pear/packages/Archive_Tar/tags/RELEASE_1_3_2/Archive/Tar.php?view=co', 'Console/Getopt.php' => 'http://svn.php.net/viewvc/pear/pear-core/branches/PEAR_1_4/Console/Getopt.php?view=co',Change as shown below:
'PEAR.php' => 'http://svn.php.net/viewvc/pear/pear-core/branches/PEAR_1_6/PEAR.php?view=co', 'Archive/Tar.php' => 'http://svn.php.net/viewvc/pear/packages/Archive_Tar/tags/RELEASE_1_3_3/Archive/Tar.php?view=co', 'Console/Getopt.php' => 'http://svn.php.net/viewvc/pear/pear-core/branches/PEAR_1_6/Console/Getopt.php?view=co',
All the best
Ric
Thanks for the solution, I've not tried it yet as I'm in the midst of using an older version but based on the comment above it looks like it works so I'll give it a try soon.
#9
Posted 29 January 2011 - 10:17 AM
Been having problems installing Pear, and this information made it work. Now I just need to figure out why I need it, and what does it do. (as I scratch my head)
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users










