You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-dev@quetz.apache.org by "Graham Dumpleton (JIRA)" <ji...@apache.org> on 2008/07/15 16:09:32 UTC

[jira] Created: (MODPYTHON-250) mod_python fails on MacOS X 10.5 (Leopard) due to multi architecture issues.

mod_python fails on MacOS X 10.5 (Leopard) due to multi architecture issues.
----------------------------------------------------------------------------

                 Key: MODPYTHON-250
                 URL: https://issues.apache.org/jira/browse/MODPYTHON-250
             Project: mod_python
          Issue Type: Bug
          Components: core
    Affects Versions: 3.3.1
         Environment: Mac OS X 10.5 (Leopard) 64 bit architectures.
            Reporter: Graham Dumpleton
            Assignee: Graham Dumpleton
             Fix For: 3.3.x


mod_python fails on MacOS X 10.5 (Leopard) due to multi architecture issues.

Various reports, such as:

  http://www.modpython.org/pipermail/mod_python/2008-March/025003.html
  http://www.modpython.org/pipermail/mod_python/2008-January/024627.html

Two parts of mod_python are affected, the actual load of mod_python.so and later the psp.so Python module.

Errors are of the form:

httpd: Syntax error on line 116 of /private/etc/apache2/httpd.conf:  
Cannot load /usr/libexec/apache2/mod_python.so into server: dlopen(/ 
usr/libexec/apache2/mod_python.so, 10): no suitable image found.  Did  
find:\n\t/usr/libexec/apache2/mod_python.so: no matching architecture  
in universal wrapper

ImportError: dlopen(/Library/Python/2.5/site-packages/mod_python/ 
_psp.so, 2): no suitable image found.  Did find:
	/Library/Python/2.5/site-packages/mod_python/_psp.so: no matching  
architecture in universal wrapper




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MODPYTHON-250) mod_python fails on MacOS X 10.5 (Leopard) due to multi architecture issues.

Posted by "Graham Dumpleton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MODPYTHON-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613613#action_12613613 ] 

Graham Dumpleton commented on MODPYTHON-250:
--------------------------------------------

These issues have been fixed in subversion trunk some time back.

> mod_python fails on MacOS X 10.5 (Leopard) due to multi architecture issues.
> ----------------------------------------------------------------------------
>
>                 Key: MODPYTHON-250
>                 URL: https://issues.apache.org/jira/browse/MODPYTHON-250
>             Project: mod_python
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.3.1
>         Environment: Mac OS X 10.5 (Leopard) 64 bit architectures.
>            Reporter: Graham Dumpleton
>            Assignee: Graham Dumpleton
>             Fix For: 3.3.x
>
>
> mod_python fails on MacOS X 10.5 (Leopard) due to multi architecture issues.
> Various reports, such as:
>   http://www.modpython.org/pipermail/mod_python/2008-March/025003.html
>   http://www.modpython.org/pipermail/mod_python/2008-January/024627.html
> Two parts of mod_python are affected, the actual load of mod_python.so and later the psp.so Python module.
> Errors are of the form:
> httpd: Syntax error on line 116 of /private/etc/apache2/httpd.conf:  
> Cannot load /usr/libexec/apache2/mod_python.so into server: dlopen(/ 
> usr/libexec/apache2/mod_python.so, 10): no suitable image found.  Did  
> find:\n\t/usr/libexec/apache2/mod_python.so: no matching architecture  
> in universal wrapper
> ImportError: dlopen(/Library/Python/2.5/site-packages/mod_python/ 
> _psp.so, 2): no suitable image found.  Did find:
> 	/Library/Python/2.5/site-packages/mod_python/_psp.so: no matching  
> architecture in universal wrapper

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.