Install the GD library on RedHat for twiki

My ultimate goal is to run twiki for my research team.

I have a place on a RedHat server running Apache, etc., but on which I do not have root access. Since I cannot install perl modules with current permissions, I decided to manually install the local version of perl. Got that working is not a problem. The following modules are required for twiki to work:

I installed FreezeThaw, CGI, Error, and it does not work on GD with the following error:

CONTINUOUS ERROR Could not find gdlib-config in the search path.

Please install libgd 2.0.28 or higher. If you want to try

either way, restart this script with the --ignore_missing_gd option.

, , SO: GD- Strawberry Perl answer gdlib. , . : http://www.libgd.org/ , bitbucket.

, tarball . . README.TXT : " CVS, bootstrap.sh [options]".

bootstrap.sh :

configure.ac:64: : `AM_ICONV '

configure.ac:10: . /config . cp: can not

`config/config.guess ':

configure.ac:11: `config/config.guess 'configure.ac:11:

cp:

`config/config.sub ': configure.ac:11:

`config/config.sub 'configure.ac:11: while

cp: `config/install-sh ':

configure.ac:28: `config/install-sh '

configure.ac:28: cp:

`config/missing ': configure.ac:28:

`config/missing 'configure.ac:28:

configure.ac:577: `config/Makefile.in '

configure.ac:577: `config/gdlib-config.in '

configure.ac:577: `test/Makefile.in '

Makefile.am:14: Libtool , `LIBTOOL 'undefined

Makefile.am:14: `LIBTOOL '

AC_PROG_LIBTOOL' Makefile.am:14: to configure.ac '

aclocal' and autoconf '. Makefile.am:14: `AC_PROG_LIBTOOL '

`configure.ac ', , Makefile.am:14:

aclocal . cp:

`config/depcomp ': Makefile.am:

`config/depcomp 'Makefile.am: Failed

, :

.

, , , INSTALL; : "cd , , . /configure, ". : tarball .

, twiki perl, perl: FreezeThaw, CGI, Error, HTML, Time-modules GD, gdlib, , zlib, libpng, FreeType 2.x, JPEG library XPM. , , gdlib.

: ? , , . ? ? , , ?

, , -/, - , .

+5
2

gd-devel, /usr/bin/gdlib-config.

+10

needfull:

sudo apt-get -y install libgd2-xpm-dev build-essential
+5

All Articles