Hi,

we get a core by starting httpd with php_mod (with Oracle & Sybase). Sybase
or Oracle alone works fine, but both at the same time not :(

My System:
Linux 2.2.14 (RH6.2)
last version of apache and php4

My Configuration:
./configure  --with-apxs=/usr/local/apache/bin/apxs --with-sybase_ct=/opt/sy
base-11.9.2 --prefix=/usr/local/php4 --with-oci8=/usr/local/oracle

my problem : strace httpd:
open("/opt/sybase-11.9.2/config/ocs.cfg", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/etc/passwd", O_RDONLY)           = 3
fcntl(3, F_GETFD)                       = 0
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=656, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x40a22000
read(3, "root:L70jQ64yM6K9M:0:0:root:/roo"..., 4096) = 656
close(3)                                = 0
munmap(0x40a22000, 4096)                = 0
open("/opt/sybase-11.9.2/locales/locales.dat", O_RDONLY) = 3
read(3, "; comment character is a semicol"..., 512) = 512
read(3, "vilian agency contracts and DFAR"..., 512) = 512
read(3, " entry is used for sybase intern"..., 512) = 512
read(3, "acter set\n;\t\tname for determinin"..., 512) = 512
read(3, "= fr_FR.ISO8859-1, french, iso_1"..., 512) = 512
read(3, "n, iso_1\n\tlocale = De_DE.IBM-850"..., 512) = 512
read(3, "japanese, sjis\n\tlocale = japanes"..., 512) = 512
read(3, "ch, iso_1\n\tlocale = de_DE, germa"..., 512) = 512
read(3, "CS, french, decmcs\n\tlocale = FRE"..., 512) = 512
read(3, "ard Professional Books\n\t; \tISBN "..., 512) = 512
read(3, "_1\n\tlocale = spanish, spanish, r"..., 512) = 512
read(3, "lish, iso_1\n\tlocale = default, u"..., 512) = 512
read(3, " = de_CH.850, german, cp850\n\tloc"..., 512) = 512
read(3, ", french, iso_1\n\tlocale = fr_BE."..., 512) = 512
read(3, "8\n\tlocale = C, us_english, iso_1"..., 512) = 512
close(3)                                = 0
--- SIGSEGV (Speicherzugriffsfehler) ---
+++ killed by SIGSEGV +++

Thanks
Christian Unger



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to