Fwd: [GD-DEVEL] installing gd
[email protected] (Colin Wood) Mon, 12 Apr 2010 01:54:49 -0700
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
Ok, back to square one. I reinstalled libpng and I'm 99% sure I did it right. I attempted to install GD again and still I end up with this error: /usr/X11/lib/libpng12.0.0.0.dylib: No such file or directory I checked my /usr/X11/lib/ directory and there are several libpngXX.X.X.X.dylib files where the X's are numbers. But the error is correct in stating that I don't have 12.0.0.0. I have libpng12.0.26.0.dylib, for example. Any information you guys have might help me figure this out. I'm trying to educate myself but it's slow going. ---------- Forwarded message ---------- From: Colin Wood <[email protected]> Date: Sun, Apr 11, 2010 at 12:54 PM Subject: Fwd: [GD-DEVEL] installing gd To: [email protected] Yes, I installed libpng myself, as per the instructions on the page I linked to. The version I installed is the latest version so I don't think GD wants a newer version. I'm installing all this on my laptop. OS X 10.5.8 Can someone confirm that these instructions are the full and correct installation instructions? http://www.libgd.org/DOC_INSTALL_OSX#Building_libpng I feel like it's missing something but I have no idea what it is because I don't know enough to follow what's going on in the instructions. ---------- Forwarded message ---------- From: Evan Kaufman <[email protected]> Date: Sun, Apr 11, 2010 at 12:45 PM Subject: Re: [GD-DEVEL] installing gd To: Colin Wood <[email protected]> Hm....It looks like you're not the first person to have this issue: http://lists.apple.com/archives/macos-x-server/2008/Aug/msg00327.html DId you install libpng yourself, per the OSX install page you linked to? If not, my best guess is that whatever version of libpng is already installed is older than what GD wants. Is this a desktop, or a server? What version of OSX? Tiger, Leopard, Snow Leopard? On Sun, Apr 11, 2010 at 1:19 PM, Colin Wood <[email protected]> wrote: > I thought I'd already installed libpng. In the "configuration summary" for > GD it said > > Support for PNG library: yes > Support for JPEG library: yes > Support for Freetype 2.x library: yes > > Support for Fontconfig library: yes > Support for Xpm library: yes > Support for pthreads: yes > > > Doesn't that mean it's installed? Should I just try installing libpng > again > or was I supposed to do something else that I missed? Here are the > instructions I followed last time: > > http://www.libgd.org/DOC_INSTALL_OSX#Building_libpng > > I don't spend a lot of time on the command line so there could be some > things I'm not noticing. > > > > ---------- Forwarded message ---------- > From: Evan Kaufman <[email protected]> > Date: Sun, Apr 11, 2010 at 10:48 AM > Subject: Re: [GD-DEVEL] installing gd > To: Colin Wood <[email protected]> > > > You need to install libpng, and any other dependencies. > > On Apr 11, 2010 12:25 PM, "Colin Wood" <[email protected]> wrote: > > Hi. I haven't used one of these lists before so sorry if I'm doing it > wrong. I need some help installing GD. I'm running OS X. I'm trying to > install a shopping cart on my local machine and the installation is telling > me I need GD installed. > > So I followed the installation instructions on this page: > http://www.libgd.org/DOC_INSTALL_OSX > > Everything seemed to be going fine until the end when I tried to compile GD > itself. I got this: > > i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libpng12.0.0.0.dylib: No such > file or directory > make[2]: *** [libgd.la] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > Could someone point me in the right direction? I'm not a pro at this. >