Find the answer to your Linux question:
Results 1 to 2 of 2
Hi everyone! Did anybody here experience this kind of problem when compiling mod-xslt2.. i have this configuration: ./configure --with-sapi=apache1 When i run configure all goes well until this one.. Code: ...
  1. #1
    Just Joined!
    Join Date
    Dec 2005
    Posts
    13

    need help installing mod-xslt2 in debian

    Hi everyone! Did anybody here experience this kind of problem when compiling mod-xslt2..

    i have this configuration:

    ./configure --with-sapi=apache1

    When i run configure all goes well until this one..

    Code:
    configure: checking if pointers (void *) are at least 32 bits long...
    configure: error: For mod-xslt to be compiled, pointers (void *) must be at least 32 bits long
                                If you really need to compile mod-xslt on this architecture, please contact
                                one of the authors. Support was "dropped" for lazyness.
    What am I missing here??

    Thanks!

  2. #2
    Linux User tech_man's Avatar
    Join Date
    Jan 2007
    Location
    USA
    Posts
    385
    Quote Originally Posted by yongitz
    What am I missing here??
    Your pointers aren't at least 32bits long! Duh...


    On a serious note, seems as though you might have to try compiling with different flags, or try using a previous version of your compiler. Also see if you can get a .deb of the file.
    'Tis better to be silent and be thought a fool, than to speak and remove all doubt.'
    --Abraham Lincoln

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •