On Tue, Sep 03, 2013 at 12:02:51PM +0400, Alex Peshkoff wrote:
>           No matter of this licensing issue almost all (correct be if 
> I'm wrong) distros use --with-system-editline switch and distribute 
> firebird packages violating GPL.

It would be GPL violation if a distribution package compiled and linked
firebird binaries against readline. As long as they are linked against
(distribution) libedit, there is no GPL violation. For example:

mike@lion:~> ldd /usr/bin/isql-fb 
        linux-vdso.so.1 (0x00007fff86dff000)
        libfbclient.so.2 => /usr/lib64/libfbclient.so.2 (0x00007f67127ff000)
        libedit.so.0 => /usr/lib64/libedit.so.0 (0x00007f67125c6000)
...
mike@lion:~> rpm -qf /usr/lib64/libedit.so.0
libedit0-3.0.snap20110802-5.1.1.x86_64

(openSUSE 12.3)

                                                      Michal Kubeček


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to