Re: /usr/bin/objformat is missing

2008-01-30 Thread Peter Jeremy
On Tue, Jan 29, 2008 at 01:24:49PM -0800, Chris H. wrote: cc: --export-dynamic: linker input file unused because linking not done But of course, it's just a harmless informative message. The -Wl,--export-dynamic should be in LDFLAGS, not CFLAGS. There's no guarantee that CFLAGS is passed to the

Re: /usr/bin/objformat is missing

2008-01-29 Thread 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. objformat was created at around FreeBSD 3.0 as a temporary tool to handle the a.out to ELF transition and has been obsolete for nearly 8 years.

Re: /usr/bin/objformat is missing

2008-01-29 Thread Chris H.
Quoting Peter Jeremy [EMAIL PROTECTED]: 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. objformat was created at around FreeBSD 3.0 as a temporary tool to handle the a.out to ELF transition and has

Re: /usr/bin/objformat is missing

2008-01-29 Thread pluknet
On 29/01/2008, Chris H. [EMAIL PROTECTED] wrote: Quoting Peter Jeremy [EMAIL PROTECTED]: 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,

Re: /usr/bin/objformat is missing

2008-01-29 Thread Chris H.
Quoting pluknet [EMAIL PROTECTED]: On 29/01/2008, Chris H. [EMAIL PROTECTED] wrote: Quoting Peter Jeremy [EMAIL PROTECTED]: 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

Re: /usr/bin/objformat is missing

2008-01-29 Thread Eirik Øverby
On Jan 29, 2008, at 4:49 PM, Chris H. wrote: Quoting pluknet [EMAIL PROTECTED]: On 29/01/2008, Chris H. [EMAIL PROTECTED] wrote: Quoting Peter Jeremy [EMAIL PROTECTED]: On Mon, Jan 28, 2008 at 02:41:56PM -0800, Chris H. wrote: In case you're wondering, objformat /is/ required - at leas

Re: /usr/bin/objformat is missing

2008-01-29 Thread Chris H.
Quoting Chris H. [EMAIL PROTECTED]: Quoting pluknet [EMAIL PROTECTED]: On 29/01/2008, Chris H. [EMAIL PROTECTED] wrote: Quoting Peter Jeremy [EMAIL PROTECTED]: On Mon, Jan 28, 2008 at 02:41:56PM -0800, Chris H. wrote: In case you're wondering, objformat /is/ required - at leas for

Re: /usr/bin/objformat is missing

2008-01-29 Thread Gary Palmer
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 [EMAIL PROTECTED]: On 29/01/2008, Chris H. [EMAIL PROTECTED] wrote: Quoting Peter Jeremy [EMAIL PROTECTED]: On Mon, Jan 28, 2008 at 02:41:56PM -0800, Chris H.

Re: /usr/bin/objformat is missing

2008-01-29 Thread Jim Pingle
Chris H. wrote: [snip] While it didn't fix my seeming php5 module number limitation. I was able, after trial and error, to discover that the recode module was the module causing Apache to dump core. Simply removing it from the list cured it. :) Further investigation reveals that there are some

/usr/bin/objformat is missing

2008-01-28 Thread Chris H.
I did a little research, and wondered if the fact that I am missing: /usr/bin/objformat has anything to do with it. Doesn't this add an elf format to libraries? Do I need it? All of my 6-CURRENT boxes have this. But this is a 7-PRERELEASE ( FreeBSD 7.0-PRERELEASE i386 ) using 2 CPU's. If I /do

Re: /usr/bin/objformat is missing

2008-01-28 Thread Daniel Eischen
load /usr/local/libexec/apache/mod_mmap_static.so into server: /usr/local /libexec/apache/mod_mmap_static.so: Undefined symbol ap_null_cleanup I did a little research, and wondered if the fact that I am missing: /usr/bin/objformat has anything to do with it. Very unlikely. Are you using the binary

Re: /usr/bin/objformat is missing

2008-01-28 Thread Jeremy Chadwick
/libexec/apache/mod_mmap_static.so: Undefined symbol ap_null_cleanup I did a little research, and wondered if the fact that I am missing: /usr/bin/objformat has anything to do with it. Very unlikely. Are you using the binary package of www/apache-ssl, rather than building the port from source? Have

Re: /usr/bin/objformat is missing

2008-01-28 Thread Chris H.
of /usr/local/etc/apache/httpsd.conf: Cannot load /usr/local/libexec/apache/mod_mmap_static.so into server: /usr/local /libexec/apache/mod_mmap_static.so: Undefined symbol ap_null_cleanup I did a little research, and wondered if the fact that I am missing: /usr/bin/objformat has anything to do

Re: /usr/bin/objformat is missing

2008-01-28 Thread Chris H.
/mod_mmap_static.so into server: /usr/local /libexec/apache/mod_mmap_static.so: Undefined symbol ap_null_cleanup I did a little research, and wondered if the fact that I am missing: /usr/bin/objformat has anything to do with it. Very unlikely. Are you using the binary package of www/apache-ssl, rather than

Re: /usr/bin/objformat is missing

2008-01-28 Thread Chris H.
with the following error: Syntax error on line 208 of /usr/local/etc/apache/httpsd.conf: Cannot load /usr/local/libexec/apache/mod_mmap_static.so into server: /usr/local /libexec/apache/mod_mmap_static.so: Undefined symbol ap_null_cleanup I did a little research, and wondered if the fact that I am missing: /usr/bin

Re: /usr/bin/objformat is missing

2008-01-28 Thread Chris H.
with the following error: Syntax error on line 208 of /usr/local/etc/apache/httpsd.conf: Cannot load /usr/local/libexec/apache/mod_mmap_static.so into server: /usr/local /libexec/apache/mod_mmap_static.so: Undefined symbol ap_null_cleanup I did a little research, and wondered if the fact that I am missing: /usr/bin

Re: /usr/bin/objformat is missing

2008-01-28 Thread notarealuser
with the following error: Syntax error on line 208 of /usr/local/etc/apache/httpsd.conf: Cannot load /usr/local/libexec/apache/mod_mmap_static.so into server: /usr/local /libexec/apache/mod_mmap_static.so: Undefined symbol ap_null_cleanup I did a little research, and wondered if the fact that I am missing: /usr/bin

Re: /usr/bin/objformat is missing

2008-01-28 Thread Jeremy Chadwick
On Mon, Jan 28, 2008 at 02:41:56PM -0800, Chris H. wrote: Continued make deinstalls and tweaking and make make installs all still fail with the same errors. I have noticed a couple of threads that relate to this. One indicates that copying www/apache13/files/patch-ae to

Re: /usr/bin/objformat is missing

2008-01-28 Thread Mark Linimon
On Mon, Jan 28, 2008 at 04:55:01PM -0800, Jeremy Chadwick wrote: I don't agree with any port creating a file in /usr/bin, and it's safe to say others will not agree with it either. In particular, portmgr will mark such a port as BROKEN :-) mcl ___

Re: /usr/bin/objformat is missing

2008-01-28 Thread Chris H.
Quoting Mark Linimon [EMAIL PROTECTED]: On Mon, Jan 28, 2008 at 04:55:01PM -0800, Jeremy Chadwick wrote: I don't agree with any port creating a file in /usr/bin, and it's safe to say others will not agree with it either. In particular, portmgr will mark such a port as BROKEN :-) or perhaps