|
Linux installation fails while installing GD/PHP |
|
|
|
Resources -
Troubleshooting Guide
|
|
Linux installation fails while installing GD/PHP Cause: Giga Vault Storage uses Apache, GD and PHP for its browser based user interface. Giga Vault Storage is bundled with Apache, GD and PHP source files and these files get compiled during installation. Giga Vault Storage installs Apache, GD and PHP in "/Giga Vault Storage/Giga Vault Storage" directory. And it is packaged with the modules that are required for Giga Vault Storage user interface. If the required packages or third party libraries are not present, then the compilation will fail. Resolution: -
make, available from http://ftp.gnu.org/pub/gnu/make/ gcc, available from http://gcc.gnu.org/ g++, available from http://gcc.gnu.org/ libstdc++5, available from http://gcc.gnu.org/libstdc++/
Data compression library: zlib, available from http://www.gzip.org/zlib/ Portable Network Graphics library; requires libpng, available from http://http://www.libpng.org/pub/png/ Free, high-quality, and portable font engine: FreeType 2.x, available from http://www.freetype.org/ Portable JPEG compression/decompression library: JPEG library, available from http://www.ijg.org/
Flex, available from http://lex.sourceforge.net/ Flex is a tool for generating programs that perform pattern-matching on text. Bison, available from http://www.gnu.org/software/bison/ Bison is a general-purpose parser generator that converts a grammar description for an LALR context-free grammar into a C program to parse that grammar. libxml2, available from http://www.xmlsoft.org/
Before installing Giga Vault Storage in linux machines, please check that the following packages are installed. The following third-party libraries will be used by GD if found by configure. While GD will compile and install even without these, it is recommended that at least zlib, libpng, freetype and jpeg are installed as well: To install PHP following 3rd-party libraries are required :
|