Subject | Re: [firebird-python] kinterbasdb 3.2.1 |
---|---|
Author | Uwe Grauer |
Post date | 2008-08-06T16:23:46Z |
Pavel Cisar wrote:
i tested 3.2.2 with FirebirdSS-2.0.4.13130-1.nptl.i686.rpm and it worked
with Dabo as expected.
Testing with FirebirdSS-2.1.1.17910-0.nptl.i686.rpm still reveals the
bug with _Unwind_GetIP:
Python 2.5.2 (r252:60911, Jun 6 2008, 23:32:27)
[GCC 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036]] on linux2
Type "help", "copyright", "credits" or "license" for more information.
File "<stdin>", line 1, in <module>
File
"/usr/local/lib/python2.5/site-packages/kinterbasdb/__init__.py", line
109, in <module>
import _kinterbasdb as _k
ImportError: /usr/lib/libfbclient.so.2: undefined symbol: _Unwind_GetIP
Uwe
> Uwe,Pavel,
>
> I have prepared 3.2.2 with your patch. Could you please test it with
> Dabo and let me know the outcome? The source tarball is here
> http://www.firebirdsql.org/download/rabbits/pcisar/kinterbasdb-3.2.2.tar.gz
>
> best regards
> Pavel Cisar
> IBPhoenix
>
i tested 3.2.2 with FirebirdSS-2.0.4.13130-1.nptl.i686.rpm and it worked
with Dabo as expected.
Testing with FirebirdSS-2.1.1.17910-0.nptl.i686.rpm still reveals the
bug with _Unwind_GetIP:
Python 2.5.2 (r252:60911, Jun 6 2008, 23:32:27)
[GCC 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036]] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import kinterbasdbTraceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"/usr/local/lib/python2.5/site-packages/kinterbasdb/__init__.py", line
109, in <module>
import _kinterbasdb as _k
ImportError: /usr/lib/libfbclient.so.2: undefined symbol: _Unwind_GetIP
Uwe