ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] где в sisyphus находится php pcre extensions
@ 2007-03-14 13:15 Serge
  2007-03-15 20:16 ` Konstantin A. Lepikhov
  0 siblings, 1 reply; 9+ messages in thread
From: Serge @ 2007-03-14 13:15 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

поставил пакет sqstat-1.10-alt1. 
В браузере открываю файл sqstat.php, в результате выводится такое вот 
сообщение
errno=5; $this->errstr='You need to install PHP pcre extension to run this 
script'; $this->showError(); exit(5); } // we need session support to gather 
avg. speed if (function_exists("session_start"))
{ $this->use_sessions=true; } } function formatXHTML($body,$refresh,
$use_js=false){ $text=''."\n". ''."\n" .'' .'' .''; if($refresh) $text.=''; 
$text.='' .($use_js?'':'').'' .($use_js?'
':'') .$body.''; return $text; } function showError(){ $text='
SqStat error

поиск по репозитарию пакета pcre для php ни к чему не привел


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

* Re: [sisyphus] где в sisyphus находится php pcre extensions
  2007-03-14 13:15 [sisyphus] где в sisyphus находится php pcre extensions Serge
@ 2007-03-15 20:16 ` Konstantin A. Lepikhov
  2007-03-16 11:16   ` Serge
  0 siblings, 1 reply; 9+ messages in thread
From: Konstantin A. Lepikhov @ 2007-03-15 20:16 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Hi Serge!

Wednesday 14, at 03:15:46 PM you wrote:

> поставил пакет sqstat-1.10-alt1. 
> В браузере открываю файл sqstat.php, в результате выводится такое вот 
> сообщение
> errno=5; $this->errstr='You need to install PHP pcre extension to run this 
> script'; $this->showError(); exit(5); } // we need session support to gather 
> avg. speed if (function_exists("session_start"))
> { $this->use_sessions=true; } } function formatXHTML($body,$refresh,
> $use_js=false){ $text=''."\n". ''."\n" .'' .'' .''; if($refresh) $text.=''; 
> $text.='' .($use_js?'':'').'' .($use_js?'
> ':'') .$body.''; return $text; } function showError(){ $text='
> SqStat error
> 
> поиск по репозитарию пакета pcre для php ни к чему не привел
телепатия не работает - с каким php вы это проверяете?

-- 
WBR et al.


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

* Re: [sisyphus] где в sisyphus находится php pcre extensions
  2007-03-15 20:16 ` Konstantin A. Lepikhov
@ 2007-03-16 11:16   ` Serge
  2007-03-16 14:11     ` [sisyphus] " Konstantin A. Lepikhov
  0 siblings, 1 reply; 9+ messages in thread
From: Serge @ 2007-03-16 11:16 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

> телепатия не работает - с каким php вы это проверяете?
извените,
rpm -qa|grep php
apache-mod_php-4.4.6-alt1
php-base-2.2-alt1
php-libs-4.4.6-alt1
php-4.4.6-alt1
php-suhosin-0.9.16-alt1


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

* [sisyphus]  Re: где в sisyphus находится php pcre extensions
  2007-03-16 11:16   ` Serge
@ 2007-03-16 14:11     ` Konstantin A. Lepikhov
  2007-03-16 14:51       ` [sisyphus] " Serge
  0 siblings, 1 reply; 9+ messages in thread
From: Konstantin A. Lepikhov @ 2007-03-16 14:11 UTC (permalink / raw)
  To: sisyphus


<цитата от="Serge">
>> телепатия не работает - с каким php вы это проверяете?
> извените,
> rpm -qa|grep php
> apache-mod_php-4.4.6-alt1
> php-base-2.2-alt1
> php-libs-4.4.6-alt1
> php-4.4.6-alt1
> php-suhosin-0.9.16-alt1
А что в error_log по-этому поводу и как реализована проверка в самом коде,
который ругается?

-- 
WBR et al.



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

* Re: [sisyphus] где в sisyphus находится php pcre extensions
  2007-03-16 14:11     ` [sisyphus] " Konstantin A. Lepikhov
@ 2007-03-16 14:51       ` Serge
  2007-03-17 22:03         ` Konstantin A. Lepikhov
  0 siblings, 1 reply; 9+ messages in thread
From: Serge @ 2007-03-16 14:51 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

> А что в error_log по-этому поводу и как реализована проверка в самом коде,
> который ругается?
cat error_log
[Fri Mar 16 16:45:26 2007] [error] PHP Fatal error:  Cannot instantiate 
non-existent class:  squidstat in /var/www/html/sqstat/sqstat.php on line 12
первые 12-ть строк в sqstat.php
head -n 12 sqstat.php

<?php
/*               *** sqstat - Squid Proxy Server realtime stat ***
(c) Alex Samorukov, samm@os2.kiev.ua
*/

