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

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