Jump to content


PEAR install problem


  • Please log in to reply
9 replies to this topic

#1 Ollie222

Ollie222

    Junior Member

  • Member
  • 15 posts
  • Main OS: Windows Vista

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?

#2 Ollie222

Ollie222

    Junior Member

  • Member
  • 15 posts
  • Main OS: Windows Vista

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.

#3 Shyokou Ouyou

Shyokou Ouyou

    Member

  • Member
  • 72 posts
  • Main OS: Windows XP

Posted 20 January 2011 - 11:00 PM


Just wonder if both uniserver 5.7.1 and uniserver 5.5 share the same version of PHP backend ...


View PostOllie222, on Jan 21 2011, 02:13 AM, said:

Just as an update with uniserver 5.5 and the updated go-pear v1.1.2 I can get it does install correctly.


#4 Ollie222

Ollie222

    Junior Member

  • Member
  • 15 posts
  • Main OS: Windows Vista

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 Ric

Ric

    Project Manager

  • Admin
  • 1,302 posts
  • Gender:Male
  • Location:Cambridge,UK
  • Interests:Electronics
    Internet in general
    Open source projects
  • SourceForge IDmpgcan
  • Wiki ID: Ric
  • Main OS: Windows XP

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:
'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 dodgeitorelse

dodgeitorelse

    Newbie

  • Member
  • 1 posts
  • Main OS: Windows XP

Posted 26 January 2011 - 12:06 PM

View PostRic, 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:
'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.

#7 Shyokou Ouyou

Shyokou Ouyou

    Member

  • Member
  • 72 posts
  • Main OS: Windows XP

Posted 28 January 2011 - 02:16 AM

Ric is marv :) ...

View Postdodgeitorelse, on Jan 27 2011, 01:06 AM, said:

Thank you :)
Worked like a charm!! Very easy solution.


#8 Ollie222

Ollie222

    Junior Member

  • Member
  • 15 posts
  • Main OS: Windows Vista

Posted 28 January 2011 - 04:15 AM

View PostRic, 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:
'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 FrankJ

FrankJ

    Newbie

  • Member
  • 7 posts
  • Wiki ID: FrankJ
  • Main OS: Windows XP

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)

#10 Shyokou Ouyou

Shyokou Ouyou

    Member

  • Member
  • 72 posts
  • Main OS: Windows XP

Posted 30 January 2011 - 12:49 AM


Well, if you like to figure it out ;-)


View PostFrankJ, on Jan 29 2011, 11:17 PM, said:

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