From owner-freebsd-ports@FreeBSD.ORG Tue Jan 29 16:27:01 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED09516A480 for ; Tue, 29 Jan 2008 16:27:00 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (mail.1command.com [75.160.109.226]) by mx1.freebsd.org (Postfix) with ESMTP id 861BE13C46B for ; Tue, 29 Jan 2008 16:27:00 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id m0TFo06H084020; Tue, 29 Jan 2008 07:50:06 -0800 (PST) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id m0TFo0ds084019; Tue, 29 Jan 2008 07:50:00 -0800 (PST) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net (hitme.hitometer.net [75.160.109.235]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Tue, 29 Jan 2008 07:49:59 -0800 Message-ID: <20080129074959.d1nwgk9bsw08400s@webmail.1command.com> X-Priority: 3 (Normal) Date: Tue, 29 Jan 2008 07:49:59 -0800 From: "Chris H." To: pluknet References: <20080128093349.ok9nt1obkkcwgco8@webmail.1command.com> <20080128201148.GA70603@eos.sc1.parodius.com> <20080128125242.49nlnjqf8gowkckw@webmail.1command.com> <20080128135210.3v6o66baugo88s44@webmail.1command.com> <20080128144156.d1earbfa8gk0k40o@webmail.1command.com> <20080129082918.GO48382@server.vk2pj.dyndns.org> <20080129013719.hqwqye20go8sgocw@webmail.1command.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / FreeBSD-5.5 Cc: freebsd-stable@freebsd.org, freebsd-ports@freebsd.org Subject: Re: /usr/bin/objformat is missing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2008 16:27:01 -0000 Quoting pluknet : > On 29/01/2008, Chris H. wrote: >> Quoting Peter Jeremy : >> >> > On Mon, Jan 28, 2008 at 02:41:56PM -0800, Chris H. wrote: >> >> In case you're wondering, objformat /is/ required - at leas for >> >> www/apache13-ssl. >> > > > touching objformat is not a good way. Try this instead, last time it > helped me (taken from memory): > > --- Makefile.orig 2008-01-29 13:38:43.000000000 +0300 > +++ Makefile 2008-01-29 13:41:19.000000000 +0300 > @@ -5,7 +5,7 @@ > # and apache-ssl port by Mark Murray . > # Oh, and with a little bit of help from Ben :) > # > -# $FreeBSD: ports/www/apache13-ssl/Makefile,v 1.121 2007/06/17 > 16:59:26 anders Exp $ > +# $FreeBSD$ > > PORTNAME= apache+ssl > PORTVERSION= ${APACHE_VERSION}.${APACHE_SSL_VERSION} > @@ -48,7 +48,7 @@ > > APACHE_HARD_SERVER_LIMIT?= 512 > > -CFLAGS+= -I${OPENSSLINC}/openssl > +CFLAGS+= -I${OPENSSLINC}/openssl -Wl, I noticed this arg in another thread regarding this issue: --export-dynamic Thank you for posting this. Although I had success building and running the apache13-ssl port after applying my objformat /hackery/. I'm now running into troubles adding all of the php5 extensions I need to use. I had no difficulties with php5 itself. But after a certain point in the list, apache exits on signal 11 (core dumped). Ermm... this was exactly the same trouble I started with, with the exception that it was on signal 10. So, with any luck (fingers crossed), I'll get past this limitation with your patch and /yet/ another make deinstall apache13-ssl && all-added-mod_whatevers && all-php5-extensions && php5. make install everything-all-over-again. :/ Looks like the bugfest mark announced earlier isn't over just yet. :) Thanks again for taking the time to respond and share your patch. --Chris H > CONFIGURE_ARGS+= \ > --prefix=${PREFIX} \ > --server-uid=www \ > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- panic: kernel trap (ignored)