- Posts: 51
- Thank you received: 0
×
CodeTyphon Linux OS Development, discussions and problems
Question Cannot find sqlite3
- Chad Adams
- Topic Author
- Offline
- Junior Member
-
Less
More
3 years 5 months ago #13011
by Chad Adams
Cannot find sqlite3 was created by Chad Adams
I have Linux mint 18 / updated code typhoon.
I’m getting an error on compile:
../.././ld -lsqlite
And the build fails.
I am using sqlite3conn unit.
Any idea?
I’m getting an error on compile:
../.././ld -lsqlite
And the build fails.
I am using sqlite3conn unit.
Any idea?
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
3 years 5 months ago #13012
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Cannot find sqlite3
Thanks Sir
can you give us more info for your project ?
can you give us more info for your project ?
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Chad Adams
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 51
- Thank you received: 0
3 years 5 months ago #13014
by Chad Adams
Replied by Chad Adams on topic Cannot find sqlite3
I am just using sqlite3 via the sqlite3conn unit. I get the error : /usr/bin/ld:cannot find -lsqlite
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
3 years 5 months ago #13015
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Cannot find sqlite3
just install libsqlite3.so Linux library
sudo apt-get libsqlite3-dev
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Vital
-
- Offline
- Junior Member
-
Less
More
- Posts: 61
- Thank you received: 0
2 years 5 months ago #14248
by Vital
Replied by Vital on topic Cannot find sqlite3
Attachments:
Please Log in or Create an account to join the conversation.
- Klaus Riesterer
- Visitor
-
2 years 5 months ago - 2 years 5 months ago #14250
by Klaus Riesterer
Replied by Klaus Riesterer on topic Cannot find sqlite3
ups- delete my post please
Last edit: 2 years 5 months ago by Klaus Riesterer.
Please Log in or Create an account to join the conversation.
- Vital
-
- Offline
- Junior Member
-
Less
More
- Posts: 61
- Thank you received: 0
2 years 5 months ago #14252
by Vital
Replied by Vital on topic Cannot find sqlite3
The rescanning of FPS sources helpedWhere are the modules located: SQLite3Conn, SQLDB, DB?
Please Log in or Create an account to join the conversation.