php-install Digest 5 Aug 2003 16:15:56 -0000 Issue 1489
Topics (messages 11389 through 11391):
Re: SMTP in PHP.ini
11389 by: Jim Thome
Apache with mod_ssl and php oci8 will not start
11390 by: user.domain.invalid
PHP with OCI8
11391 by: Jason Kenneth Carter
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 ---
http://phpmailer.sourceforge.net/
>>> "Wential" <[EMAIL PROTECTED]> 08/04/03 10:46AM >>>
Besides enabling SMTP to for Win32 email in PHP.ini, I need to add
script to use a log on name and password (Authentication) to use the
SMTP server. Does anyone have that script?
Thanks!
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
On a Stronghold Apache 1.3.22 box with php 4.1.2, I'm trying to
re-compile the php to include the following options:
--with-oci8=/oracle/product/817 --with-apxs
--with-cybercash=/root/software/mck-3.3.1-i586-pc-linux-gnulibc2.1
--with-mysql=/usr --with-pfpro=/root/software/verisign/payflowpro/linux
Anytime I start up apache with SSL ports and parameters it fails to
start, having a segfault in the middle of some SSL code according to the
strace logs. If I turn off the oci8 option or leave the SSL
virtualhosts commented out then everything works fine.
What can I do to make this combination work?
-Crispin
--- End Message ---
--- Begin Message ---
I cannot seem to successfully build PHP5 for Mac OS X Server with Oracle
support. Here is my configuration:
./configure \
--with-apxs \
--with-oci8=/Users/oracle/v920 \
--with-dom=/sw \
--with-zlib-dir=/sw
Platform: Mac OS X Server 10.2.6
Kernel: Darwin 6.6
Oracle Release: Oracle9i Db R2 Ent Edition for Mac OS X v10.2 Jaguar
ORACLE_HOME: /Users/oracle/v920
PHP5 source: /src/php-5.0.0b1
/sw is where Fink installed the libxml2 and zlib libraries when I ran
"fink install libxml2".
When I run "make", I get the following error:
ld: multiple definitions of symbol _isStandalone
/sw/lib/libxml2.dylib(SAX.lo) definition of _isStandalone
/Users/oracle/v920/lib/libclntsh.dylib(oraxml.o) definition of
_isStandalone
make: *** [libs/libphp5.bundle] Error 1
If I remove the --with-oci8 option, everything builds and installs
flawlessly, so the problem must be there.
Any suggestions would be greatly appreciated!
Jason :)
--- End Message ---