PECL? PEAR? WTF?
am 10.10.2007 22:28:52 von Courtney
Trying to install a PECL extension to a couple of PHP5 Debian setups.
Documentation says I run pecl, or pear..depending how I look - to install
No pecl or pear command on my system
I love the instructions that say 'to go faster, press the accelerator'
when actually just starting the engine would be an achievement..
Anyone care o give a brief overview of how this stiff works. Trolls stay
abed please.;-)
Re: PECL? PEAR? WTF?
am 11.10.2007 14:13:45 von Lars Eighner
In our last episode,
<1192048133.25661.0@proxy02.news.clara.net>,
the lovely and talented The Natural Philosopher
broadcast on comp.lang.php:
> Trying to install a PECL extension to a couple of PHP5 Debian setups.
> Documentation says I run pecl, or pear..depending how I look - to install
> No pecl or pear command on my system
> I love the instructions that say 'to go faster, press the accelerator'
> when actually just starting the engine would be an achievement..
> Anyone care o give a brief overview of how this stiff works. Trolls stay
> abed please.;-)
See Chapter 7 of the manual.
--
Lars Eighner
Countdown: 467 days to go.
What do you do when you're debranded?
Re: PECL? PEAR? WTF?
am 11.10.2007 15:52:39 von Jerry Stuckle
The Natural Philosopher wrote:
> Trying to install a PECL extension to a couple of PHP5 Debian setups.
>
> Documentation says I run pecl, or pear..depending how I look - to install
>
> No pecl or pear command on my system
>
> I love the instructions that say 'to go faster, press the accelerator'
> when actually just starting the engine would be an achievement..
>
> Anyone care o give a brief overview of how this stiff works. Trolls stay
> abed please.;-)
Have you installed the php-pear package?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Re: PECL? PEAR? WTF?
am 11.10.2007 16:05:17 von Courtney
Jerry Stuckle wrote:
> The Natural Philosopher wrote:
>> Trying to install a PECL extension to a couple of PHP5 Debian setups.
>>
>> Documentation says I run pecl, or pear..depending how I look - to install
>>
>> No pecl or pear command on my system
>>
>> I love the instructions that say 'to go faster, press the accelerator'
>> when actually just starting the engine would be an achievement..
>>
>> Anyone care o give a brief overview of how this stiff works. Trolls
>> stay abed please.;-)
>
> Have you installed the php-pear package?
>
Ok..dunno why but this post took a day to turn up..
I finally DID get it working, but what a mess it all was.
Pear package needed
Then pslib: That needed XML::parser and make
That needed some other libraries and dev packages to build.
Spent about 4 hours googling for each 'cannot find expat.h' etc. type error.
Nightmare. One dependency after another. Fine if you are a developer and
used to all this stuff, less fine if all you wanted was a PHP library.
Still it all seems happy enough now. Have yet to try it out, but see no
reason it won't work.
All just to send postscript reports to a printable file. Ahh..
Re: PECL? PEAR? WTF?
am 11.10.2007 16:15:17 von Jerry Stuckle
The Natural Philosopher wrote:
> Jerry Stuckle wrote:
>> The Natural Philosopher wrote:
>>> Trying to install a PECL extension to a couple of PHP5 Debian setups.
>>>
>>> Documentation says I run pecl, or pear..depending how I look - to
>>> install
>>>
>>> No pecl or pear command on my system
>>>
>>> I love the instructions that say 'to go faster, press the
>>> accelerator' when actually just starting the engine would be an
>>> achievement..
>>>
>>> Anyone care o give a brief overview of how this stiff works. Trolls
>>> stay abed please.;-)
>>
>> Have you installed the php-pear package?
>>
> Ok..dunno why but this post took a day to turn up..
>
> I finally DID get it working, but what a mess it all was.
>
> Pear package needed
> Then pslib: That needed XML::parser and make
> That needed some other libraries and dev packages to build.
>
> Spent about 4 hours googling for each 'cannot find expat.h' etc. type
> error.
>
> Nightmare. One dependency after another. Fine if you are a developer and
> used to all this stuff, less fine if all you wanted was a PHP library.
>
> Still it all seems happy enough now. Have yet to try it out, but see no
> reason it won't work.
>
> All just to send postscript reports to a printable file. Ahh..
>
Yep, Perl's CPAN is a lot better in that respect - it tells you which
you need for prereqs (if the package is set up properly, that is).
I wish there were a tool for PHP which worked as well.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================