"Tom Vandeplas" <[EMAIL PROTECTED]> wrote: 
> Hi,
> 
> the reason I believe I can't do a configure on the "real" server is 
> because I don't have all the source files (or object files) for the 
> options currently installed.

If you mean the "real server" is the Redhat server then you should have 
all that you need after you install Sablotron.

In other words, install Sablotron and expat on the RH server if you 
haven't done yet. Check phpinfo() and see see how the php that came with 
RH was configured. Then use the same ./configure command *plus*

  --enable-xslt  --with-xslt-sablot

and whatever else the manual (under php.net/xslt) says you need...

> So I did a new build with a minimum 
> configuration (basically only xslt) of a different server. I expected 
> to get xslt.so in the modules directory, but it's wasn't anywhere in 
> the build tree. Is it maybe an option to build shared libs? (I thought 
> it was the default).
> 
> My next step would have been to copy over this xslt.so file the the 
> other server and add it in php.ini.

Well, of course, you can try this... We also learn a lot from "trial and 
error" :)

- E

...[snip]...

__________________________________________________
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!  http://bb.yahoo.co.jp/


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to