Home > Archive > PHP Pear > July 2005 > Re: [PEAR] Re: Problem with APC installation via pear
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PEAR] Re: Problem with APC installation via pear
|
|
| Marko Käning 2005-07-26, 9:01 am |
| On Tue, 26 Jul 2005, Michael Wallner wrote:
> ~# yast -i php-dev
>
Oh, well, of course.
BUT, that cured only part of it. After installing automake APCs
installation got a bit further, but still stops, since there is an error
in phpize in line 66:
---
65: libtoolize=`$builddir/build/shtool path glibtoolize libtoolize`
66: $libtoolize -f -c || exit 1
---
which is caused by a non-installed shtool. This I was unable to find
in SuSE 9.3...
But perhaps it's caused by something else... Could it be that this command
is unable to become executed because our /tmp file system has the
attribute "noexec"? That would be funny, right?!
Marko
| |
| Greg Beaver 2005-07-26, 5:02 pm |
| Marko Käning wrote:
> On Tue, 26 Jul 2005, Michael Wallner wrote:
>
>
>
> Oh, well, of course.
>
> BUT, that cured only part of it. After installing automake APCs
> installation got a bit further, but still stops, since there is an error
> in phpize in line 66:
> ---
> 65: libtoolize=`$builddir/build/shtool path glibtoolize libtoolize`
> 66: $libtoolize -f -c || exit 1
> ---
> which is caused by a non-installed shtool. This I was unable to find
> in SuSE 9.3...
>
> But perhaps it's caused by something else... Could it be that this command
> is unable to become executed because our /tmp file system has the
> attribute "noexec"? That would be funny, right?!
Hi Marko,
I think you might get more of a response on pecl-dev, as this seems to
be a problem outside the PEAR installer.
Come back if it turns out to be a bug in PEAR and I will kill the bug
mercilessly :)
Greg
|
|
|
|
|