[Libreoffice-bugs] [Bug 67145] CRASH: ODBC - Firebird: Attempting to edit table definition causes abort

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Apr 21 20:02:27 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=67145

--- Comment #44 from Julien Nabet <serval2412 at yahoo.fr> ---
I finally built the sources by:
- renaming makefile.linux to makefile in Builds/Gcc.lin/ from sources.
- fixed in makefile.environ path of libfbclient.so for FBLIBDIR
- fixed in SetupAttributes.h BUILD_DRIVER_VERSION
#define BUILD_DRIVER_VERSION(major,minor,buildnum) major"."minor"."buildnum
to
#define BUILD_DRIVER_VERSION(major,minor,buildnum) major "." minor "." buildnum
+ retrieved ./Builds/Gcc.lin/Release_x86_64/libOdbcFb.so and place it in a
directory

then I created an ~/.odbcinst.ini with:

[ODBC Drivers]
FireBird = installed

[Firebird]
Driver = /home/julien/lo/bugs/Firebird_odbc_205/libOdbcFb.so

+ created an ~/.odbc.ini
[bug_67145]
Description = Firebird
Driver=Firebird
Dbname=127.0.0.1/3050:/home/julien/lo/libreoffice/workdir/UnpackedTarball/firebird/gen/examples/employee.fdb
User=SYSDBA
Password=julien
Role=
CharacterSet=
ReadOnly=No
NoWait=No

I also had to change /etc/firebird/3.0/firebird.conf to replace:
RemoteBindAddress = localhost
by
RemoteBindAddress = 127.0.0.1
+ restarted service
(ipv6 pb?)

Finally, I could create a table with wizard. (created "Tasks" with every
default options selected).
But everything is readonly whereas I put "No" to ReadOnly.
So I can't change the structure of a table or put some data.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190421/60627d67/attachment.html>


More information about the Libreoffice-bugs mailing list