logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Problem compiling Apache 2.0.63 on Solaris 10 - isinf
Author
paulh316



Joined: 14 Apr 2008
Posts: 2

PostPosted: Mon 14 Apr '08 15:26    Post subject: Problem compiling Apache 2.0.63 on Solaris 10 - isinf Reply with quote

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?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Tue 15 Apr '08 21:34    Post subject: Reply with quote

Due a bug, the configure process does not detect that Solaris does not provide the isinf() function (because of GCC 4.x).

http://forums.digitalpoint.com/showthread.php?t=793133
Quote:

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.
Back to top
paulh316



Joined: 14 Apr 2008
Posts: 2

PostPosted: Sat 19 Apr '08 0:31    Post subject: Reply with quote

Thanks for the advice. It compiled the first time around without modifications using the Sun dev package.
Back to top


Reply to topic   Topic: Problem compiling Apache 2.0.63 on Solaris 10 - isinf View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads