Welcome! Log In Create A New Profile

Advanced

Problems with PHP-FPM patching and install

Posted by innov8ion 
innov8ion
Problems with PHP-FPM patching and install
October 03, 2009 03:34PM
I'm following the integrated install instructions here
http://github.com/dreamcat4/php-fpm to get PHP-FPM working however am
having some issues.

Particularly, when I run this:
../configure --with-fpm \ --with-libevent="$LIBEVENT_SEARCH_PATH" &&
make

I get this error:
configure: error: invalid variable name: --with-libevent

And when I install via:
make install --dry-run

I get this error:
Makefile:283: *** missing separator. Stop.

Environmnent
- Ubuntu 9.0.4
- PHP 5.3.0
- php-fpm-0.6-5.3.0.tar.gz

Any ideas? I may try spawn-fcgi but want to hold out for PHP-FPM
because I've read it's much better.
Usu
Re: Problems with PHP-FPM patching and install
October 05, 2009 01:54PM
https://bugs.launchpad.net/php-fpm/+bug/441376

On 3 Ott, 19:50, innov8ion <innov8...@gmail.com> wrote:
> I'm following the integrated install instructions herehttp://github.com/dreamcat4/php-fpmto get PHP-FPM working however am
> having some issues.
>
> Particularly, when I run this:
>   ../configure --with-fpm \ --with-libevent="$LIBEVENT_SEARCH_PATH" &&
> make
>
> I get this error:
>   configure: error: invalid variable name:  --with-libevent
>
> And when I install via:
>   make install --dry-run
>
> I get this error:
>   Makefile:283: *** missing separator.  Stop.
>
> Environmnent
>   - Ubuntu 9.0.4
>   - PHP 5.3.0
>   - php-fpm-0.6-5.3.0.tar.gz
>
> Any ideas?  I may try spawn-fcgi but want to hold out for PHP-FPM
> because I've read it's much better.
innov8ion
Re: Problems with PHP-FPM patching and install
October 07, 2009 11:52PM
Thanks so much, Usu. However, there are two @ENDIF@ 's in the
Makefile within the php-5.2.11/fpm-build folder. Do I replace both of
those with endif? Just the first instance? Just the second instance?

Also, every time I run "sudo ../configure --with-fpm --with-
libevent="$LIBEVENT_SEARCH_PATH" && make" the Makefile reverts itself
to put the @ENDIF@ back.

I'm confused. :(

On Oct 5, 5:09 am, Usu <andrea...@gmail.com> wrote:
> https://bugs.launchpad.net/php-fpm/+bug/441376
>
> On 3 Ott, 19:50, innov8ion <innov8...@gmail.com> wrote:
>
> > I'm following the integrated install instructions herehttp://github.com/dreamcat4/php-fpmtoget PHP-FPM working however am
> > having some issues.
>
> > Particularly, when I run this:
> >   ../configure --with-fpm \ --with-libevent="$LIBEVENT_SEARCH_PATH" &&
> > make
>
> > I get this error:
> >   configure: error: invalid variable name:  --with-libevent
>
> > And when I install via:
> >   make install --dry-run
>
> > I get this error:
> >   Makefile:283: *** missing separator.  Stop.
>
> > Environmnent
> >   - Ubuntu 9.0.4
> >   - PHP 5.3.0
> >   - php-fpm-0.6-5.3.0.tar.gz
>
> > Any ideas?  I may try spawn-fcgi but want to hold out for PHP-FPM
> > because I've read it's much better.
>
>
Serkan Koyuncu
Re: Problems with PHP-FPM patching and install
October 08, 2009 03:36AM
Please replace both @ENDIF@


2009/10/8 innov8ion <innov8ion@gmail.com>

>
> Thanks so much, Usu. However, there are two @ENDIF@ 's in the
> Makefile within the php-5.2.11/fpm-build folder. Do I replace both of
> those with endif? Just the first instance? Just the second instance?
>
> Also, every time I run "sudo ../configure --with-fpm --with-
> libevent="$LIBEVENT_SEARCH_PATH" && make" the Makefile reverts itself
> to put the @ENDIF@ back.
>
> I'm confused. :(
>
> On Oct 5, 5:09 am, Usu <andrea...@gmail.com> wrote:
> > https://bugs.launchpad.net/php-fpm/+bug/441376
> >
> > On 3 Ott, 19:50, innov8ion <innov8...@gmail.com> wrote:
> >
> > > I'm following the integrated install instructions herehttp://
> github.com/dreamcat4/php-fpmtoget PHP-FPM working however am
> > > having some issues.
> >
> > > Particularly, when I run this:
> > > ../configure --with-fpm \ --with-libevent="$LIBEVENT_SEARCH_PATH" &&
> > > make
> >
> > > I get this error:
> > > configure: error: invalid variable name: --with-libevent
> >
> > > And when I install via:
> > > make install --dry-run
> >
> > > I get this error:
> > > Makefile:283: *** missing separator. Stop.
> >
> > > Environmnent
> > > - Ubuntu 9.0.4
> > > - PHP 5.3.0
> > > - php-fpm-0.6-5.3.0.tar.gz
> >
> > > Any ideas? I may try spawn-fcgi but want to hold out for PHP-FPM
> > > because I've read it's much better.
> >
> >
Re: Problems with PHP-FPM patching and install
October 08, 2009 05:14AM
Allright, we have fixed this in Launchpad.

On Thu, Oct 8, 2009 at 6:24 AM, Serkan Koyuncu <serkan.koyuncu@gmail.com> wrote:
> Please replace both @ENDIF@
>
>
> 2009/10/8 innov8ion <innov8ion@gmail.com>
>>
>> Thanks so much, Usu.  However, there are two @ENDIF@ 's in the
>> Makefile within the php-5.2.11/fpm-build folder.  Do I replace both of
>> those with endif?  Just the first instance? Just the second instance?
>>
>> Also, every time I run "sudo ../configure --with-fpm --with-
>> libevent="$LIBEVENT_SEARCH_PATH" && make" the Makefile reverts itself
>> to put the @ENDIF@ back.
>>
>> I'm confused. :(
>>
>> On Oct 5, 5:09 am, Usu <andrea...@gmail.com> wrote:
>> > https://bugs.launchpad.net/php-fpm/+bug/441376
>> >
>> > On 3 Ott, 19:50, innov8ion <innov8...@gmail.com> wrote:
>> >
>> > > I'm following the integrated install instructions
>> > > herehttp://github.com/dreamcat4/php-fpmtoget PHP-FPM working however am
>> > > having some issues.
>> >
>> > > Particularly, when I run this:
>> > >   ../configure --with-fpm \ --with-libevent="$LIBEVENT_SEARCH_PATH" &&
>> > > make
>> >
>> > > I get this error:
>> > >   configure: error: invalid variable name:  --with-libevent
>> >
>> > > And when I install via:
>> > >   make install --dry-run
>> >
>> > > I get this error:
>> > >   Makefile:283: *** missing separator.  Stop.
>> >
>> > > Environmnent
>> > >   - Ubuntu 9.0.4
>> > >   - PHP 5.3.0
>> > >   - php-fpm-0.6-5.3.0.tar.gz
>> >
>> > > Any ideas?  I may try spawn-fcgi but want to hold out for PHP-FPM
>> > > because I've read it's much better.
>> >
>> >
>
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 267
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready