Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2002 15:13:42 -0400
From:      Vladimir Savichev <vlad@ariel.phys.wesleyan.edu>
To:        "Marc G. Fournier" <scrappy@hub.org>
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/38351: mod_php4(WITH_APACHE2) +apache2(WITH_THREADS) won't compile
Message-ID:  <20020520191342.GA24205@ariel.phys.wesleyan.edu>
In-Reply-To: <20020520154602.A12810-100000@mail1.hub.org>
References:  <20020520180014.EE3A31EA303@ariel.phys.wesleyan.edu> <20020520154602.A12810-100000@mail1.hub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 20, 2002 at 03:46:33PM -0300, Marc G. Fournier wrote:
> 
> Just curious, but shouldn't this be dependent on the version of FreeBSD as
> well?
> 
> LIB_DEPENDS=    pth.14:${PORTSDIR}/devel/pth

it points to libpth.so.14 installed from the ports collection /ports/devel/pth. 
Has nothing to do with system libraries, IMHO.
Vlad 
> 
> 
> 
> On Mon, 20 May 2002, Vladimir Savichev wrote:
> 
> >
> > >Number:         38351
> > >Category:       ports
> > >Synopsis:       mod_php4(WITH_APACHE2) +apache2(WITH_THREADS) won't compile
> > >Confidential:   no
> > >Severity:       non-critical
> > >Priority:       low
> > >Responsible:    freebsd-ports
> > >State:          open
> > >Quarter:
> > >Keywords:
> > >Date-Required:
> > >Class:          sw-bug
> > >Submitter-Id:   current-users
> > >Arrival-Date:   Mon May 20 11:10:01 PDT 2002
> > >Closed-Date:
> > >Last-Modified:
> > >Originator:     Vladimir Savichev
> > >Release:        FreeBSD 4.6-PRERELEASE i386
> > >Organization:
> > Wesleyan Hills
> > >Environment:
> > System: FreeBSD ariel.phys.wesleyan.edu 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #30: Mon May 13 14:46:45 EDT 2002 root@ariel.phys.wesleyan.edu:/usr/obj/usr/src/sys/ARIEL i386
> >
> >
> >
> > >Description:
> >         mod_php4 WITH_APACHE2=yes at apache2 WITH_THREADS=yes  won't
> >         compile. mod_php4's Makefile turns '--with-tsrm-pth' option on.
> >         PHP's documentation declares it though as '--with-tsrm-pthreads'
> >         (POSIX Threads). If I correct to the last one, everything goes
> >         through. Moreover, the documentation states it's ON by default.
> >         Here is the Fix.
> >         P.S. there is yet  funny message which pops up and insists to
> >         turn '--with-tsrm-pth' on, but it's not-critical as soon as
> >         it doesn't mess with port compilation.
> >
> > >How-To-Repeat:
> >
> > >Fix:
> >
> >
> >
> > --- mod_php.log begins here ---
> > --- www/mod_php4/Makefile.orig	Mon May 20 13:22:39 2002
> > +++ www/mod_php4/Makefile	Mon May 20 13:24:05 2002
> > @@ -54,8 +54,7 @@
> >  MAKE_ENV=	STANDALONE="${STANDALONE}"
> >  .else
> >  .if defined(WITH_APACHE2)
> > -CONFIGURE_ARGS=	--with-apxs2=${PREFIX}/sbin/apxs \
> > -		--with-tsrm-pth
> > +CONFIGURE_ARGS=	--with-apxs2=${PREFIX}/sbin/apxs
> >  PLIST_SUB=	MOD_DIR=libexec/apache2 \
> >  		NON=
> >  .else
> > --- mod_php.log ends here ---
> >
> >
> > >Release-Note:
> > >Audit-Trail:
> > >Unformatted:
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-ports" in the body of the message
> >
> 

-- 
Dr Vladimir Savichev
Department of Physics
Wesleyan University
Middletown, CT 06459-0155
USA
email:vsavichev@wesleyan.edu
tel:  (860) 685 3241
FAX:  (860) 685 2031

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?20020520191342.GA24205>