libintl.3.dylib not loaded - No such file ...sage/dsage/cacert.pem'

I have located instances of a similar (?) problem with older versions
directing users to locate libintl.3.dylib with link provided, but link
[ http://sagemath.org/SAGEbin/apple_osx/intel/10.4-extra_files/ ] is
broken.

I have tried inotebook() and get a similar error... image not found
for libintl.3.dylib

I have tried
rm -rf $HOME/.sage

and get: 'HOME' is not defined

Do I need libintl.3.dylib and if so where can I get it?

If not, how can I continue my install?

running core 2 duo and OSX 10.4.9.

I downloaded the binary from 
http://www.sagemath.org/bin/apple_osx/intel/index.html

File: sage-3.4-OSX10.4-32bit-Intel-i386-Darwin.dmg

Thank you,
Jamie

************

Domain name [localhost]:
Using default localhost
==================================================
Generating SSL certificate for server...
Using certtool to generate key
certtool --generate-privkey --outfile /Users/Jamie/.sage/dsage/
cacert.pem
dyld: Library not loaded: /usr/local/lib/libintl.3.dylib
  Referenced from: /Applications/sage/local/bin/certtool
  Reason: image not found
dyld: Library not loaded: /usr/local/lib/libintl.3.dylib
  Referenced from: /Applications/sage/local/bin/certtool
  Reason: image not found
==================================================
---------------------------------------------------------------------------
OSError                                   Traceback (most recent call
last)

/Users/Jamie/.sage/<ipython console> in <module>()

/Applications/sage/local/lib/python2.5/site-packages/sage/server/
notebook/run_notebook.pyc in notebook_setup(self)
     37     dsage = os.path.join(DOT_SAGE, 'dsage')
     38     import sage.dsage.all
---> 39     sage.dsage.all.dsage.setup()
     40     shutil.copyfile(dsage + '/cacert.pem', private_pem)
     41     shutil.copyfile(dsage + '/pubcert.pem', public_pem)

/Applications/sage/local/lib/python2.5/site-packages/sage/dsage/
dsage.pyc in setup(self, template)
    320
    321         from sage.dsage.scripts.dsage_setup import setup
--> 322         setup(template=template)
    323
    324

/Applications/sage/local/lib/python2.5/site-packages/sage/dsage/
scripts/dsage_setup.py in setup(template)
    209     setup_client()
    210     setup_worker()
--> 211     setup_server(template=template)
    212     print "Configuration finished.."
    213

/Applications/sage/local/lib/python2.5/site-packages/sage/dsage/
scripts/dsage_setup.py in setup_server(template)
    195
    196     # Set read only permissions on cert
--> 197     os.chmod(os.path.join(DSAGE_DIR, 'cacert.pem'), 0600)
    198
    199     # create database schemas

OSError: [Errno 2] No such file or directory: '/Users/Jamie/.sage/
dsage/cacert.pem'
sage: version()
'Sage Version 3.4, Release Date: 2009-03-11'

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to