* [sisyphus] php GD при работе с CMS
@ 2009-07-09 16:57 "Ал. Ал."
2009-07-10 6:10 ` Павел Знаменский
2009-07-10 14:56 ` Sergey V Turchin
0 siblings, 2 replies; 6+ messages in thread
From: "Ал. Ал." @ 2009-07-09 16:57 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
Заранее извиняюсь если не та рассылка.
На локалхосте запустил CMS Drupal-6.13 и словил ошибку библиотеки GD:
"Библиотека GD отсутствует или устарела. Пожалуйста, обратитесь к
документации, посвящённой работе с изображениями в PHP, что бы получить
информацию об устранении этой ошибки."
Из установленных пакетов в системе следующие:
gd2-utils-2.0.35-alt2
libgd2-2.0.35-alt2
php5-gd2-5.2.9.20090205-alt1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [sisyphus] php GD при работе с CMS
2009-07-09 16:57 [sisyphus] php GD при работе с CMS "Ал. Ал."
@ 2009-07-10 6:10 ` Павел Знаменский
2009-07-10 23:58 ` "Ал. Ал."
2009-07-10 14:56 ` Sergey V Turchin
1 sibling, 1 reply; 6+ messages in thread
From: Павел Знаменский @ 2009-07-10 6:10 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
В php.ini включена библиотека GD?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] php GD при работе с CMS
2009-07-09 16:57 [sisyphus] php GD при работе с CMS "Ал. Ал."
2009-07-10 6:10 ` Павел Знаменский
@ 2009-07-10 14:56 ` Sergey V Turchin
2009-07-11 0:16 ` "Ал. Ал."
1 sibling, 1 reply; 6+ messages in thread
From: Sergey V Turchin @ 2009-07-10 14:56 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
[-- Attachment #1: Type: text/plain, Size: 323 bytes --]
On Thursday 09 July 2009, Ал. Ал. wrote:
> Заранее извиняюсь если не та рассылка.
Не та.
> На локалхосте запустил CMS Drupal-6.13 и словил ошибку библиотеки
> GD:
На 4.0 нет никаких проблем.
[...]
--
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] php GD при работе с CMS
2009-07-10 6:10 ` Павел Знаменский
@ 2009-07-10 23:58 ` "Ал. Ал."
0 siblings, 0 replies; 6+ messages in thread
From: "Ал. Ал." @ 2009-07-10 23:58 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
On 10.07.2009 10:10, Павел Знаменский wrote:
> В php.ini включена библиотека GD
В php.ini этот параметр больше не прописывается. Вот несколько строк из
файла:
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
;
; If you wish to have an extension loaded automatically, use the following
; syntax:
;
; extension=modulename.extension
;
; For example, on Windows:
;
; extension=msql.dll
;
; ... or under UNIX:
;
; extension=msql.so
;
; Note that it should be the name of the module only; no directory
information
; needs to go here. Specify the location of the extension with the
; extension_dir directive above.
;; At the ALT Linux this section don't need any more. Use
/etc/php/<PHP_VERSION>/<SAPI>/php.d for it.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] php GD при работе с CMS
2009-07-10 14:56 ` Sergey V Turchin
@ 2009-07-11 0:16 ` "Ал. Ал."
2009-07-11 5:24 ` "Ал. Ал."
0 siblings, 1 reply; 6+ messages in thread
From: "Ал. Ал." @ 2009-07-11 0:16 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
On 10.07.2009 18:56, Sergey V Turchin wrote:
> On Thursday 09 July 2009, Ал. Ал. wrote:
>
>> Заранее извиняюсь если не та рассылка.
>>
> Не та.
Вопрос однако актуален для Сизифа.
После установки пакетов php5-gd2 и libgd2 в систему устанавливается файл
/usr/lib/libgd.so, но в /etc/php/5.2.9/apache-mod_php/php.d/ файла
gd.ini нет. Выяснить какому пакету принадлежат файлы в этой директории
не удалось. Команда rpm -qf пишет:
предупреждение: файл (любой в директории
etc/php/5.2.9/apache-mod_php/php.d/) не принадлежит ни одному из пакетов
Соответственно, в каталоге /php.d вручную пришлось создавать файл gd.ini
следующего содержания:
extension=gd.so
Как пожелание к майнтейнеру, включить файл gd.ini в нужный пакет.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] php GD при работе с CMS
2009-07-11 0:16 ` "Ал. Ал."
@ 2009-07-11 5:24 ` "Ал. Ал."
0 siblings, 0 replies; 6+ messages in thread
From: "Ал. Ал." @ 2009-07-11 5:24 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
On 11.07.2009 04:16, "Ал. Ал." wrote:
> Соответственно, в каталоге /php.d вручную пришлось создавать файл
> gd.ini следующего содержания:
> extension=gd.so
> Как пожелание к майнтейнеру, включить файл gd.ini в нужный пакет.
Вдогонку, аналогичное отсутствие в /etc/php/5.2.9/apache-mod_php/php.d
файла mbstring.ini с содержанием:
extension=mbstring.so
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-07-11 5:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-09 16:57 [sisyphus] php GD при работе с CMS "Ал. Ал."
2009-07-10 6:10 ` Павел Знаменский
2009-07-10 23:58 ` "Ал. Ал."
2009-07-10 14:56 ` Sergey V Turchin
2009-07-11 0:16 ` "Ал. Ал."
2009-07-11 5:24 ` "Ал. Ал."
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