Recent

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?

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

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?

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.

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.

 

TinyPortal © 2005-2018