php-install Digest 30 Jul 2003 14:28:30 -0000 Issue 1481
Topics (messages 11359 through 11361):
IIS 6 - 404 all the time
11359 by: Johan Ryberg
ldap_connect with PHP
11360 by: Lash, David A (David)
Compile PHP 4.3.2 with Oracle 9.2.0 Support..? Wrong Elf Class: ELFCLASS64 ??
11361 by: Sébastien Mortier
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]
----------------------------------------------------------------------
--- Begin Message ---
Hi,
I just tryed to install php-4.3.2-Win32 on a Windows 2003 Server with IIS 6.
I copy all files to C:\PHP
Copy php.ini-dist to C:\WINDOWS and renamed it to php.ini
Enabled by unmark and changed "cgi.force_redirect = 0"
Changed extensions_dir = "C:\PHP\extensions"
Gave IUSER_<machinename> (surf account) rights to read and execute in C:\PHP
Copy .DLLs to C:\WINDOWS\SYSTEM32
In IIS6 Manager I added under my defaltsite the PHP.EXE and mapped it to .PHP, PHP3
If I put any html-file in the defaultsite I got it via browser but if I tries to
execute any .PHP I got 404. I tried to unmark "Verify that file exists" and the 404 is
unchanged
Any idéas?
Best Regards Johan Ryberg
--- End Message ---
--- Begin Message ---
Hi
I just installed LDAP with PHP on solaris. Seems to build fine but when
I do an ldap_connect, it dumps core. I get the following in the error_log (apache).
a child pid 10949 exit signal Segmentation Fault (11), possible coredump in ,,,
Any ideas what is going on? I am not even sure where to look.
Thanks
dave l
--- End Message ---
--- Begin Message ---
Hello,
I try to compile PHP-4.3.2 with the Oracle support. I think there is
something wrong..
The platform is a Sun Enterprise 450, with 2 CPU at 400Mhz. (Solaris 8)
Apache 1.3.27
PHP 4.3.2
Oracle 9.2.0
CONFIGURE: './configure' '--with-apxs=/usr/local/apache/bin/apxs'
'--with-oracle' '--with-config-file-path=/etc' '--enable-sigchild'
CC: gcc
CFLAGS: -g -O2
CPPFLAGS: -D_POSIX_PTHREAD_SEMANTICS
CXX:
CXXFLAGS:
INCLUDES: -I$(top_builddir)/Zend -I/oracle/product/9.2.0/rdbms/public
-I/oracle/product/9.2.0/rdbms/demo -I/oracle/product/9.2.0/plsql/public
LDFLAGS: -R/usr/ucblib -L/usr/ucblib
-R/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2.3
-L/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2.3
-R/oracle/product/9.2.0/lib -L/oracle/product/9.2.0/lib
LIBS: -lresolv -lm -ldl -lnsl -lsocket -lgcc -lnsl -lsocket -lgen
-ldl -lclntsh
DLIBS:
SAPI: apache
PHP_RPATHS: /usr/ucblib
/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2.3 /oracle/product/9.2.0/lib
uname -a: SunOS flalb450 5.8 Generic_108528-19 sun4u sparc SUNW,Ultra-4
gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib
-L/usr/ucblib -R/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/
3.2.3 -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2.3
-R/oracle/product/9.2.0/lib -L/oracle/product/9.2.0/lib conftest.c -
lresolv -lm -ldl -lnsl -lsocket -lgcc -lnsl -lsocket -lgen -ldl
-lclntsh 1>&5
ld: fatal: file /oracle/product/9.2.0/lib/libclntsh.so: wrong ELF class:
ELFCLASS64
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
Could you give me some tips or advices..
Thank you.
--
Sébastien Mortier
AbsysTech
--- End Message ---