« Return to Thread: Installation without cli

Re: Installation without cli

by Johan Sandblom-3 :: Rate this Message:

| View in Thread

 That worked very well, thank you. Sadly, the purpose of installing PEAR
 was to install horde, and at long last I find that they also need the
 command line for post-install scripts. Oh well.

 Johan

 On Thu, 19 Apr 2012 16:34:02 +0200, Ferenc Kovacs wrote:

> On Thu, Apr 19, 2012 at 4:01 PM, Johan Sandblom  wrote:
>
>> Hi. I am trying to install PEAR on my webhost, binero.se [1]. It is
>> a LAMP
>> host where PHP 5.3 is available. SSH access is available, but sadly
>> there is no access to a command line for PHP. So far I have tried:
>>
>> 1. web interface with go-pear.php, which fails because of migration
>> to
>> github
>>
>> 2. web interface with go-pear.phar renamed to go-pear.php (and also
>> with
>> ..htaccess making .phar files interpreted), which fails with this
>> message:
>>
>> Warning: include(): Failed opening
>>
>
> 'phar:///storage/content/86/148886/ndblom.se/public_html/go-pear.php//PEAR.php
>> [2]'
>> for inclusion (include_path='.:/usr/local/php53/lib/php') in
>> /storage/content/86/148886/ndblom.se/public_html/go-pear.php [3] on
>> line
>> 1212
>>
>> According Christian Weiske on pear-general 2012-02-16, go-pear.phar
>> no longer includes a web browser installer, so 2 above is perhaps
>> not
>> surprising.
>>
>> How can I install PEAR on my webhost?
>>
>> Johan
>>
>> --
>> Johan Sandblom
>>
>> "What is wanted is not the will to believe, but the will to find
>> out,
>> which is the exact opposite." -- Bertrand Russell
>>
>> --
>> PEAR General Mailing List (http://pear.php.net/ [4])
>> To unsubscribe, visit: http://www.php.net/unsub.php [5]
>
> hi
>
> see  https://pear.php.net/bugs/bug.php?id=19386 [7]
> until it is fixed, you can manually replace the bootstrap file urls
> with those mentioned in my bugreport
>
>     'PEAR.php'             =>
>
> 'http://svn.php.net/viewvc/pear/pear-core/branches/PEAR_1_4/PEAR.php?view=co&pathrev=319707
> [8]',
>     'Archive/Tar.php'      =>
>
> 'http://svn.php.net/viewvc/pear/packages/Archive_Tar/tags/Archive_Tar-1.3.7/Archive/Tar.php?view=co&pathrev=325163
> [9]',
>     'Console/Getopt.php'   =>
>
> 'http://svn.php.net/viewvc/pear/pear-core/branches/PEAR_1_4/Console/Getopt.php?view=co&pathrev=319707
> [10]',
>
> --
> Ferenc Kovács
> @Tyr43l - http://tyrael.hu [11]
>
>
> Links:
> ------
> [1] http://binero.se
> [2] http://ndblom.se/public_html/go-pear.php//PEAR.php
> [3] http://ndblom.se/public_html/go-pear.php
> [4] http://pear.php.net/
> [5] http://www.php.net/unsub.php
> [6] mailto:js@...
> [7] https://pear.php.net/bugs/bug.php?id=19386
> [8]
>
> http://svn.php.net/viewvc/pear/pear-core/branches/PEAR_1_4/PEAR.php?view=co|+|amp|+|pathrev=319707
> [9]
>
> http://svn.php.net/viewvc/pear/packages/Archive_Tar/tags/Archive_Tar-1.3.7/Archive/Tar.php?view=co|+|amp|+|pathrev=325163
> [10]
>
> http://svn.php.net/viewvc/pear/pear-core/branches/PEAR_1_4/Console/Getopt.php?view=co|+|amp|+|pathrev=319707
> [11] http://tyrael.hu

--
 Johan Sandblom

 What is wanted is not the will to believe, but the
 will to find out, which is the exact opposite
 --Bertrand Russell

--
PEAR General Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

 « Return to Thread: Installation without cli