APXS was Re: Is *anybody* running perl 5.6, modperl_1.25, apache_1.3.17 &PHP4.0.4pl1 OK ?

2001-02-15 Thread tim fulcher
Thanks to all who have responded so far. OK then. I've managed to build PHP and XML::Sablotron against Sablotron 0.5 Both PHP and Perl (in & outside of modperl) work fine on the tests so far. [ FWIW , the XML::Sablotron works fine again the precompiled binary installation of Sablotron but not

Re: Is *anybody* running perl 5.6, modperl_1.25, apache_1.3.17 & PHP4.0.4pl1 OK ?

2001-02-14 Thread Robin Berjon
At 19:23 14/02/2001 +, tim fulcher wrote: >Matt Sergeant wrote: >> > --with-sablot=/export/tools/Sablot-0.44 >> ^ >> >> This is most likely your problem. Try with Sablot 0.50 which links to the >> same expat as XML::Parser > >That would be my approach ..

Re: Is *anybody* running perl 5.6, modperl_1.25, apache_1.3.17 & PHP4.0.4pl1 OK ?

2001-02-14 Thread Robert Landrum
Try setting LD_LIBRARY_PATH to wherever your xml lib is located. Another possiblity is that you're using the old Sablotron.so (0.44) rather than the newer one... I've never used Sablotron, but I've had similar problems with ld.so and oracle (libclntsh.so). In almost every case, setting the L

Re: Is *anybody* running perl 5.6, modperl_1.25, apache_1.3.17 & PHP4.0.4pl1 OK ?

2001-02-14 Thread Matt Sergeant
On Wed, 14 Feb 2001, tim fulcher wrote: > Matt Sergeant wrote: > > > On Wed, 14 Feb 2001, tim fulcher wrote: > > > > > Hi > > > > > > finally build PHP4 as > > > > > > ./configure --with-apxs=/export/tools/apache/bin/apxs > > > --prefix=/export/tools --with-ldap --disable-xml \ > > > --with-sablo

Re: Is *anybody* running perl 5.6, modperl_1.25, apache_1.3.17 & PHP4.0.4pl1 OK ?

2001-02-14 Thread tim fulcher
Matt Sergeant wrote: > On Wed, 14 Feb 2001, tim fulcher wrote: > > > Hi > > > > finally build PHP4 as > > > > ./configure --with-apxs=/export/tools/apache/bin/apxs > > --prefix=/export/tools --with-ldap --disable-xml \ > > --with-sablot=/export/tools/Sablot-0.44 >