Edgewall Software

Changes between Version 11 and Version 12 of TracOnOsxNoFink


Ignore:
Timestamp:
Jun 20, 2005, 10:16:45 PM (19 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOsxNoFink

    v11 v12  
    127127 * '''NOTE (sqlite)''': The sqlite OS X install instructions that I found said to configure with the '--disable-shared' option, claiming that OS X's libtool is busted and thus generates bad dynamic/shared libraries.  However, disabling shared libraries generated an error during the make install step, because one of the install scripts looks for a shared library (identified by extension .dylib) regardless of the configure options.  So, in good UNIX fashion, I ignored the instructions and tried it with the shared libraries.  I did a 'make test' and all the regression tests passed, so it seems that the problem with libtool has been fixed and '--disable-shared' is no longer necessary.
    128128 * '''NOTE (pysqlite)''': The build step ('python setup.py build') failed with a "No such file or directory" error on "/opt/local/lib".  I opened up setup.py and found that for OS X (and only OS X), it sets the lib path to /opt/local/lib.  On my system, this was wrong, so I changed it to /usr/local/lib.
    129  * '''NOTE (pysqlite)''': Just to clear up any confusion regarding API versions - and this probably only applies if you're going to use SQLite 3, either installed by hand or as shipped with OS X 10.4 - PySQLite v2.0x will not work with Trac (as of 0.9-pre). Instead, get the latest stable 1.1.x (1.1.6 as of this writing) version.
     129 * '''NOTE (pysqlite)''': Just to clear up any confusion regarding API versions - and this probably only applies if you're going to use SQLite 3, either installed by hand or as shipped with OS X 10.4 - PySQLite v2.0x will not work with Trac (as of 0.9-pre). Instead, get the latest stable 1.1.x (1.1.6 as of this writing) version. '''DO NOT''' install PySQLite 2.x as it is a new version that will not work with Trac.
    130130 
    131131=== clearsilver ===