Re: [PHP] gentoo php

2010-03-02 Thread Kaushal Shriyan
On Wed, Mar 3, 2010 at 1:11 AM, mrfroasty wrote: > > On 03/02/2010 04:06 PM, Kaushal Shriyan wrote: >> >> Hi, >> >> I used simplexml as use flag and did emerge -av php. I still get the >> same below issue. >> > > Can you provide us with data that indeed you have enabled important useflags > on tha

Re: [PHP] gentoo php

2010-03-02 Thread mrfroasty
On 03/02/2010 04:06 PM, Kaushal Shriyan wrote: Hi, I used simplexml as use flag and did emerge -av php. I still get the same below issue. Can you provide us with data that indeed you have enabled important useflags on that php which you have compiled? You also need to restart/reload apa

Re: [PHP] gentoo php

2010-03-02 Thread Krzysztof Antczak
W dniu 02.03.2010 16:18, Teus Benschop pisze: The following note on the function quick reference on php.net may help: Gentoo users: emerge does not compile dev-lang/php with simplexml by default. To enable this option, add the flag simplexml to your USE variable and recompile php. Teus. And

Re: [PHP] gentoo php

2010-03-02 Thread Teus Benschop
On Tue, 2010-03-02 at 20:36 +0530, Kaushal Shriyan wrote: > Hi, > > I used simplexml as use flag and did emerge -av php. I still get the > same below issue. > > Fatal error: Call to undefined function simplexml_import_dom() in > /var/www/localhost/htdocs/apps/latency-monitor/Monitor/LatencyScrap

Re: [PHP] gentoo php

2010-03-02 Thread Ashley Sheridan
On Tue, 2010-03-02 at 20:36 +0530, Kaushal Shriyan wrote: > Hi, > > I used simplexml as use flag and did emerge -av php. I still get the > same below issue. > > Fatal error: Call to undefined function simplexml_import_dom() in > /var/www/localhost/htdocs/apps/latency-monitor/Monitor/LatencyScrap

[PHP] gentoo php

2010-03-02 Thread Kaushal Shriyan
Hi, I used simplexml as use flag and did emerge -av php. I still get the same below issue. Fatal error: Call to undefined function simplexml_import_dom() in /var/www/localhost/htdocs/apps/latency-monitor/Monitor/LatencyScraper.php on line 39 Please suggest. Thanks, Kaushal -- PHP General Mai