phpbar.de logo

Mailinglisten-Archive

[php] Oracle unter Linux und php

[php] Oracle unter Linux und php

Andrea donotanswer_(at)_nowhere.foo
Sun, 28 Jan 2001 14:21:54 +0100


Moin,
danke erst mal für die Antworten. Da ich bislang nicht viel Fragen zu oracle 
gelesen habe, war meine erste Frage etwas allgemein gehalten.

Ich habe eine Datenbank (nicht Oracle Client) auf dem Linux Rechner und stehe vor folgendem Problem.


Problem:
========
========
Übersetzung von PHP4 als dynamisches Modul im apache zur Verbindung
mit ORACLE Datenbank.


Voraussetzungen:
================
================

LINUX
=====
SuSE 7.0 (Kernel 2.2.16)
/etc/ld.so.conf:
/lib-aout
/usr/X11R6/lib/Xaw95
/usr/X11R6/lib/Xaw3d
/usr/X11R6/lib
/usr/i486-linux/lib
/usr/i486-linux-libc5/lib=libc5
/usr/i486-linux-libc6/lib=libc6
/usr/i486-linuxaout/lib
/usr/i386-suse-linux/lib
/usr/local/lib
/usr/openwin/lib
/opt/kde/lib
/opt/gnome/lib
/u01/app/oracle/product/8.1.6/lib

APACHE
======
Version: 1.3.12 
# httpd -l
compiled-in modules:
  http_core.c
  mod_so.c
suexec: enabled; valid wrapper /usr/sbin/suexec

PHP
===
Version: 4.0.4 Patchlevel 1

ORACLE
======
Version: 8.1.6)
ORACLE_HOME=/u01/app/oracle/product/8.1.6
DBROOT=/u01 (?)


Folgendes Konfigurationsskript:

---------- begin ------------------------------
#!/bin/sh

. /etc/rc.config
ORACLE_HOME=$ORA_HOME
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
export DBROOT ORACLE_HOME LD_LIBRARY_PATH

./configure \%)
  --with-apxs=/usr/sbin/apxs \
  --enable-versioning \
  --enable-track-vars \
  --without-mysql \
  --with-oci8%)
---------- end --------------------------------

Danach ein make, make install und ein Aufruf des apache mit 
 /usr/sbin/httpd -t -f /etc/httpd/httpd.conf -D BACKHAND -D MODULES -D JSERV -D DAV -D PERL -D PHP4 
-D PHP -D SUSEHELP
sagt:
Syntax OK
Segmentation fault

Was ist falsch?


Gruss
	Andrea


php::bar PHP Wiki   -   Listenarchive