Subject | Re: Off Topic: UDF in KyLix to Interbase |
---|---|
Author | wade@xwin.net |
Post date | 2001-07-27T19:21:24Z |
PS:
Dont forget to run
ldconfig
After any of these changes...so the library paths get updated
Randal
Dont forget to run
ldconfig
After any of these changes...so the library paths get updated
Randal
>not
> There are probably two ways that should work, but honestly I have
> tried the ld.so.conf one but it should in theory work as it doeswith
> normal libraries, the link to /usr/lib does work...you can simplyscript
> make a link to it in /usr/lib
>
> ln -s /opt/interbase/lib/ib_util /usr/lib/ib_util
>
> or in theory edit /etc/ld.so.conf and add /opt/interbase/lib to the
> list of paths.
>
> The link is acceptable to me as I use a few larger libraries as
> apposed to a lot of smaller ones.
>
> One more way should be to add
> LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/interbase/lib
> to either your earlier startup scripts for any version or the
> you are running the SS version of firebird/interbase from
>
>
> Randal Carpenter