Opened 15 years ago

Closed 15 years ago

#156 closed defect (fixed)

failed to install asap 2.3.1 on MacOS 10.4

Reported by: nfht@… Owned by: Malte Marquarding
Priority: normal Milestone: ASAP 2.4
Component: General Version: 2.0
Severity: blocker Keywords:
Cc:

Description

Attempted to install the 10.5 binary of asap 2.3.1 on my 10.4 macbook (no 10.4 binary being available). Files from previous versions of asap were cleared out and the instructions on the wiki followed. On testing, this error occurred: rockhopper-2:~ nfht$ python -c 'from asap import *' Traceback (most recent call last):

File "<string>", line 1, in <module> File "/Library/Frameworks/Python?.framework/Versions/2.5/lib/python2.5/site-packages/asap/init.py", line 343, in <module>

from asap._asap import Log as _asaplog

ImportError?: dlopen(/Library/Frameworks/Python?.framework/Versions/2.5/lib/python2.5/site-packages/asap/_asap.so, 2): Symbol not found: _chmod$UNIX2003

Referenced from: /Library/Frameworks/Python?.framework/Versions/2.5/lib/python2.5/site-packages/asap/_asap.so Expected in: /usr/lib/libSystem.B.dylib

rockhopper-2:~ nfht$

Is this just a compatibility issue between 10.4 and 10.5? If so, could you provide a 10.4 binary?

Change History (3)

comment:1 Changed 15 years ago by Malte Marquarding

10.5 binaries don't work on 10.4. I am relying on someone else to provide the 10.4 binary. I will try to get one done.

comment:2 Changed 15 years ago by Malte Marquarding

I have uploaded the binary. The old instructions are here.

I can't test this so I hope it works for you. Let me know if it does so I can close this ticket.

comment:3 Changed 15 years ago by Malte Marquarding

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.