error_reporting(E_ALL);

DEFINE("SQSTAT_VERSION","1.10");

// loading sqstat class
include_once("sqstat.class.php");
$squidclass=new squidstat();


Вот еще:
pwd
/var/www/html/sqstat

grep -r pcre *
sqstat.class.php:                       $this->errstr='You need to install <a 
href="http://www.php.net/pcre/" target="_blank">PHP pcre extension</a> to run 
this script';


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

* Re: [sisyphus] где в sisyphus находится php pcre extensions
  2007-03-16 14:51       ` [sisyphus] " Serge
@ 2007-03-17 22:03         ` Konstantin A. Lepikhov
  2007-03-21 20:19           ` Konstantin A. Lepikhov
  0 siblings, 1 reply; 9+ messages in thread
From: Konstantin A. Lepikhov @ 2007-03-17 22:03 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Hi Serge!

Friday 16, at 04:51:30 PM you wrote:

...
> Вот еще:
> pwd
> /var/www/html/sqstat
> 
> grep -r pcre *
> sqstat.class.php:                       $this->errstr='You need to install <a 
> href="http://www.php.net/pcre/" target="_blank">PHP pcre extension</a> to run 
> this script';
где-то до этих строк должна быть проверка на нечто, чего нет :) Покажите
код этой проверки.

-- 
WBR et al.


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

* Re: [sisyphus] где в sisyphus находится php pcre extensions
  2007-03-17 22:03         ` Konstantin A. Lepikhov
@ 2007-03-21 20:19           ` Konstantin A. Lepikhov
  2007-03-22 17:20             ` Serge
  0 siblings, 1 reply; 9+ messages in thread
From: Konstantin A. Lepikhov @ 2007-03-21 20:19 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Hi!

Sunday 18, at 01:03:45 AM you wrote:

> Hi Serge!
> 
> Friday 16, at 04:51:30 PM you wrote:
> 
> ...
> > Вот еще:
> > pwd
> > /var/www/html/sqstat
> > 
> > grep -r pcre *
> > sqstat.class.php:                       $this->errstr='You need to install <a 
> > href="http://www.php.net/pcre/" target="_blank">PHP pcre extension</a> to run 
> > this script';
> где-то до этих строк должна быть проверка на нечто, чего нет :) Покажите
> код этой проверки.
кстати, сегодня смог-таки воспроизвести ;) Надо всего лишь выключить
short_open_tag, т.е. вас спасет либо локальное включение данного параметра
в конфигурации либо control <вариант php> relaxed.

-- 
WBR et al.


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

* Re: [sisyphus] где в sisyphus находится php pcre extensions
  2007-03-21 20:19           ` Konstantin A. Lepikhov
@ 2007-03-22 17:20             ` Serge
  2007-03-22 17:35               ` Serge
  0 siblings, 1 reply; 9+ messages in thread
From: Serge @ 2007-03-22 17:20 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

> кстати, сегодня смог-таки воспроизвести ;) Надо всего лишь выключить
> short_open_tag, т.е. вас спасет либо локальное включение данного параметра
> в конфигурации либо control <вариант php> relaxed.
воспользовавшийсь Вашим советом, запустил наконец sqstat.
спасибо за помощь

P.S. а где и какие выставлять параметры для Auto Refresh?


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

* Re: [sisyphus] где в sisyphus находится php pcre extensions
  2007-03-22 17:20             ` Serge
@ 2007-03-22 17:35               ` Serge
  0 siblings, 0 replies; 9+ messages in thread
From: Serge @ 2007-03-22 17:35 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от 22 марта 2007 19:20 Serge написал(a):
> > кстати, сегодня смог-таки воспроизвести ;) Надо всего лишь выключить
> > short_open_tag, т.е. вас спасет либо локальное включение данного
> > параметра в конфигурации либо control <вариант php> relaxed.
>
> воспользовавшийсь Вашим советом, запустил наконец sqstat.
> спасибо за помощь
>
> P.S. а где и какие выставлять параметры для Auto Refresh?
разобрался: 
http://имя хоста/sqstat/sqstat.php?refresh=5&config=0 


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

end of thread, other threads:[~2007-03-22 17:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-14 13:15 [sisyphus] где в sisyphus находится php pcre extensions Serge
2007-03-15 20:16 ` Konstantin A. Lepikhov
2007-03-16 11:16   ` Serge
2007-03-16 14:11     ` [sisyphus] " Konstantin A. Lepikhov
2007-03-16 14:51       ` [sisyphus] " Serge
2007-03-17 22:03         ` Konstantin A. Lepikhov
2007-03-21 20:19           ` Konstantin A. Lepikhov
2007-03-22 17:20             ` Serge
2007-03-22 17:35               ` Serge

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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