[TYPO3-linux] Problem installing 4.0 with build4.0_full.sh from installer.de

Info (Paul M Tate) Info at pmtate.co.uk
Wed May 3 16:00:28 CEST 2006


Thanks for this, 

will remember the locate updatedb bit

I ran the script several times and thought about missing rpms's so
manually downloaded all that seemed to be mentioned including gd-devel

The php bit of the script seems to be looking in /usr/local/typo3 as
below

./configure --prefix=/usr/local/typo3 --enable-memory-limit --with-mysql
--with-freetype-dir=/usr/local/typo3 --with-zlib-dir=/usr/local/typo3
--with-zlib=/usr/local/typo3 --with-xpm-dir=/usr/X11R6
--with-jpeg-dir=/usr/local/typo3 --with-tiff-dir=/usr/local/typo3
--with-gd=/usr/local/typo3 --with-png-dir=/usr/local/typo3
--with-ttf=/usr/local/typo3 --enable-gd-native-ttf
--with-gettext=/usr/local/typo3 --with-pdflib=/usr/local/typo3
--with-apxs2=/usr/local/typo3/bin/apxs && make && make install || exit

But unless there are symlinks or something the files are elsewhere a sub
of /typo3install

I am reluctant to start editing this script as it presumably works
elsewhere and says:

######################################################################
### You shouldn't need to change anything below this line.
######################################################################



Regards

Paul M Tate


-----Original Message-----
From: typo3-linux-bounces at lists.netfielders.de
[mailto:typo3-linux-bounces at lists.netfielders.de] On Behalf Of Bill
Mullen
Posted At: 02 May 2006 13:52
Posted To: Info
Conversation: [TYPO3-linux] Problem installing 4.0 with build4.0_full.sh
from installer.de
Subject: Re: [TYPO3-linux] Problem installing 4.0 with build4.0_full.sh
from installer.de


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
_______________________________________________
TYPO3-linux mailing list
TYPO3-linux at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-linux







More information about the TYPO3-linux mailing list