ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] Компиляция РНР
@ 2001-01-23 10:53 Igor Vildiaev
  2001-01-23 11:07 ` [mdk-re] " Alexander Bokovoy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Igor Vildiaev @ 2001-01-23 10:53 UTC (permalink / raw)
  To: mandrake-russian

Уважаемая конфа!

Посмотрите пожалуйста следующий фрагмент, никак не пойму как ей указать
библиотеку libgd. Это результат выполнения команды configure (кстати, это
задание на компиляцию?)

[root@server2 php-4.0.4pl1]#
./configure --with-mysql --with-apxs --with-gd=/usr/lib/ --with-zlib-dir=/us
r/src/RPM/SOURCES/php-4.0.4pl1/ext/zlib --prefix=/usr --enable-ftp --with-jp
eg-dir=/usr/src/RPM/SOURCES/jpeg-6b --enable-track-vars --with-xpm-dir=/usr/
src/RPM/SOURCES/xpm-3.4k --with-ttf --with-gdbm

<...>
checking whether to enable truetype string function in gd... no
checking for libjpeg (needed by gd-1.8+)... yes
checking for jpeg_read_header in -ljpeg... yes
checking for libXpm (needed by gd-1.8+)... yes
checking for XpmFreeXpmImage in -lXpm... no
no
checking whether to include GD support... configure: error: Unable to find
libgd.(a|so) anywhere under /usr/lib/


Игорь





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [mdk-re] Re: [mdk-re] Компиляция РНР
  2001-01-23 10:53 [mdk-re] Компиляция РНР Igor Vildiaev
@ 2001-01-23 11:07 ` Alexander Bokovoy
  2001-01-23 11:08 ` Rider
  2001-01-24 12:26 ` [mdk-re] " Mikhail Zabaluev
  2 siblings, 0 replies; 4+ messages in thread
From: Alexander Bokovoy @ 2001-01-23 11:07 UTC (permalink / raw)
  To: mandrake-russian

On Tue, Jan 23, 2001 at 10:51:28AM +0300, Igor Vildiaev wrote:
> Уважаемая конфа!
> 
> Посмотрите пожалуйста следующий фрагмент, никак не пойму как ей указать
> библиотеку libgd. Это результат выполнения команды configure (кстати, это
> задание на компиляцию?)
> 
> [root@server2 php-4.0.4pl1]#
> ./configure --with-mysql --with-apxs --with-gd=/usr/lib/ --with-zlib-dir=/us
Необходимо говорить --with-gd=/usr, потому как помимо библиотеки в /usr/lib
есть еще файлы заголовков в /usr/include


-- 
Sincerely yours, Alexander Bokovoy 
  The Midgard Project   | www.midgard-project.org |    Aurora R&D team 
Minsk Linux Users Group |    www.minsk-lug.net    |  www.aurora-linux.com  
   IPLabs Linux Team    |     linux.iplabs.ru     | Architecte Open Source
-- "Trust me.  I know what I'm doing."
-- Sledge Hammer



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [mdk-re] Компиляция РНР
  2001-01-23 10:53 [mdk-re] Компиляция РНР Igor Vildiaev
  2001-01-23 11:07 ` [mdk-re] " Alexander Bokovoy
@ 2001-01-23 11:08 ` Rider
  2001-01-24 12:26 ` [mdk-re] " Mikhail Zabaluev
  2 siblings, 0 replies; 4+ messages in thread
From: Rider @ 2001-01-23 11:08 UTC (permalink / raw)
  To: mandrake-russian

Igor Vildiaev wrote:
> 
> Уважаемая конфа!
> 
> Посмотрите пожалуйста следующий фрагмент, никак не пойму как ей указать
> библиотеку libgd. Это результат выполнения команды configure (кстати, это
> задание на компиляцию?)
> 
> [root@server2 php-4.0.4pl1]#
> ./configure --with-mysql --with-apxs --with-gd=/usr/lib/ --with-zlib-dir=/us
> r/src/RPM/SOURCES/php-4.0.4pl1/ext/zlib --prefix=/usr --enable-ftp --with-jp
> eg-dir=/usr/src/RPM/SOURCES/jpeg-6b --enable-track-vars --with-xpm-dir=/usr/
> src/RPM/SOURCES/xpm-3.4k --with-ttf --with-gdbm
> 
> <...>
> checking whether to enable truetype string function in gd... no
> checking for libjpeg (needed by gd-1.8+)... yes
> checking for jpeg_read_header in -ljpeg... yes
> checking for libXpm (needed by gd-1.8+)... yes
> checking for XpmFreeXpmImage in -lXpm... no
> no
> checking whether to include GD support... configure: error: Unable to find
> libgd.(a|so) anywhere under /usr/lib/

А оно там есть (libgd.so)?
Я вообще то всегда указываю просто /usr - без lib
Попробуй - может поможет ;-)

Rgds
Rider
http://linux.ru.net



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [mdk-re] Re: [mdk-re] Компиляция РНР
  2001-01-23 10:53 [mdk-re] Компиляция РНР Igor Vildiaev
  2001-01-23 11:07 ` [mdk-re] " Alexander Bokovoy
  2001-01-23 11:08 ` Rider
@ 2001-01-24 12:26 ` Mikhail Zabaluev
  2 siblings, 0 replies; 4+ messages in thread
From: Mikhail Zabaluev @ 2001-01-24 12:26 UTC (permalink / raw)
  To: mandrake-russian

Hello Igor,

On Tue, Jan 23, 2001 at 10:51 +0300, Igor Vildiaev wrote:
>
> Уважаемая конфа!
> 
> Посмотрите пожалуйста следующий фрагмент, никак не пойму как ей указать
> библиотеку libgd. Это результат выполнения команды configure (кстати, это
> задание на компиляцию?)
> 
> [root@server2 php-4.0.4pl1]#
> ./configure --with-mysql --with-apxs --with-gd=/usr/lib/ --with-zlib-dir=/us
> r/src/RPM/SOURCES/php-4.0.4pl1/ext/zlib --prefix=/usr --enable-ftp --with-jp
> eg-dir=/usr/src/RPM/SOURCES/jpeg-6b --enable-track-vars --with-xpm-dir=/usr/
> src/RPM/SOURCES/xpm-3.4k --with-ttf --with-gdbm

--with-gd=<где вы спрятали gd>

> 
> <...>
> checking whether to enable truetype string function in gd... no
> checking for libjpeg (needed by gd-1.8+)... yes
> checking for jpeg_read_header in -ljpeg... yes
> checking for libXpm (needed by gd-1.8+)... yes
> checking for XpmFreeXpmImage in -lXpm... no
> no
> checking whether to include GD support... configure: error: Unable to find
> libgd.(a|so) anywhere under /usr/lib/
> 
> 
> Игорь
> 
> 
> 
> _______________________________________________
> Mandrake-russian mailing list
> Mandrake-russian@linuxteam.iplabs.ru
> http://linuxteam.iplabs.ru/mailman/listinfo/mandrake-russian
> 

-- 
Stay tuned,
  MhZ                                    mailto:mookid@sigent.ru
-----------
There are ten or twenty basic truths, and life is the process of
discovering them over and over and over.
		-- David Nichols



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-01-24 12:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-23 10:53 [mdk-re] Компиляция РНР Igor Vildiaev
2001-01-23 11:07 ` [mdk-re] " Alexander Bokovoy
2001-01-23 11:08 ` Rider
2001-01-24 12:26 ` [mdk-re] " Mikhail Zabaluev

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git