Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot open in macos 10.14.6 #5180

Open
toohamster opened this issue Dec 25, 2024 · 2 comments
Open

cannot open in macos 10.14.6 #5180

toohamster opened this issue Dec 25, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@toohamster
Copy link

Details

cannot open in macos 10.14.6

/Users/xuyimu/Downloads/SQLiteStudio.app/Contents/MacOS/sqlitestudiocli ; exit;
➜  ~ /Users/xuyimu/Downloads/SQLiteStudio.app/Contents/MacOS/sqlitestudiocli ; exit;
dyld: lazy symbol binding failed: Symbol not found: _sqlite3_enable_load_extension
  Referenced from: /Users/xuyimu/Downloads/SQLiteStudio.app/Contents/MacOS/../Frameworks/libcoreSQLiteStudio.1.dylib
  Expected in: /usr/lib/libsqlite3.dylib

dyld: Symbol not found: _sqlite3_enable_load_extension
  Referenced from: /Users/xuyimu/Downloads/SQLiteStudio.app/Contents/MacOS/../Frameworks/libcoreSQLiteStudio.1.dylib
  Expected in: /usr/lib/libsqlite3.dylib

[1]    95324 abort      /Users/xuyimu/Downloads/SQLiteStudio.app/Contents/MacOS/sqlitestudiocli

Operating system

macos 10.14.6

SQLiteStudio version

sqlitestudio-3.4.12.dmg

@pawelsalawa
Copy link
Owner

It looks like the SQLite provided in the package is not being used at all (instead your system-provided SQLite is used and it has missing features). I will look into it soon, because maybe the packaging has failed to setup the library lookups properly. I will get back to this.

@pawelsalawa pawelsalawa added the bug Something isn't working label Dec 25, 2024
@pawelsalawa
Copy link
Owner

I've just checked it from my Mac and it looks all good.

  1. Are you using package downloaded from sqlitestudio.pl?
  2. Why are you running sqlitestudiocli (the still-experimental command line app) and not SQLiteStudio binary (the primary GUI application)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants