DSM

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • midgard-core1.7.0 doesn't compile

    8 answers - 2013 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Hello,
    I am trying to install Midgard on two systems. is RedHat 9 and
    another is CS 3.5 . both servers the compilation fails on
    'src/types.c' . Can somebody help me to solve that problem?
    Thank you in advance,
    src/types.c: In function `_repligard_class_paramspec':
    src/types.c:68: `G_MAXUINT32' undeclared (first use in this function)
    src/types.c:68: (Each undeclared identifier is reported only once
    src/types.c:68: for each function it appears in.)
    src/types.c: In function `_objectinfo_class_paramspec':
    src/types.c:109: `G_MAXUINT32' undeclared (first use in this function)
    src/types.c: In function `_object_instance_init':
    src/types.c:140: warning: implicit declaration of function
    `G_TYPE_INSTANCE_GET_PRIVATE'
    src/types.c:140: parse error before "GMPriv"
    src/types.c: In function `_object_set_property':
    src/types.c:234: parse error before "GMPriv"
    src/types.c: In function `_object_get_property':
    src/types.c:260: parse error before "GMPriv"
    src/types.c: In function `_object_finalize':
    src/types.c:302: parse error before "GMPriv"
    src/types.c: In function `_build_create_or_update_query':
    src/types.c:372: warning: implicit declaration of function `g_strsplit_set'
    src/types.c:372: warning: assignment makes pointer from integer without
    a cast
    src/types.c: In function `_object_class_init':
    src/types.c:1232: warning: implicit declaration of function
    `g_type_class_add_private'
    src/types.c: In function `midgard_object_get_object_info':
    src/types.c:1396: warning: unused variable `infoklass'
    /usr/include/stdlib.h: At top level:
    src/types.c:1190: warning: `mgdlib_rpd_class_init' defined but not used
    make: [src_libmidgard_la-types.lo] Error 1
    To unsubscribe, e-mail: user-unsubscribe (AT) midgard-project (DOT) org
    For additional commands, e-mail: user-help (AT) midgard-project (DOT) org
  • No.1 | | 458 bytes | |

    Hello,
    I am trying to install Midgard on two systems. is RedHat 9 and
    another is CS 3.5 . both servers the compilation fails on
    'src/types.c' . Can somebody help me to solve that problem?

    You need to have glib 2.4 and its development files installed.

    Piotras

    To unsubscribe, e-mail: user-unsubscribe (AT) midgard-project (DOT) org
    For additional commands, e-mail: user-help (AT) midgard-project (DOT) org
  • No.2 | | 569 bytes | |

    >>I am trying to install Midgard on two systems. is RedHat 9 and

    You need to have glib 2.4 and its development files installed.

    Piotras

    2.0 is installed there. So it's impossible to install Midgard 1.7.0
    without messing with the S internals.

    So there's another question: how to compile midgard-apache1 1.6.3
    without NTLM authentication?

    Thanks,

    To unsubscribe, e-mail: user-unsubscribe (AT) midgard-project (DOT) org
    For additional commands, e-mail: user-help (AT) midgard-project (DOT) org
  • No.3 | | 825 bytes | |

    Sat, 2005-08-06 at 13:16 +0300, Sverdlov wrote:
    >>I am trying to install Midgard on two systems. is RedHat 9 and


    You need to have glib 2.4 and its development files installed.

    Piotras

    2.0 is installed there. So it's impossible to install Midgard 1.7.0
    without messing with the S internals.

    Wouldn't it be an idea to upgrade the rh 9 box anyhow? To keep it alive
    and secure I would guess you have to manually patch almost everything.
    T

    So there's another question: how to compile midgard-apache1 1.6.3
    without NTLM authentication?

    Thanks,

    To unsubscribe, e-mail: user-unsubscribe (AT) midgard-project (DOT) org
    For additional commands, e-mail: user-help (AT) midgard-project (DOT) org
  • No.4 | | 546 bytes | |

    Hello Tarjei,

    Saturday, August 6, 2005, 4:05:13 PM, you wrote:

    THWouldn't it be an idea to upgrade the rh 9 box anyhow? To keep it alive
    THand secure I would guess you have to manually patch almost everything.
    THT

    They are managed servers with CPanel/WHM installed. Most of managed
    dedicated / VDS servers have either RH 9 or CS 3.5 installed .

    To unsubscribe, e-mail: user-unsubscribe (AT) midgard-project (DOT) org
    For additional commands, e-mail: user-help (AT) midgard-project (DOT) org
  • No.5 | | 317 bytes | |

    So there's another question: how to compile midgard-apache1 1.6.3
    without NTLM authentication?

    Does NTLM break anything?

    Piotras

    To unsubscribe, e-mail: user-unsubscribe (AT) midgard-project (DOT) org
    For additional commands, e-mail: user-help (AT) midgard-project (DOT) org
  • No.6 | | 593 bytes | |

    >So there's another question: how to compile midgard-apache1 1.6.3
    >without NTLM authentication?


    PDoes NTLM break anything?

    It breaks ./configure script in midgard-apache1

    checking for midgard/midgard.h yes
    checking for EAPI/NTLMSSP support configure: error: EAPI was not found but NTLMSSP support was requested. Recompile Apache with EAPI first!

    PPiotras

    To unsubscribe, e-mail: user-unsubscribe (AT) midgard-project (DOT) org
    For additional commands, e-mail: user-help (AT) midgard-project (DOT) org
  • No.7 | | 608 bytes | |

    So there's another question: how to compile midgard-apache1 1.6.3
    without NTLM authentication?

    PDoes NTLM break anything?

    It breaks ./configure script in midgard-apache1

    checking for midgard/midgard.h yes
    checking for EAPI/NTLMSSP support configure: error: EAPI was not found but
    NTLMSSP support was requested. Recompile Apache with EAPI first!

    Do you have ssl support disabled too?

    Piotras

    To unsubscribe, e-mail: user-unsubscribe (AT) midgard-project (DOT) org
    For additional commands, e-mail: user-help (AT) midgard-project (DOT) org
  • No.8 | | 884 bytes | |

    Hi,

    So there's another question: how to compile midgard-apache1 1.6.3
    without NTLM authentication?


    >>PDoes NTLM break anything?
    >>
    >>It breaks ./configure script in midgard-apache1
    >>
    >>checking for midgard/midgard.h yes
    >>checking for EAPI/NTLMSSP support configure: error: EAPI was not found but
    >>NTLMSSP support was requested. Recompile Apache with EAPI first!

    >
    >>

    >
    >Do you have ssl support disabled too?


    Don't know. I just did ./configure.
    Apache on the server is configured without SSL, if that helps.

    To unsubscribe, e-mail: user-unsubscribe (AT) midgard-project (DOT) org
    For additional commands, e-mail: user-help (AT) midgard-project (DOT) org

Re: midgard-core1.7.0 doesn't compile


max 4000 letters.
Your nickname that display:
In order to stop the spam: 8 + 7 =
QUESTION ON "DSM"

EMSDN.COM