ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Oracle + PHP + Apache
@ 2004-12-06 14:13 unix9
  2004-12-06 15:59 ` [sisyphus] " Michael Shigorin
  0 siblings, 1 reply; 3+ messages in thread
From: unix9 @ 2004-12-06 14:13 UTC (permalink / raw)
  To: sisyphus

Приветствую всех!
Возникла у меня необходимость создания связки Oracle + PHP + Apache. На сколько я понял нет готового модуля php-oracle. Поиск по сайту Оракла дал вот такой результат

http://www.oracle.com/technology/tech/opensource/php/apache/inst_php_apache_linux.html

т.е.

1. Сборка апача 
# tar zxvf apache_1.3.31.tar.gz
# cd apache_1.3.31
# ./configure --prefix=/usr/local/apache \
        --enable-module=so
# make
# make install
# /usr/local/apache/bin/apachectl start
2. Сборка рнр
tar zxvf php-4.3.9.tar.gz
# cd php-4.3.9
# ./configure --with-oci8=$ORACLE_HOME \
          --with-apxs=/usr/local/apache/bin/apxs \
          --enable-sigchild
# make
# make install
# cp php.ini-dist /usr/local/lib/php.ini 

Вроде ничего сложного, но, т.к. уже на сервере установлен апач из дистрибутива и модули рнр для работы с другими базами не хотелось бы удалять уже работающие приложения.

Может кто подскажет как лучше установить связку  Oracle + PHP + Apache в моем случае?? Дистрибутив "Master 2.4".


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

* [sisyphus] Re: Oracle + PHP + Apache
  2004-12-06 14:13 [sisyphus] Oracle + PHP + Apache unix9
@ 2004-12-06 15:59 ` Michael Shigorin
  2004-12-07  5:21   ` Evgeny Yugov
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Shigorin @ 2004-12-06 15:59 UTC (permalink / raw)
  To: sisyphus

On Mon, Dec 06, 2004 at 05:13:46PM +0300, unix9 wrote:
> 1. Сборка апача 
> 2. Сборка рнр

Сомневаюсь, что надо.

> # cd php-4.3.9

Идиёты, прости Господи -- рутом собирать...

> # ./configure --with-oci8=$ORACLE_HOME \

_Кажется_, можно собрать и отдельный модуль -- посмотрите спеки
пакетов php-* (их можно найти на http://alt.linux.kiev.ua).

> Может кто подскажет как лучше установить связку  Oracle + PHP +
> Apache в моем случае?? Дистрибутив "Master 2.4".

PS: sisyphus@ тут ни при чём, тема для community@ (и, кажется,
уже там и обсуждалась, но не помню точно, когда и как).

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [sisyphus] Re: Oracle + PHP + Apache
  2004-12-06 15:59 ` [sisyphus] " Michael Shigorin
@ 2004-12-07  5:21   ` Evgeny Yugov
  0 siblings, 0 replies; 3+ messages in thread
From: Evgeny Yugov @ 2004-12-07  5:21 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Здравствуйте Michael,

Monday, December 6, 2004, 9:59:31 PM, you wrote:

>> # cd php-4.3.9

MS> Идиёты, прости Господи -- рутом собирать...

;o)

>> # ./configure --with-oci8=$ORACLE_HOME \

MS> _Кажется_, можно собрать и отдельный модуль -- посмотрите спеки
MS> пакетов php-* (их можно найти на http://alt.linux.kiev.ua).

Однозначно можно...


-- 
With Best regards,
Evgeny Yugov,
MTS, programmer of Advanced Technologies Departament.
Registered Linux User #316667
mailto:yugov@scs-900.ru

Origin: Русские называют дорогой то место, где собираются проехать.



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

end of thread, other threads:[~2004-12-07  5:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-06 14:13 [sisyphus] Oracle + PHP + Apache unix9
2004-12-06 15:59 ` [sisyphus] " Michael Shigorin
2004-12-07  5:21   ` Evgeny Yugov

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