Re: [GD-DEVEL] How to upgrade?
[email protected] (Pierre)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 2/8/07, Esteban Flores <[email protected]> wrote: > Hi... > I have gd 1.x.x already instaled on linux but i need gd 2.x.x and I don't > want to delete my first gd (cause im getting troubles with one app > previously created with modules on gd 1.x.x) > > It's any way to keep my installation and install the other lib (like 2on1 > libs) It should be possible to have both installed if you use different name for the so/a files. As far as I remember that's what some linux distributions do. Another solution is to recompile the old application statically against gd 1.x (I would suggest to do that as you can then get rid of it). Cheers, --Pierre