ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] php-gtk: Unable to initialize module
@ 2003-04-20 20:46 Maria Shakhova
  2003-04-21  8:52 ` Alexander Bokovoy
  0 siblings, 1 reply; 7+ messages in thread
From: Maria Shakhova @ 2003-04-20 20:46 UTC (permalink / raw)
  To: ALTLinux

Уважаемое комьюнити!

при запуске  любого примера php-gtk интерпретатор выдает следующее:

Warning: dl() [http://www.php.net/function.dl]: php-gtk: Unable to initialize 
module
Module compiled with module API=20010901, debug=0, thread-safety=0
PHP    compiled with module API=20020429, debug=0, thread-safety=0
These options need to match

При попытке пересобрать php-gtk 

Configuring for:
  PHP Api Version:   20020918
  Zend Module Api No:   20020429
  Zend Extension Api No:   20021010

<skip>

checking for gnome-config... Unknown library `gtkhtml'
configure: error: gnome-config doesn't seem to have support for gtkhtml
ошибка: Неверный код возврата из /home/lvenochek/tmp/rpm-tmp.19185 (%build)

Ошибки сборки пакетов:
    Неверный код возврата из /home/lvenochek/tmp/rpm-tmp.19185 (%build)

Что делать? Чем лечить?

-- 

С уважением,
Мария


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

* Re: [Comm] php-gtk: Unable to initialize module
  2003-04-20 20:46 [Comm] php-gtk: Unable to initialize module Maria Shakhova
@ 2003-04-21  8:52 ` Alexander Bokovoy
  2003-04-21 11:31   ` Maria Shakhova
  0 siblings, 1 reply; 7+ messages in thread
From: Alexander Bokovoy @ 2003-04-21  8:52 UTC (permalink / raw)
  To: community

