/usr/bin/objformat is missing

Gary Palmer gpalmer at freebsd.org
Tue Jan 29 10:57:11 PST 2008


On Tue, Jan 29, 2008 at 05:53:35PM +0100, Eirik ?verby wrote:
> On Jan 29, 2008, at 4:49 PM, Chris H. wrote:
> 
> >Quoting pluknet <pluknet at gmail.com>:
> >
> >>On 29/01/2008, Chris H. <chris#@1command.com> wrote:
> >>>Quoting Peter Jeremy <peterjeremy at optushome.com.au>:
> >>>
> >>>> 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 
> >><mark at grondar.za >.
> >>#                      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.
> 
> I have had problems with PHP modules in the past; often they can end  
> up crashing when loaded in the wrong order, for instance. I also had  
> major trouble getting the imagick module to work at all lately.
> 
> Try re-ordering things in your extensions.ini, maybe commenting out  
> all modules and re-enabling one at a time.
> 
> /Eirik

If you have compiled the PHP SSL module and are loading it, make sure
that it uses the same SSL library as the Apache module.  Likewise for any
other libraries that PHP might be linking in that Apache also uses.

Gary


More information about the freebsd-stable mailing list