[TYPO3-linux] Problem installing 4.0 with build4.0_full.sh from installer.de
Bill Mullen
moon at lunarhub.com
Tue May 2 22:52:24 CEST 2006
On Mon, 1 May 2006 19:27:43 +0100, Info (Paul M Tate) wrote:
> Trying to install Typo3 v4 on a new Fedora Core 5 server (FC5) using
> the script build4.0_full.sh and/or build4.0_all.sh from
>
> http://www.typo3-installer.de
I don't run Fedora, but I'll see what I can do ...
> The installation fails as follows:
>
> ..... checking for gdImageColorClosestHWB in -lgd... no
> checking for gdImageColorResolve in -lgd... no
> checking for gdImageGifCtx in -lgd... no
> checking for gdCacheCreate in -lgd... no
> checking for gdFontCacheShutdown in -lgd... no
> checking for gdFreeFontCache in -lgd... no
> checking for gdNewDynamicCtxEx in -lgd... no
> checking for gdImageCreate in -lgd... no
> configure: error: GD build test failed. Please check the config.log
> for details.
> [root at ivor ~]# locate config.log
>
> I can't locate config.log.
That's because you didn't run "updatedb" prior to running locate, so
the locate database only contained those filenames that were present
when updatedb was last run (which was probably by a daily cron job).
> As for as I can tell GD is installed (gd-2.0.33-6.2), it seems the
> script can't find it.
What the script can't find here are the development headers for the GD
library - look for a package that is named "gd-devel", and install it.
Headers in FC (and several other distros) are packaged separately from
the runtime libraries to which they correspond, because only those who
tend to compile things need them, and those users are in the minority.
http://rpmfind.net//linux/RPM/fedora/devel/i386/gd-devel-2.0.33-6.2.i386.html
HTH!
--
Bill Mullen
RLU #270075
More information about the TYPO3-linux
mailing list