Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

Linking Linux shared library 5 years 1 month ago #13261

  • Md. Shariful Alam Khan
  • Md. Shariful Alam Khan's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 111
  • Thank you received: 0
I am trying to create a Firebird UDF using CT. As Firebird UDF require ib_util_malloc if you use String and I did that. But can't link the libib_util.so. I compile it for 32bit Linux using CT Typhon 32 on Fedora 28. As I am developing UDF for Firebird 1.5 which is 32bit that's why I am using Typhon 32. I copied libib_util.so on my project folder but still, it can't link libib_util.so. How to link it please help? Please see the attached screenshot.

Please Log in or Create an account to join the conversation.

Linking Linux shared library 5 years 1 month ago #13262

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Sir
libib_util.so you try to link is from Linux64 Sub-System
you must install libib_util.so for Linux32 Sub-System,
if exists in Fedora 28 packages
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Linking Linux shared library 5 years 1 month ago #13263

  • Md. Shariful Alam Khan
  • Md. Shariful Alam Khan's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 111
  • Thank you received: 0
Where should I put the 32bit libib_util.so? In app folder or usr/lib folder?

Please Log in or Create an account to join the conversation.

Linking Linux shared library 5 years 1 month ago #13266

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Yes
but it's better to install the 32bits OS package
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.
  • Page:
  • 1