Re: [GD-DEVEL] CVS version installs itself with incorrect name
[email protected] (Pierre)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Ethan, On 10/2/07, Ethan Merritt <[email protected]> wrote: > Reported a long time ago, but it bit me again so I'm re-reporting... > > When I build libgd from the CVS source tree, it correctly lists > its version internally as 2.1.0 > > [28] gdlib-config --version > 2.1.0 > > But it installs itself instead as > /usr/local/lib/libgd.so.2.0.0 > > This overwrites the previous version, which is very annoying. > > disclaimer: > In fact I didn't lose my previous version in this case, because > I had manually renamed the library to libgd.so.2.0.34 so that it > could live in parallel with earlier versions. > The installation name has been broken for a long time. Yes and it was hard to change in the 2.0.x releases. We just began the actual work on 2.1.0 in CVS (the tree is being reorganized). It is one of the first thing I like to fix in CVS once the autoconf and cmake scripts are updated (to work with the new src tree). The issue #55 will contain all progress information about this problem. Cheers, --Pierre