Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Using the Lazarus IDE
»
Options
»
/usr/bin/ld: cannot find -lfbclient
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Knob Finger Spinner Graph...
by
circular
[
Today
at 10:15:44 pm]
Snaking ZigZag Curve: PRO...
by
Handoko
[
Today
at 10:12:04 pm]
Library: Embed DLL in EXE
by
Tomxe
[
Today
at 09:57:37 pm]
MVP made easier.
by
Hansvb
[
Today
at 09:45:27 pm]
FPC 3.2.2 using Result wi...
by
PascalDragon
[
Today
at 08:54:54 pm]
FPC 3.2.2 - maximum Lengt...
by
PascalDragon
[
Today
at 08:44:23 pm]
Writing a TMemo widget fr...
by
paule32
[
Today
at 08:38:32 pm]
ChatGPT and algorithms
by
TBMan
[
Today
at 06:18:46 pm]
Deleting exe-file not wor...
by
d2010
[
Today
at 06:14:27 pm]
[solved] macro for code ?
by
TBMan
[
Today
at 06:06:34 pm]
Named range
by
Thaddy
[
Today
at 05:22:17 pm]
Math.RoundTo incorrect so...
by
BeniBela
[
Today
at 04:07:40 pm]
2d "platform" game sugges...
by
TBMan
[
Today
at 03:47:29 pm]
FPC 3.2.2 + Lazarus 3.4 C...
by
Martin_fr
[
Today
at 03:32:22 pm]
Rain Simulator
by
Boleeman
[
Today
at 02:57:30 pm]
Turbo Pascal's default fo...
by
Thaddy
[
Today
at 02:34:28 pm]
Amigo programming languag...
by
paxscript
[
Today
at 02:07:13 pm]
More AI hype?
by
Joanna from IRC
[
Today
at 02:01:16 pm]
I didn't expect this
by
simone
[
Today
at 01:40:01 pm]
Reading axis range after ...
by
wp
[
Today
at 11:41:42 am]
Testing with SQLite3DataS...
by
CharlyTango
[
Today
at 10:55:38 am]
Detecting symbol correspo...
by
Tommi
[
Today
at 10:13:27 am]
[SOLVED] WebP images and ...
by
circular
[
Today
at 09:29:34 am]
[SOLVED] How to "Jump To"...
by
Markus
[
Today
at 09:24:57 am]
debugger not showing vari...
by
Martin_fr
[
Today
at 09:13:58 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: /usr/bin/ld: cannot find -lfbclient (Read 13708 times)
Elphi
Full Member
Posts: 132
/usr/bin/ld: cannot find -lfbclient
«
on:
July 05, 2009, 08:31:29 pm »
In compiler options (-Fl) I included the path to the firebird client library libfbclient.so.2.1.2 in /usr/lib/firebird/lib/, but this is not helpful. Any clues?
Logged
cpalx
Hero Member
Posts: 753
Re: /usr/bin/ld: cannot find -lfbclient
«
Reply #1 on:
July 05, 2009, 08:35:53 pm »
did you try to make a link libfbclient.so.2.1.2 to libfbclient.so
Logged
Elphi
Full Member
Posts: 132
Re: /usr/bin/ld: cannot find -lfbclient
«
Reply #2 on:
July 05, 2009, 09:30:37 pm »
Makes sense, but how do I do that?
Logged
IndianaJones
Hero Member
Posts: 509
Re: /usr/bin/ld: cannot find -lfbclient
«
Reply #3 on:
July 05, 2009, 10:12:40 pm »
You can use ln command, it is the short of link.
ln -s <source file> <destination file>
Thanks.
Logged
Elphi
Full Member
Posts: 132
Re: /usr/bin/ld: cannot find -lfbclient
«
Reply #4 on:
July 05, 2009, 10:16:34 pm »
Thanks.
Code:
[Select]
ln -s /usr/lib/firebird/lib/libfbclient.so.2.1.2 /usr/lib/libfbclient.so
works.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Using the Lazarus IDE
»
Options
»
/usr/bin/ld: cannot find -lfbclient
TinyPortal
© 2005-2018