|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
  [2000-11-14 18:09 UTC] mad at dactar dot ch
 Helloo, I can't load apache with php compiled with GD 1.8.3 (without GD, apache is loadable) Configure Option ---------------- ../configure \ --with-config-file-path=/PKl01h01/soft/web/cfg \ --without-mysql \ --with-sybase=/PKl01hd2/soft/ase11.5.1 \ --with-pdflib=/PKl01h01/soft/web \ --with-gd=/PKl01h01/soft/web \ --with-jpeg-dir=/PKl01h01/soft/web \ --prefix=/PKl01h01/soft/web \ --with-apxs=/PKl01h01/soft/web/apache/bin/apxs There's no configuring or compiling error Here's the error messages when I launch apache : /usr/lib/dld.sl: Unresolved symbol: TT_Get_CharMap_ID (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_Init_FreeType (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_New_Glyph (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_Done_Glyph (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_Done_Instance (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_Get_Face_Properties (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_Close_Face (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_Transform_Outline (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_Get_CharMap_Count (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Bitmap (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Outline (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Metrics (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_Get_CharMap (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_Set_Instance_CharSize (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Pixmap (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: XpmReadFileToXpmImage (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_New_Instance (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_Get_Instance_Metrics (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_Load_Glyph (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_Open_Face (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_Char_Index (code) from /PKl01h01/soft/web/lib/libgd.sl /usr/lib/dld.sl: Unresolved symbol: TT_Set_Instance_Resolutions (code) from /PKl01h01/soft/web/lib/libgd.sl Thank you for your answer. JC PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 08:00:01 2025 UTC | 
Okay, with the build php4-200105160045, I've this config message error : ... checking for the location of libjpeg... yes checking for jpeg_read_header in -ljpeg... yes checking for the location of libpng... yes checking for png_info_init in -lpng... yes ./configure[6]: no: not found. checking for the location of libXpm... yes checking for XpmFreeXpmImage in -lXpm... no configure: error: libXpm.(a|so) or libX11.(a|so) not found! In config.log : ... configure:18240: checking for the location of libXpm configure:18288: checking for XpmFreeXpmImage in -lXpm configure:18309: gcc -o conftest -O2 -DHPUX10 -DMOD_SSL=208101 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -L/PKl01h01/soft/web/lib -L/PKl01h01/soft/web/lib -L/PKl01h01/so ft/web/src/php/lib -L/PKl01h01/soft/web/src/php/lib conftest.c -lXpm -L/PKl01h01/soft/web/lib -lX11 -lpng -lz -ljpeg -lcrypt -lm 1>&5 /usr/ccs/bin/ld: Can't find library for -lX11 collect2: ld returned 1 exit status configure: failed program was: #line 18298 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XpmFreeXpmImage(); int main() { XpmFreeXpmImage() ; return 0; } Any idea ? Thx :) JC