1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Problem compiling Apache 2.0.63 on Solaris 10 - isinf

Discussion in 'Apache' started by paulh316, Apr 11, 2008.

  1. #1
    I'm getting an error compling 2.0.63 on my Solaris 10 system. The error is:
    **********
    Undefined first referenced
    symbol in file
    isinf /httpd-2.0.63/srclib/apr/.libs/libapr-0.so
    ld: fatal: Symbol referencing errors. No output written to .libs/htpasswd
    ***********
    I did some research on isinf. Apparently the gcc libs libs don't include it. I've tried to disable it or tell the compiler not to use it but no joy so far.
    Has anyone else seen this?
     
    paulh316, Apr 11, 2008 IP
  2. Ladadadada

    Ladadadada Peon

    Messages:
    382
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I have found it to be much more successful compiling stuff using Sun's CC rather than gcc on Solaris. Try setting CC= and point that to your Sun compiler when running ./configure.
     
    Ladadadada, Apr 15, 2008 IP