Subject | RE: [firebird-support] Re: UDF on Ubuntu |
---|---|
Author | Dalton Calford |
Post date | 2009-04-06T19:17:30Z |
Doing a ldd on FreeUDFLibC, I find that I am missing libgds.so.0
Does firebird 2.1 not ship with the gds libraries?
Is that another package that I need to install?
I have not had this problem dealing with the non-ubuntu installs but then again, the standard firebird installs normally go into /opt/
linux-gate.so.1 => (0xb7fe9000)
libgds.so.0 => not found
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7fb4000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e55000)
/lib/ld-linux.so.2 (0xb7fea000)
________________________________
From: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.com] On Behalf Of paul.mercea
Sent: April 6, 2009 2:54 PM
To: firebird-support@yahoogroups.com
Subject: [firebird-support] Re: UDF on Ubuntu
Hi Dalton
few days ago someone had same problem.
he solved the problem adding new symlink to lib...so...2...or something.
Maybe someone could tell more!
Regards,
Paul
Does firebird 2.1 not ship with the gds libraries?
Is that another package that I need to install?
I have not had this problem dealing with the non-ubuntu installs but then again, the standard firebird installs normally go into /opt/
linux-gate.so.1 => (0xb7fe9000)
libgds.so.0 => not found
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7fb4000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e55000)
/lib/ld-linux.so.2 (0xb7fea000)
________________________________
From: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.com] On Behalf Of paul.mercea
Sent: April 6, 2009 2:54 PM
To: firebird-support@yahoogroups.com
Subject: [firebird-support] Re: UDF on Ubuntu
Hi Dalton
few days ago someone had same problem.
he solved the problem adding new symlink to lib...so...2...or something.
Maybe someone could tell more!
Regards,
Paul
--- In firebird-support@yahoogroups.com <mailto:firebird-support%40yahoogroups.com> , "Dalton Calford" <dalton.calford@...> wrote:
>
> Hi,
>
> I have installed Firebird 2.1 on an Ubuntu 8.10 server machine.
> I used the firebird install from the ubuntu repositories.
> This put the firebird configuration into /etc/firebird/2.1 and /usr/lib/firebird/2.1
>
> I put my udf into the /usr/lib/firebird/2.1/UDF directory
> And I edited the /etc/firebird/2.1/firebird.conf file to specify Full rights to UDF's.
>
> I can define the udf without a problem.
> When I attempt to use the UDF, the server responds that the udf is not defined.
>
> Does anyone have a guess as to what is going on?
>
> Best regards
>
> Dalton
>
[Non-text portions of this message have been removed]