[Dev] make install problem on osx

Heikki Toivonen heikki at osafoundation.org
Thu Apr 28 01:14:47 PDT 2005


Today I updated m2crypto binary tarballs for the make install build, but
it seems like the tarballs were corrupted. I recreated them, but since
they use the same name you need to blow away your existing m2crypto
tarballs to get the new versions.

Easiest way is:

make realclean
make install


The more difficult way (you can save on downloads, though) is to
manually delete all the m2crypto files and then do make install:

rm -fr $CHANDLERARCHIVES/m2crypto-* $CHANDLERBIN/release/m2crypto-*
$CHANDLERBIN/debug/m2crypto-*
$CHANDLERBIN/release/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/M2Crypto
$CHANDLERBIN/debug/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/M2Crypto

make install

-- 
  Heikki Toivonen


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
Url : http://lists.osafoundation.org/pipermail/dev/attachments/20050428/014a062c/signature.bin


More information about the Dev mailing list