Project

General

Profile

Actions

Bug #2447

closed

fix extension of plugin on MacOS

Added by junghans over 11 years ago. Updated almost 11 years ago.

Status:
Invalid
Priority:
Normal
Category:
-
Target version:
-
ASK QUESTIONS IN Forums:

Description

On MacOS plugins should end of .bundle.

(patch has been tested in Gentoo on Darwin for a while)


Files

lighttpd-darwin-bundle.patch (477 Bytes) lighttpd-darwin-bundle.patch junghans, 2012-09-23 00:49
Actions #1

Updated by stbuehler over 11 years ago

  • Status changed from New to Need Feedback

I couldn't find any evidence that ".so" is the wrong extension. And the only other extension I saw mentioned was ".dylib".
Can you perhaps explain what your problem actually was, and how you build it? (cmake, auto*, ...?)

See:
Actions #2

Updated by stbuehler over 11 years ago

  • Target version changed from 1.4.32 to 1.4.33
Actions #3

Updated by stbuehler almost 11 years ago

  • Status changed from Need Feedback to Missing Feedback
  • Target version deleted (1.4.33)
Actions #4

Updated by junghans almost 11 years ago

  • Status changed from Missing Feedback to Reopened

Sorry, this must have slipped under my radar.

Bundle information:
<http://superuser.com/questions/67249/what-is-a-bundle-file-and-how-do-i-run-it>

I think the problem was that lightthpd should look for files end with .bundle.

Actions #5

Updated by stbuehler almost 11 years ago

  • Status changed from Reopened to Need Feedback

junghans wrote:

Sorry, this must have slipped under my radar.

Bundle information:
<http://superuser.com/questions/67249/what-is-a-bundle-file-and-how-do-i-run-it>

Looks like you pasted the first google result. I can use google myself, thank you very much, and that page is completely useless.

I think the problem was that lightthpd should look for files end with .bundle.

our standard build system uses libtool to compile the modules. The docs on the used extension are basically not existing, but I think so far using ".dll" on Windows and ".so" everywhere else has been working.

Some notes i found claim that libtool still uses ".so" on MacOS if it was given the "-module" option (which we do).

I won't change ".so" to ".bundle" for Mac OS without any proof that libtool actually is using ".bundle" on Mac OS with the "-module" option.

Actions #6

Updated by junghans almost 11 years ago

<https://bugs.gentoo.org/show_bug.cgi?id=475216#c1>
It seems to be Gentoo specific, so please close this bug as invalid.

Actions #7

Updated by stbuehler almost 11 years ago

  • Status changed from Need Feedback to Invalid

Thanks for the feedback.

Actions

Also available in: Atom