Bug #2447
closedfix extension of plugin on MacOS
Description
On MacOS plugins should end of .bundle.
(patch has been tested in Gentoo on Darwin for a while)
Files
Updated by stbuehler over 12 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*, ...?)
Updated by stbuehler over 12 years ago
- Target version changed from 1.4.32 to 1.4.33
Updated by stbuehler almost 12 years ago
- Status changed from Need Feedback to Missing Feedback
- Target version deleted (
1.4.33)
Updated by junghans almost 12 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.
Updated by stbuehler almost 12 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.
Updated by junghans almost 12 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.
Updated by stbuehler almost 12 years ago
- Status changed from Need Feedback to Invalid
Thanks for the feedback.
Also available in: Atom