Hi, I'm trying to follow the hello world example for Go as outlined here: https://uwsgi-docs.readthedocs.org/en/latest/Go.html
The error I'm getting on OSX is: [uwsgi-go] unable to load uwsgi_go_helper_post_fork function I've managed to compile the uwsgi support library, and I've put the Go lib onto $GOPATH such that the simple main program compiles. For simplicity, I copied the libuwsgi.so into /usr/local/lib. Looking at the resulting binary with otool, I can see the following links: $ otool -L main main: libuwsgi.so (compatibility version 0.0.0, current version 0.0.0) /usr/lib/libSystem.B.dylib (compatibility version 0.0.0, current version 0.0.0) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 0.0.0, current version 0.0.0) /System/Library/Frameworks/Security.framework/Versions/A/Security (compatibility version 0.0.0, current version 0.0.0) Am I missing something simple here? Cheers, Ben
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
