php-install Digest 24 Aug 2001 17:04:01 -0000 Issue 429
Topics (messages 4077 through 4080):
Re: iWS and php question
4077 by: Alfred Lerch
problem from install php with oracle
4078 by: Puangrat Jinpon
PHP 4.0.6: Compile Error
4079 by: T.J. Hoo
Oracle & SyBase installation problem
4080 by: Christian Unger
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
Hi Marek,
have a look at http://benoit.noss.free.fr/php/install-php4.html
regards
alfred
> Marek Sokolowski wrote:
>
> Hi all,
>
> Could anyone point me how to integrate iPlanet Web Server (no matter
> which
> version 4.1 or 6.0) and PHP engine?
>
> Thanks in advance,
> regards,
> Marek
--
--
\\\\\///
/ ^ _ \
( (o) (o) ) --- That's all folks ---
+=oOOO=====(_)=====OOOo==========================================+
|Alfred Lerch Mentor Graphics Deutschland GmbH|
|Network & System Administrator Elsenheimer Str. 41 - 43|
|IT - Business Support Team Munich D-80687 Muenchen, Germany|
|email: [EMAIL PROTECTED] Fax : +49 89 57096-400|
|Tel. : +49 89 57096-241 Mobile: +49 172 8915200|
| |
|Helpdesk IT Central Europe in Munich |
|Tel. : +49 89 57096-110 internal: 777|
|email: [EMAIL PROTECTED] |
+=============Oooo.==============================================+
.oooO ( )
( ) ) /
\ ( (_/
\_)
Dear All,
I have problem when I install php(version 4.0.5) on iis5/win2k. I try to
edit php.ini to load oracle extension
and I can't, it alway show no value at extension_dir paragraph. How can I
do?
Best Regard,
Puangrat Jinpon,
Hi!
I'm looking for PHP 4.0.6 binaries for SunOS, HP-UX and etc.
I have downloaded PHP 4.0.6 source and I have the following error when tried
to compile the program:
~/php_4.0.6>>make
Making all in Zend
Making all in main
...
ld: fatal: file stub.lo: unknown file type
ld: fatal: File processing errors. No output written to .libs/libphp4.so
*** Error code 1
make: Fatal error: Command failed for target `libphp4.la'
Current working directory /home/thoo/php_4.0.6
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Can you give some advise of what could be the problem? I'm compiling the
program in SunOS.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
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