[Bug 205810] www/moinmoin python interpreter not found by apache24 in moin.cgi

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 2 21:08:04 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205810

            Bug ID: 205810
           Summary: www/moinmoin python interpreter not found by apache24
                    in moin.cgi
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: dr.klepp at gmx.at
                CC: khsing.cn at gmail.com
                CC: khsing.cn at gmail.com
             Flags: maintainer-feedback?(khsing.cn at gmail.com)

"moin.cgi" fails to execute as the python interpreter is not found. Replacing
the first line with the explict path solves this issue:

This does not work:
#!/usr/bin/env python

This works:
#!/usr/local/bin/python

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list