One of the Solaris 9 build problems is mine. It's been a while since I built it, but 
the problem as I recall is it finds a mach-o/dyld.h include file and decides to use 
the Max OS X shared lib functions. Currently I don't have a solaris 9 machine so I 
cannot try and build it.

Deleting the defines -DUSE_DYLD=1 -DUSE_DLSHL=1 makes the build succed.

I think the lines in configure.in that causes the problem are
AC_CHECK_HEADER(mach-o/dyld.h,[AC_DEFINE(USE_DYLD)],)
AC_CHECK_HEADER(dl.h,[AC_DEFINE(USE_DLSHL)],)

Barry


On Tuesday, February 24, 2004, at 06:47AM, Dossy <[EMAIL PROTECTED]> wrote:

>Just reviewing the SourceForge bug tracker and I notice several bugs
>filed against building AOLserver on Solaris.  They all seem to be
>similar/related -- does anyone know why folks are having these problems?
>I'd like to document it somewhere (say, on the wiki) as to why AOLserver
>won't build cleanly if you don't meet prerequisites X, Y and Z ... and
>then just refer people to the page.
>
>The following bugs are the ones I'm referring to:
>
>    [ 663846 ] AOLserver build fails under Solairs 9 (Sparc)
>    [ 800570 ] solaris 9 build problem
>    [ 897678 ] Compiling on Solaris 9
>
>-- Dossy
>
>--
>Dossy Shiobara                       mail: [EMAIL PROTECTED]
>Panoptic Computer Network             web: http://www.panoptic.com/
>  "He realized the fastest way to change is to laugh at your own
>    folly -- then you can let go and quickly move on." (p. 70)
>
>
>--
>AOLserver - http://www.aolserver.com/
>
>To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with 
>the
>body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of 
>your email blank.
>
>


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of 
your email blank.

Reply via email to