Re: GPL, readline, and static/dynamic linking

From: teg(at)redhat(dot)com (Trond Eivind =?iso-8859-1?q?Glomsr=F8d?=)
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: GPL, readline, and static/dynamic linking
Date: 2001-02-22 16:57:48
Message-ID: xuyk86ibqpf.fsf@halden.devel.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:

> Here is an article about GPL and GPL version 3.0.
>
> http://icd.pennnet.com/Articles/Article_Display.cfm?Section=Articles&SubSection=Display&ARTICLE_ID=92350&VERSION_NUM=1
>
> The interesting thing is that Stallman says:
>
> "Our position is that it makes no difference whether programs are linked
> statically or dynamically," explains Stallman. "Either one makes a
> combined program.
>
> This would seem to imply that our dynamic linking of libreadline in
> PostgreSQL backend binaries makes the distribution of backend binaries
> fall under the GPL.

This was discussed extensively earlier. Linking dynamically or
statically doesn't make a difference in the case of a library, but as
long as readline is an optional feature for the user it's not a
problem.

--
Trond Eivind Glomsrød
Red Hat, Inc.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vince Vielhaber 2001-02-22 17:07:12 Re: beta5 ...
Previous Message Vince Vielhaber 2001-02-22 16:57:10 RE: beta5 ...