New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #24465 (closed defect: wontfix)

Opened 3 years ago

Last modified 3 years ago

Port mod_proxy_html does not build universal

Reported by: frans@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: mod_proxy_html

Description

Despite changing macports.conf (arch and universal_archs) and variants.conf (+universal) the mod_proxy_html does not build universal. It only builds i386.

With the arch command my system (10.5) reports i386. Adding +universal to the command line

sudo port install mod_proxy_html +universal

does not build other than i386 (checked with file command).

Change History

comment:1 Changed 3 years ago by jmr@…

  • Keywords universal architecture removed
  • Status changed from new to closed
  • Type changed from request to defect
  • Resolution set to wontfix

It doesn't claim to build universal (doesn't have a universal variant). As the port has no maintainer, I'm going to close this. If someone wants to provide a patch to add a universal variant they can reopen.

comment:2 Changed 3 years ago by cameronk@…

  • Status changed from closed to reopened
  • Resolution wontfix deleted

I'm hoping someoue out there has managed to successfully install the Apache mod_proxy_html module. I'm close, I've managed to get MacPorts to successfully *compile* the module, but the implementation into Apache is causing me grief:

[ns2:/etc/apache2] root# apachectl configtest httpd: Syntax error on line 168 of /private/etc/apache2/httpd.conf: Cannot load /opt/local/apache2/modules/mod_proxy_html.so into server: dlopen(/opt/local/apache2/modules/mod_proxy_html.so, 10): no suitable image found. Did find:\n\t/opt/local/apache2/modules/mod_proxy_html.so: mach-o, but wrong architecture

I've tried both manual compiling (a miserable failure) and MacPorts (which worked, but gives me the same problem). I've tested the file, and sure enough it's PPC, but I think I need a universal, which I can't figure out how to coax from MacPorts:

[ns2:/etc/apache2] root# file /opt/local/apache2/modules/mod_proxy_html.so /opt/local/apache2/modules/mod_proxy_html.so: Mach-O bundle ppc

https://trac.macports.org/ticket/24465 "It doesn't claim to build universal (doesn't have a universal variant). As the port has no maintainer, I'm going to close this. If someone wants to provide a patch to add a universal variant they can reopen."

Is it even possible to get this to run on the Mac???????

I have no idea how to get a proper architecture out of MacPorts, and my attempts at apxs have been a horrible disaster... anyone? Please? So damn close, but unix is causing way too much grief just to get an apache module installed, for the love of god!

comment:3 Changed 3 years ago by jmr@…

  • Status changed from reopened to closed
  • Resolution set to wontfix

Don't reopen this unless you have a patch and/or are volunteering to maintain this port. If you need help with configuring MacPorts, try the macports-users list.

Note: See TracTickets for help on using tickets.