Guy D wrote: > Hello, > > I recently tried to install libapr2 version 2.08 on a Solaris server > with Perl 5.8.8 and Apache 2.2.3. This is how I configured libapreq2: Anyone with a Solaris box want to confirm ? I've none available.... sheesh -- to many operating systems....
Can you show the versions you used for: autoconf automake libtool make and/or attach config.log ? FYI, you don't need to set F77 --- theres no FORTRAN code in here ... thank god. > I am using Sun's Studio compilers and not gcc. [ducks as that zips of my head] Here's hoping its not this causing it..... > Everything compiled. All tests passed except two (36 & 37 in util.t) Can you attach the console output and the RELATED t/error_log text? The only change between 2.07 and 2.08 for module/apache2/Makefile.am is listed below and definitely fixes a bug. Its also been changed similarly in mod_perl2. svn diff -r179248:408623 Makefile.am Index: Makefile.am =================================================================== --- Makefile.am (revision 179248) +++ Makefile.am (revision 408623) @@ -7,17 +7,8 @@ pkgincludedir = [EMAIL PROTECTED]@ -q INCLUDEDIR`/@APREQ_LIBNAME@ pkglibdir = [EMAIL PROTECTED]@ -q LIBEXECDIR` -if MAINTAINER_MODE - -AM_CPPFLAGS = -DAP_HAVE_DESIGNATED_INITIALIZER @APACHE2_INCLUDES@ @APR_INCLUDES@ - -else - AM_CPPFLAGS = @APACHE2_INCLUDES@ @APR_INCLUDES@ -endif - - if BUILD_HTTPD # XXX FIXME: static builds don't work anymore -- ------------------------------------------------------------------------ Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708 Consultant / http://p6m7g8.net/Resume/resume.shtml Senior Software Engineer - TicketMaster - http://ticketmaster.com 1024D/A79997FA F357 0FDD 2301 6296 690F 6A47 D55A 7172 A799 97F "In all that I've done wrong I know I must have done something right to deserve a hug every morning and butterfly kisses at night." __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / / /|_/ / // /\ \/ /_/ / /__ /_/ /_/\_, /___/\___\_\___/ <___/
