rebuild php-4.2.2-17.2 with "--with-xml --enable-xslt --with xslt-sablot" on RedHat 9.0

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rustam Bogubaev

    rebuild php-4.2.2-17.2 with "--with-xml --enable-xslt --with xslt-sablot" on RedHat 9.0

    Hi,

    I have RedHat 9.0 and installed by default Apache+PHP. By default XSLT
    Sablotron support is not enabled, so how can I rebuild PHP with xslt
    support?

    I know that I can rebuild it from sources as described on
    http://www.protonicdesign.com/tutori...ot_and_php.php, but I want
    to do it without uninstalling and breaking present configuration. I
    just need append support for XSLT Sablotron.

    Sincerely,
    Rustam Bogubaev
  • Jochen Daum

    #2
    Re: rebuild php-4.2.2-17.2 with "--with-xml --enable-xslt --with xslt-sablot" on RedHat 9.0

    Hi Rustam!

    On 14 Sep 2003 14:23:19 -0700, rbogubaev@booki nturkey.com (Rustam
    Bogubaev) wrote:
    [color=blue]
    >Hi,
    >
    >I have RedHat 9.0 and installed by default Apache+PHP. By default XSLT
    >Sablotron support is not enabled, so how can I rebuild PHP with xslt
    >support?
    >
    >I know that I can rebuild it from sources as described on
    >http://www.protonicdesign.com/tutori...ot_and_php.php, but I want
    >to do it without uninstalling and breaking present configuration. I
    >just need append support for XSLT Sablotron.[/color]

    Recompile it and build the module (assuming you are using the Apache
    Module (which Apache actually)). Test on a different machine.

    then:

    apachectl stop
    copyscript: mv old version, cp new module
    apachectl start

    takes about 1,5 seconds.

    HTH, Jochen
    --
    Jochen Daum - CANS Ltd.
    PHP DB Edit Toolkit -- PHP scripts for building
    database editing interfaces.
    Download PHP DB Edit Toolkit for free. PHP DB Edit Toolkit is a set of PHP classes makes the generation of database edit interfaces easier and faster. The main class builds tabular and form views based on a data dictionary and takes over handling of insert/update/delete and user input.

    Comment

    • Rustam Bogubaev

      #3
      Re: rebuild php-4.2.2-17.2 with "--with-xml --enable-xslt --with xslt-sablot" on RedHat 9.0

      Ok, thanks for suggestion. Also I wanted to know how can I do it with
      Redhat's rpm (Apache+PHP installed from RedHat's rpm's).

      Is it possible?

      Sincerelly,
      Rustam Bogubaev

      Comment

      Working...