Re: php5 error in FreeBSD 7.2

2009-10-03 Thread Aflatoon Aflatooni




- Original Message 
> From: Glen Barber 
> To: Aflatoon Aflatooni 
> Cc: freebsd-questions@freebsd.org
> Sent: Friday, October 2, 2009 7:44:39 PM
> Subject: Re: php5 error in FreeBSD 7.2
> 
> On Fri, Oct 2, 2009 at 5:51 PM, Aflatoon Aflatooni wrote:
> >
> > That is the first thing that I tried but it wouldn't work and therefore my 
> original question.
> >
> 
> True, but you didn't say what you tried rebuilding. :-)
> 
> 
> -- 
> Glen Barber

It is strange but PHP is extra slow. I am not too familiar with PHP, can anyone 
point me to what I should look at?

Thanks


  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: php5 error in FreeBSD 7.2

2009-10-02 Thread Glen Barber
On Fri, Oct 2, 2009 at 5:51 PM, Aflatoon Aflatooni  wrote:
>
> That is the first thing that I tried but it wouldn't work and therefore my 
> original question.
>

True, but you didn't say what you tried rebuilding. :-)


-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: php5 error in FreeBSD 7.2

2009-10-02 Thread Aflatoon Aflatooni




- Original Message 
> From: Glen Barber 
> To: Aflatoon Aflatooni 
> Cc: freebsd-questions@freebsd.org
> Sent: Friday, October 2, 2009 5:22:48 PM
> Subject: Re: php5 error in FreeBSD 7.2
> 
> Hi,
> 
> On Fri, Oct 2, 2009 at 8:50 PM, Aflatoon Aflatooni wrote:
> > So I did find a thread about this and the used the following solution to 
> > fix 
> the problem:
> >
> > - Edit /usr/ports/lang/php5/Makefile and add the following line to the 
> configuration arguments:
> > --with-pcre-regex
> >
> > So your Makefile should have:
> > CONFIGURE_ARGS= \
> >     --with-layout=GNU \
> >     --with-config-file-scan-dir=${PREFIX}/etc/php \
> >     --disable-all \
> >     --enable-libxml \
> >     --with-libxml-dir=${LOCALBASE} \
> >     --with-pcre-regex \
> >     --enable-reflection \
> >     --program-prefix=""
> >
> 
> Alternatively, installing devel/php5-pcre should do the trick.
> 
> HTH.
> 
> -- 
> Glen Barber

That is the first thing that I tried but it wouldn't work and therefore my 
original question. 



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: php5 error in FreeBSD 7.2

2009-10-02 Thread Glen Barber
Hi,

On Fri, Oct 2, 2009 at 8:50 PM, Aflatoon Aflatooni  wrote:
> So I did find a thread about this and the used the following solution to fix 
> the problem:
>
> - Edit /usr/ports/lang/php5/Makefile and add the following line to the 
> configuration arguments:
> --with-pcre-regex
>
> So your Makefile should have:
> CONFIGURE_ARGS= \
>     --with-layout=GNU \
>     --with-config-file-scan-dir=${PREFIX}/etc/php \
>     --disable-all \
>     --enable-libxml \
>     --with-libxml-dir=${LOCALBASE} \
>     --with-pcre-regex \
>     --enable-reflection \
>     --program-prefix=""
>

Alternatively, installing devel/php5-pcre should do the trick.

HTH.

-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: php5 error in FreeBSD 7.2

2009-10-02 Thread Aflatoon Aflatooni
So I did find a thread about this and the used the following solution to fix 
the problem:

- Edit /usr/ports/lang/php5/Makefile and add the following line to the 
configuration arguments:
--with-pcre-regex

So your Makefile should have:
CONFIGURE_ARGS= \
    --with-layout=GNU \
    --with-config-file-scan-dir=${PREFIX}/etc/php \
    --disable-all \
    --enable-libxml \
    --with-libxml-dir=${LOCALBASE} \
    --with-pcre-regex \
    --enable-reflection \
    --program-prefix=""



Aflatoon

 


- Original Message 
From: Aflatoon Aflatooni 
To: freebsd-questions@freebsd.org
Sent: Friday, October 2, 2009 11:45:08 AM
Subject: php5 error in FreeBSD 7.2

Hi,
I am getting the following error in php5:

Internal pcre_fullinfo() error

I have tried rebuilding, but it doesn't seem to help. 

Thanks



      
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


php5 error in FreeBSD 7.2

2009-10-02 Thread Aflatoon Aflatooni
Hi,
I am getting the following error in php5:

Internal pcre_fullinfo() error

I have tried rebuilding, but it doesn't seem to help. 

Thanks



  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"