[PHP-INST] How to create oci8.so extension? Please, help!

2001-07-11 Thread Gregory Solovyev
I thought, I can create it by going to phpsource/ext/oci8 and doing phpize ./configure --with-oci8=/disk2/oracle/OraHome make make install but after this a cannot find any oci8.so Where is it to be? By the way ./configure runs withou any messages. Can anyone tell me where am I wrong? Thanks, Grish

[PHP-INST] PHP with IMAP-SSL

2001-07-11 Thread William WK Lee
I am trying to make PHP works on Solaris 8.0 (IA86). I had successfully compiled the openssl and c-client library with SSL support, however, PHP continues to complain the c-client library does not contains SSL support and ask me to recompile. I am using GCC 3.0 from sunfreeware.com. -- Message

[PHP-INST] Missing OCX for IIS5

2001-07-11 Thread Jeff Dale
When I am installing it tells me that it cannot config my IIS cause there is an OCX missing... Does anyone know what it is??? -- 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 admin

[PHP-INST] Fw: Enabling short tags in PHP 4.0.6

2001-07-11 Thread jeroen
Wrong forum. Should have been [EMAIL PROTECTED] / news:php.install - Original Message - From: "Coulee Web" <[EMAIL PROTECTED]> Newsgroups: php.lang To: <[EMAIL PROTECTED]> Sent: Wednesday, July 11, 2001 3:05 AM Subject: Enabling short tags in PHP 4.0.6 > I have just installed PHP 4.0.6

RE: [PHP-INST] LibMcrypt Linking Problem

2001-07-11 Thread php
This is the method we use First ensure that /usr/local/lib is in /etc/ld.so.conf and run ldconfig wget ftp://argeas.cs-net.gr/pub/unix/mcrypt/libmcrypt/libmcrypt-2.4.9.tar.gz tar -pxzf libmcrypt-2.4.9.tar.gz cd libmcrypt-2.4.9 ./configure --disable-posix-threads make make install # # http://mhas

[PHP-INST] LibMcrypt Linking Problem

2001-07-11 Thread John Peebles
Hi everyone, I am trying to recompile php with mcrypt and I downloaded libmcrypt, and ran the configure script, did a make, a make test (no errors), and a make install. Then I tried to do the same with mcrypt and I got the following error: *** Could not run libmcrypt test program, checking w

php-install Digest 11 Jul 2001 15:41:05 -0000 Issue 357

2001-07-11 Thread php-install-digest-help
php-install Digest 11 Jul 2001 15:41:05 - Issue 357 Topics (messages 3493 through 3502): php 4.0.6 and iodbc 3493 by: Ryan La Riviere 3494 by: Ryan La Riviere php 4.0.6 and iodbc...additional info for question 3495 by: Ryan La Riviere 3497 by: Andrew Hill

Re: [PHP-INST] PHP onWinXP

2001-07-11 Thread Phil Driscoll
On Wednesday 11 July 2001 16:22, [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: > i try to install php on WinXP. > i have the the IIS running. > But when i intoduce a new isapi filter PHP which shell be executed by the > php4isapi.dll he won\'t load this filter. i also stopped the iis and > started

[PHP-INST] PHP onWinXP

2001-07-11 Thread DevGroups . com
i try to install php on WinXP. i have the the IIS running. But when i intoduce a new isapi filter PHP which shell be executed by the php4isapi.dll he won\'t load this filter. i also stopped the iis and started it again but that won\'t help. can anyone one of you help me with this? plz could it b

RE: [PHP-INST] php 4.0.6 and iodbc...additional info for question

2001-07-11 Thread Andrew Hill
Well, it's not being picked up for some reason... what shell are you using? Also, please verify that you actually have a file called libiodbc.dylib. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access & Data Integration Te

RE: [PHP-INST] php 4.0.6 and iodbc...additional info for question

2001-07-11 Thread Ryan La Riviere
On 07/11/2001 somewhere around the time of 09:13 -0400, Andrew Hill spoke about "RE: [PHP-INST] php 4.0.6 and iodbc...additional info fo": >You need to set/export DYLD_LIBRARY_PATH environment variable to point to >the odbcsdk directory containing the .dylib. I had done the setenv before doing

RE: [PHP-INST] php 4.0.6 and iodbc...additional info for question

2001-07-11 Thread Andrew Hill
Ryan, You need to set/export DYLD_LIBRARY_PATH environment variable to point to the odbcsdk directory containing the .dylib. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access & Data Integration Technology Providers > -

[PHP-INST] problems compiling php+imap with apache

2001-07-11 Thread Piotr Szymanek
Hi. I'm trying to install apache with php4 and imap (c-client) on RedHat7.1 . C-client compiles fine. PHP (4.0.6) always compiles fine (with --with-imap or without it). Apache (1.3.9) compiles (and works) fine only if PHP was compiled WITHOUT imap. If PHP was compiled with imap apache does not c