In our previous episode, Graeme Geldenhuys said:
> In both these cases, I manually created unversioned symlinks to those
> libraries, and that got my applications working again. This is not
> ideal, but I don't know how else to handle this.

> Does any body know what is the "most correct" way of handling this?

(1) avoid _dyn versions. 
(2) override the built-in naming by calling
ibase60dyn.initializeibase60('whatever.so');
 
before connection or other db parts initializes.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to