Re[2]: [tanya-jawab] Instalasi GD

2004-11-24 Terurut Topik Lone Ranger
Dear all,

  Tuesday, November 23, 2004, 11:02:47 AM, dheche wrote:
   Library tersebut ada di source paket rpm Redhat atau dari sourcenya php?
d di redhat, libXpm.so ada di paket XFree86-libs
   Makasih atas bantuannya,
   XFree86-libs - nya ada tetapi tetap ngga mau. Ada solusi nggak ?
   Saya sertakan langkah-langkahnya siapa tahu ada yang bisa bantu.

[EMAIL PROTECTED] gd]# rpm -qa |grep XFree86-lib
XFree86-libs-4.3.0-2
XFree86-libs-data-4.3.0-2
[EMAIL PROTECTED] gd]# locate libXpm*
/usr/X11R6/lib/libXpm.so.4
/usr/X11R6/lib/libXpm.so.4.11
[EMAIL PROTECTED] gd]# find / -name libXpm* -print
/usr/X11R6/lib/libXpm.so.4
/usr/X11R6/lib/libXpm.so.4.11
[EMAIL PROTECTED] gd]$./configure --with-php-config=/opt/php/bin/php-config \
--with-gd=shared \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-zlib-dir=/usr \
--with-freetype-dir=/usr \
--with-freetype-dir=/usr \
--enable-gd-native-ttf \
--with-xpm-dir=/usr

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for PHP prefix... /opt/php
checking for PHP includes... -I/opt/php/include/php -I/opt/php/include/php/main
-I/opt/php/include/php/Zend -I/opt/php/include/php/TSRM
checking for PHP extension directory... 
/opt/php/lib/php/extensions/no-debug-non-zts-20020429
checking for re2c... exit 0;
checking for gawk... gawk
checking for GD support... yes, shared
checking for the location of libjpeg... /usr
checking for the location of libpng... /usr
checking for the location of libz... /usr
checking for the location of libXpm... /usr
checking for FreeType 1.x support... no
checking for FreeType 2... /usr
checking for T1lib support... no
checking whether to enable truetype string function in GD... yes
checking whether to enable JIS-mapped Japanese font support in GD... no
checking for fabsf... no
checking for floorf... no
checking for jpeg_read_header in -ljpeg... yes
checking for png_write_image in -lpng... yes
configure: error: libXpm.(a|so) not found. --- sampe sini berhenti

PS : Distro Redhat 9.0, PHP-4.3.4
Makasih  mohon bantuannya

-- 
Best regards,

Lone Ranger
[EMAIL PROTECTED]



-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip, FAQ, dan info milis di http://linux.or.id/milis.php
Tidak bisa posting? Baca:
http://linux.or.id/wiki/index.php?pagename=ProblemMilisDanSolusi
http://linux.or.id/wiki/index.php?pagename=TataTertibMilis



Re: Re[2]: [tanya-jawab] Instalasi GD

2004-11-24 Terurut Topik Dicky Wahyu Purnomo
On Wed, 24 Nov 2004 13:42:00 +0700, Lone Ranger [EMAIL PROTECTED] wrote:

 [EMAIL PROTECTED] gd]# locate libXpm*
 /usr/X11R6/lib/libXpm.so.4
 /usr/X11R6/lib/libXpm.so.4.11

 configure: error: libXpm.(a|so) not found. --- sampe sini berhenti
 
 PS : Distro Redhat 9.0, PHP-4.3.4
 Makasih  mohon bantuannya

coba :
ln -s /usr/X11R6/lib/libXpm.so.4 /usr/X11R6/lib/libXpm.so
atau
ln -s /usr/X11R6/lib/libXpm.so.4 /usr/lib/libXpm.so

dan jalanin configure lg, mudah2an tokcer ;-)

-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip, FAQ, dan info milis di http://linux.or.id/milis.php
Tidak bisa posting? Baca:
http://linux.or.id/wiki/index.php?pagename=ProblemMilisDanSolusi
http://linux.or.id/wiki/index.php?pagename=TataTertibMilis



Re[2]: [tanya-jawab] Instalasi GD

2004-11-24 Terurut Topik Lone Ranger
Dear All,

  Tuesday, November 23, 2004, 11:02:47 AM, dheche wrote:
   Library tersebut ada di source paket rpm Redhat atau dari sourcenya php?
d di redhat, libXpm.so ada di paket XFree86-libs
   Makasih atas bantuannya,
   XFree86-libs - nya ada tetapi tetap ngga mau. Ada solusi nggak ?
   Saya sertakan langkah-langkahnya siapa tahu ada yang bisa bantu.

[EMAIL PROTECTED] gd]# rpm -qa |grep XFree86-lib
XFree86-libs-4.3.0-2
XFree86-libs-data-4.3.0-2
[EMAIL PROTECTED] gd]# locate libXpm*
/usr/X11R6/lib/libXpm.so.4
/usr/X11R6/lib/libXpm.so.4.11
[EMAIL PROTECTED] gd]# find / -name libXpm* -print
/usr/X11R6/lib/libXpm.so.4
/usr/X11R6/lib/libXpm.so.4.11
[EMAIL PROTECTED] gd]$./configure --with-php-config=/opt/php/bin/php-config \
--with-gd=shared \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-zlib-dir=/usr \
--with-freetype-dir=/usr \
--with-freetype-dir=/usr \
--enable-gd-native-ttf \
--with-xpm-dir=/usr

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for PHP prefix... /opt/php
checking for PHP includes... -I/opt/php/include/php -I/opt/php/include/php/main
-I/opt/php/include/php/Zend -I/opt/php/include/php/TSRM
checking for PHP extension directory...
/opt/php/lib/php/extensions/no-debug-non-zts-20020429
checking for re2c... exit 0;
checking for gawk... gawk
checking for GD support... yes, shared
checking for the location of libjpeg... /usr
checking for the location of libpng... /usr
checking for the location of libz... /usr
checking for the location of libXpm... /usr
checking for FreeType 1.x support... no
checking for FreeType 2... /usr
checking for T1lib support... no
checking whether to enable truetype string function in GD... yes
checking whether to enable JIS-mapped Japanese font support in GD... no
checking for fabsf... no
checking for floorf... no
checking for jpeg_read_header in -ljpeg... yes
checking for png_write_image in -lpng... yes
configure: error: libXpm.(a|so) not found. --- sampe sini berhenti

PS : Distro Redhat 9.0, PHP-4.3.4
Makasih  mohon bantuannya
  

-- 
Best regards,

Lone Ranger
[EMAIL PROTECTED]



-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip, FAQ, dan info milis di http://linux.or.id/milis.php
Tidak bisa posting? Baca:
http://linux.or.id/wiki/index.php?pagename=ProblemMilisDanSolusi
http://linux.or.id/wiki/index.php?pagename=TataTertibMilis