On Mon, Apr 21, 2003 at 12:46:46AM +0400, Maria Shakhova wrote:
> Уважаемое комьюнити!
> 
> при запуске  любого примера php-gtk интерпретатор выдает следующее:
> 
> Warning: dl() [http://www.php.net/function.dl]: php-gtk: Unable to initialize 
> module
> Module compiled with module API=20010901, debug=0, thread-safety=0
> PHP    compiled with module API=20020429, debug=0, thread-safety=0
> These options need to match
> 
> При попытке пересобрать php-gtk 
> 
> Configuring for:
>   PHP Api Version:   20020918
>   Zend Module Api No:   20020429
>   Zend Extension Api No:   20021010
> 
> <skip>
> 
> checking for gnome-config... Unknown library `gtkhtml'
> configure: error: gnome-config doesn't seem to have support for gtkhtml
> ошибка: Неверный код возврата из /home/lvenochek/tmp/rpm-tmp.19185 (%build)
> 
> Ошибки сборки пакетов:
>     Неверный код возврата из /home/lvenochek/tmp/rpm-tmp.19185 (%build)
> 
> Что делать? Чем лечить?
Очевидно, что у Вас не установлены все необходимые пакеты для сборки. В
частности, libgtkhtml-devel.

-- 
/ Alexander Bokovoy
---
You could live a better life, if you had a better mind and a better body.


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

* Re: [Comm] php-gtk: Unable to initialize module
  2003-04-21  8:52 ` Alexander Bokovoy
@ 2003-04-21 11:31   ` Maria Shakhova
  2003-04-21 11:44     ` Alexander Bokovoy
  0 siblings, 1 reply; 7+ messages in thread
From: Maria Shakhova @ 2003-04-21 11:31 UTC (permalink / raw)
  To: community

В сообщении от Понедельник 21 Апрель 2003 12:52 Alexander Bokovoy написал(a):

> Очевидно, что у Вас не установлены все необходимые пакеты для сборки. В
> частности, libgtkhtml-devel.

Нет, все необходимые пакеты, втч  libgtkhtml-devel установлены. 
то, что PHP и php-gtk собраны с разными версиями API  -- это критично?

Module compiled with module API=20010901, debug=0, thread-safety=0
PHP    compiled with module API=20020429, debug=0, thread-safety=0


-- 

С уважением, 
Мария


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

* Re: [Comm] php-gtk: Unable to initialize module
  2003-04-21 11:31   ` Maria Shakhova
@ 2003-04-21 11:44     ` Alexander Bokovoy
  2003-04-21 20:47       ` Maria Shakhova
  2003-04-22 22:37       ` Dmitry Zubov
  0 siblings, 2 replies; 7+ messages in thread
From: Alexander Bokovoy @ 2003-04-21 11:44 UTC (permalink / raw)
  To: community

On Mon, Apr 21, 2003 at 03:31:16PM +0400, Maria Shakhova wrote:
> В сообщении от Понедельник 21 Апрель 2003 12:52 Alexander Bokovoy написал(a):
> 
> > Очевидно, что у Вас не установлены все необходимые пакеты для сборки. В
> > частности, libgtkhtml-devel.
> 
> Нет, все необходимые пакеты, втч  libgtkhtml-devel установлены. 
> то, что PHP и php-gtk собраны с разными версиями API  -- это критично?
> 
> Module compiled with module API=20010901, debug=0, thread-safety=0
> PHP    compiled with module API=20020429, debug=0, thread-safety=0
Это -- критично. Поэтому правильно, что Вы начали пересобирать пакет
относительно новой версии PHP, вопрос в том, _почему_ у Вас сборка не
прошла. Configure ясно выругался относительно ненайденного (через
gnome-config) libgtkhtml-devel. Это означает, что проблема именно в этом
месте.
-- 
/ Alexander Bokovoy
---
Where am I?  Who am I?  Am I?  I


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

* Re: [Comm] php-gtk: Unable to initialize module
  2003-04-21 11:44     ` Alexander Bokovoy
@ 2003-04-21 20:47       ` Maria Shakhova
  2003-04-22 22:37       ` Dmitry Zubov
  1 sibling, 0 replies; 7+ messages in thread
From: Maria Shakhova @ 2003-04-21 20:47 UTC (permalink / raw)
  To: community

Configure ясно выругался относительно ненайденного (через
> gnome-config) libgtkhtml-devel. Это означает, что проблема именно в этом
> месте.
Он ,конечно, молодец... кстати, эта ругань -- по поводу исходника с 9 диска. 
Есть еще на 8-м исходники, тоже не собирающиеся, но (!) уже с другой 
ошибкой...

Что бы эти строки могли значить?...

checking for PHP-GTK support... yes, shared
./configure: line 3456: syntax error near unexpected token 
`$php_gtk_ext_builddir'
./configure: line 3456: `         LIB_BUILD($php_gtk_ext_builddir)'
ошибка: Неверный код возврата из /home/lvenochek/tmp/rpm-tmp.27611 (%build)

Ошибки сборки пакетов:
    Неверный код возврата из /home/lvenochek/tmp/rpm-tmp.27611 (%build)


-- 
С уважением,
Мария Шахова


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

* Re: [Comm] php-gtk: Unable to initialize module
  2003-04-21 11:44     ` Alexander Bokovoy
  2003-04-21 20:47       ` Maria Shakhova
@ 2003-04-22 22:37       ` Dmitry Zubov
  2003-04-23 11:36         ` Alexander Bokovoy
  1 sibling, 1 reply; 7+ messages in thread
From: Dmitry Zubov @ 2003-04-22 22:37 UTC (permalink / raw)
  To: community

В сообщении от 21 Апрель 2003 15:44 Alexander Bokovoy написал(a):

> Это -- критично. Поэтому правильно, что Вы начали пересобирать пакет
> относительно новой версии PHP, вопрос в том, _почему_ у Вас сборка не
> прошла. Configure ясно выругался относительно ненайденного (через
> gnome-config) libgtkhtml-devel. Это означает, что проблема именно в этом
> месте.

Мдяя, первое серьезное огорчение от ALM2.2. Ладно бы php-gtk просто из коробки 
не работал (типа, пересобрать и забыть), а  то ведь и собираться сабака 
лесная не хотит.  Ругается страшными непонятными словами. И нужен ну просто 
до зарезу, работа вся без него стоит! Может быть ругань его только нам с 
Машей непонятна, а? Медитация и танцы с бубном результатов не дали :)
___________________________________________________________________

checking for PHP-GTK support... yes, shared
./configure: line 3456: syntax error near unexpected token 
`$php_gtk_ext_builddir'
./configure: line 3456: `         LIB_BUILD($php_gtk_ext_builddir)'
ошибка: Неверный код возврата из /home/dmitry/tmp/rpm-tmp.73792 (%build)


Ошибки сборки пакетов:
    Неверный код возврата из /home/dmitry/tmp/rpm-tmp.73792 (%build)
___________________________________________________________________

-- 
Дмитрий


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

* Re: [Comm] php-gtk: Unable to initialize module
  2003-04-22 22:37       ` Dmitry Zubov
@ 2003-04-23 11:36         ` Alexander Bokovoy
  0 siblings, 0 replies; 7+ messages in thread
From: Alexander Bokovoy @ 2003-04-23 11:36 UTC (permalink / raw)
  To: community

On Wed, Apr 23, 2003 at 02:37:55AM +0400, Dmitry Zubov wrote:
> В сообщении от 21 Апрель 2003 15:44 Alexander Bokovoy написал(a):
> 
> > Это -- критично. Поэтому правильно, что Вы начали пересобирать пакет
> > относительно новой версии PHP, вопрос в том, _почему_ у Вас сборка не
> > прошла. Configure ясно выругался относительно ненайденного (через
> > gnome-config) libgtkhtml-devel. Это означает, что проблема именно в этом
> > месте.
> 
> Мдяя, первое серьезное огорчение от ALM2.2. Ладно бы php-gtk просто из коробки 
> не работал (типа, пересобрать и забыть), а  то ведь и собираться сабака 
> лесная не хотит.  Ругается страшными непонятными словами. И нужен ну просто 
> до зарезу, работа вся без него стоит! Может быть ругань его только нам с 
> Машей непонятна, а? Медитация и танцы с бубном результатов не дали :)
Посмотрел: проблема в том, что в GNOME 1 произошла миграция gtkhtml ->
gtkxmhtml, плюс непонятица с gdk-pixbuf со всеми вытекающими отсюда результатами.

Вообщем. не знаю что пока и делать -- времени на коренную переделку пока
нет.
-- 
/ Alexander Bokovoy
---
The co-locator cannot verify the frame-relay gateway to the ISDN server.


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

end of thread, other threads:[~2003-04-23 11:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-20 20:46 [Comm] php-gtk: Unable to initialize module Maria Shakhova
2003-04-21  8:52 ` Alexander Bokovoy
2003-04-21 11:31   ` Maria Shakhova
2003-04-21 11:44     ` Alexander Bokovoy
2003-04-21 20:47       ` Maria Shakhova
2003-04-22 22:37       ` Dmitry Zubov
2003-04-23 11:36         ` Alexander Bokovoy

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