by MCO on Sun Dec 19, 2010 10:58 pm
It didn't seem like the preferences file was the problem:
pwd
/Users/motto/Library/Preferences
ls -l *SuperFlexibleSynchronizer*
-rw-r--r-- 1 MOtto staff 12288 Dec 19 17:57 SuperFlexibleSynchronizer.cfg
-rw-r--r-- 1 MOtto staff 674 Dec 19 18:00 SuperFlexibleSynchronizer.ini
-rw-r--r-- 1 MOtto staff 674 Dec 19 18:00 SuperFlexibleSynchronizer.ini.bak
-rw-r--r-- 1 MOtto staff 674 Dec 19 17:59 SuperFlexibleSynchronizer.ini.bak2
-rw------- 1 MOtto staff 1524 Dec 19 18:00 com.company.SuperFlexibleSynchronizer.plist
SuperFlexibleSynchronizer:
total 8
-rw-r--r-- 1 MOtto staff 166 Dec 19 17:57 xml.reg
I did change the location so it was in my main ~/
ls -l s* S*
-rw-r--r-- 1 MOtto staff 12288 Dec 19 18:00 sffs.cfg
SuperFlexibleFileSynchronizer:
I choose another location for the preference file but got the same problem.
Here is the information on my laptop and OS:
Model Name: MacBook
Model Identifier: MacBook3,1
Processor Name: Intel Core 2 Duo
Processor Speed: 2.2 GHz
Number Of Processors: 1
Total Number Of Cores: 2
L2 Cache: 4 MB
Memory: 4 GB
Bus Speed: 800 MHz
Boot ROM Version: MB31.008E.B02
SMC Version (system): 1.24f3
uname -a
Darwin ottobook.home 10.5.0 Darwin Kernel Version 10.5.0: Fri Nov 5 23:20:39 PDT 2010; root:xnu-1504.9.17~1/RELEASE_I386 i386
Here is where sqlite is. I still got the application error.
which sqlite3
/usr/bin/sqlite3
sqlite3 --version
3.6.12
ls /usr/lib/sqlite*
libtclsqlite3.dylib pkgIndex.tcl
I downloaded the new sqlite3, configured it and installed it, but it still did change the error.
sqlite3 --version
3.7.4
sh-3.2# ls -l /usr/lib/*sqlite*
lrwxr-xr-x 1 root wheel 16 Nov 24 16:33 /usr/lib/libsqlite3.0.dylib -> libsqlite3.dylib
-rwxr-xr-x 1 root wheel 2438496 Jun 24 18:21 /usr/lib/libsqlite3.dylib
lrwxr-xr-x 1 root wheel 27 Nov 24 16:34 /usr/lib/sqlite3 -> /System/Library/Tcl/sqlite3
I did load 4.97 and it said that I didn't have permissions to use /Library/Preferences and would I like to use mown account file. That version works. I use sqlite3 for a lot of things and with other applications. I am not sure what the problem is. Hope this helps figure the new version out.
Thanks for your help.
Mark