ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "unix9" <unix9@yandex.ru>
To: community@altlinux.ru
Subject: [Comm] Oracle + PHP + Apache
Date: Mon, 6 Dec 2004 20:14:02 +0300 (MSK)
Message-ID: <41B4935A.00000F.07538@ariel.yandex.ru> (raw)

Приветствую всех!
Возникла у меня необходимость создания связки 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 в моем случае??


             reply	other threads:[~2004-12-06 17:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-06 17:14 unix9 [this message]
2004-12-07 10:44 ` php-coder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41B4935A.00000F.07538@ariel.yandex.ru \
    --to=unix9@yandex.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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