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

Cinnamon-Settings-Compile error #24

Closed
ericxx1 opened this issue Nov 9, 2013 · 1 comment
Closed

Cinnamon-Settings-Compile error #24

ericxx1 opened this issue Nov 9, 2013 · 1 comment

Comments

@ericxx1
Copy link

ericxx1 commented Nov 9, 2013

I cannot compile it as I get this error:
make[3]: Entering directory
/root/cinnamon-settings-daemon-master/plugins/smartcard' CCLD csd-test-smartcard /usr/lib/libsoftokn3.so: undefined reference to sqlite3_finalize@SQLITE_3'
/usr/lib/libsoftokn3.so: undefined reference to sqlite3_step@SQLITE_3' /usr/lib/libsoftokn3.so: undefined reference tosqlite3_close@SQLITE_3'
/usr/lib/libsoftokn3.so: undefined reference to
sqlite3_file_control@SQLITE_3' /usr/lib/libsoftokn3.so: undefined reference to sqlite3_prepare_v2@SQLITE_3'
/usr/lib/libsoftokn3.so: undefined reference to sqlite3_exec@SQLITE_3' /usr/lib/libsoftokn3.so: undefined reference to sqlite3_column_blob@SQLITE_3'
/usr/lib/libsoftokn3.so: undefined reference to
sqlite3_column_bytes@SQLITE_3' /usr/lib/libsoftokn3.so: undefined reference to sqlite3_busy_timeout@SQLITE_3'
/usr/lib/libsoftokn3.so: undefined reference to sqlite3_reset@SQLITE_3' /usr/lib/libsoftokn3.so: undefined reference to sqlite3_bind_text@SQLITE_3'
/usr/lib/libsoftokn3.so: undefined reference to sqlite3_free@SQLITE_3' /usr/lib/libsoftokn3.so: undefined reference to sqlite3_bind_blob@SQLITE_3'
/usr/lib/libsoftokn3.so: undefined reference to sqlite3_open@SQLITE_3' /usr/lib/libsoftokn3.so: undefined reference to sqlite3_column_int@SQLITE_3'
/usr/lib/libsoftokn3.so: undefined reference to
sqlite3_bind_int@SQLITE_3' /usr/lib/libsoftokn3.so: undefined reference to sqlite3_mprintf@SQLITE_3'
/usr/lib/libsoftokn3.so: undefined reference to
sqlite3_temp_directory@SQLITE_3' collect2: error: ld returned 1 exit status make[3]: *** [csd-test-smartcard] Error 1 make[3]: Leaving directory /root/cinnamon-settings-daemon-master/plugins/smartcard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
/root/cinnamon-settings-daemon-master/plugins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/root/cinnamon-settings-daemon-master'
make: *** [all] Error 2

I have sqlite3 and libsqlite3 installed with the prefix /usr:
sqlite3: /usr/bin/sqlite3 /usr/include/sqlite3.h /usr/share/an/mann/sqlite3.n /usr/share/man/man1/sqlite3.1

libsqlite3: /usr/lib/libsqlite3.a /usr/lib/libsqlite3.so /usr/lib/libsqlite3.la

This is on an LFS distro. I have compiled 950 packages from source. I am not sure what to do with this error.

@ericxx1
Copy link
Author

ericxx1 commented Nov 9, 2013

This actually happens for cinnamon-settings-daemon and the Cinnamon package itself. I do have sqlite3 installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant