Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Feb 1999 14:33:55 +0100
From:      Palle Girgensohn <girgen@partitur.se>
To:        Gianmarco Giovannelli <gmarco@giovannelli.it>
Cc:        ports@FreeBSD.ORG
Subject:   Re: apache 1.3.4 don't start
Message-ID:  <36C03943.D77D3C8A@partitur.se>
References:  <4.1.19990209115723.009bc3f0@194.184.65.4>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

A long shot: If you updated from an earlier version, check that all
modules were rebuilt by the new port. (ls -laF /usr/local/libexec/apache
and check the dates). Maybe the mime_magic is static in the 1.3.4 port?

I run the apache13-php-port, and it works fine, but I guess that won't
help you much... :(

/Palle

Check to see Gianmarco Giovannelli wrote:
> 
> ===>   Generating temporary packing list
> Installing /usr/local/etc/rc.d/apache.sh startup file.
> ===>   Compressing manual pages for apache-1.3.4
> ===>   Registering installation for apache-1.3.4
> gmarco:/usr/ports/www/apache13# rehash
> gmarco:/usr/ports/www/apache13# apachectl start
> Syntax error on line 202 of /usr/local/etc/apache/httpd.conf:
> Cannot load /usr/local/libexec/apache/mod_mime_magic.so into server:
> /usr/local/
> libexec/apache/mod_mime_magic.so: Undefined symbol "ap_make_sub_pool"
> /usr/local/sbin/apachectl start: httpd could not be started
> 
> any hints ?
> 
> I am running FreeBSD 4.0-current.
> 
> After patching with this patch I fond in area I receive the same error...
> 
> *** src/Configure.orig  Sat Jan  9 06:24:51 1999
> --- src/Configure       Sat Jan 23 10:50:58 1999
> ***************
> *** 451,457 ****
>         PLATOSVERS=`echo $PLAT | sed 's/^.*freebsd//'`
>         OS="FreeBSD $PLATOSVERS"
>         case "$PLATOSVERS" in
> !           [23]*)
>                 DEF_WANTHSREGEX=no
>                 CFLAGS="$CFLAGS -funsigned-char"
>                 ;;
> --- 451,457 ----
>         PLATOSVERS=`echo $PLAT | sed 's/^.*freebsd//'`
>         OS="FreeBSD $PLATOSVERS"
>         case "$PLATOSVERS" in
> !           [234]*)
>                 DEF_WANTHSREGEX=no
>                 CFLAGS="$CFLAGS -funsigned-char"
>                 ;;
> ***************
> *** 952,958 ****
>             LDFLAGS_SHLIB_EXPORT=""
>             SHLIB_SUFFIX_DEPTH=2
>             ;;
> !       *-freebsd3*)
>             CFLAGS_SHLIB="-fpic"
>             LDFLAGS_SHLIB="-Bshareable"
>             OBJFORMAT=`test -x /usr/bin/objformat && /usr/bin/objformat || echo
> aout`
> --- 952,958 ----
>             LDFLAGS_SHLIB_EXPORT=""
>             SHLIB_SUFFIX_DEPTH=2
>             ;;
> !       *-freebsd3*|*-freebsd4*)
>             CFLAGS_SHLIB="-fpic"
>             LDFLAGS_SHLIB="-Bshareable"
>             OBJFORMAT=`test -x /usr/bin/objformat && /usr/bin/objformat || echo
> aout`
> 
> Thanks to everyone for any help ...
> 
> Best Regards,
> Gianmarco Giovannelli ,  "Unix expert since yesterday"
> http://www.giovannelli.it/~gmarco
> http://www2.masternet.it
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-ports" in the body of the message

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36C03943.D77D3C8A>