php-install Digest 11 Jun 2002 23:35:52 -0000 Issue 879

Topics (messages 7282 through 7291):

php 4.1.2 with oracle 8.1.7
        7282 by: georges poropat

php and oracle
        7283 by: Angelo Marcos Rigo
        7284 by: Jim Thome
        7285 by: Chris Hewitt
        7286 by: Chris Hewitt
        7287 by: MAX SALVIEJO

Virus Alert
        7288 by: abuse.bizmailsrvcs.net

Alto, California, 94303, U.S.A.  All Rights
        7289 by: listserv

Mcrypt Support
        7290 by: Mike P

Enviroment Variables
        7291 by: Milke Karr

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 try to install php with oracle 8.1.7 on a slackware 7.1.

My problem is 8.1.7 works with glibc2.1 and the glibc of slackware 7.1 are 2.2.

So before the ./configure or the make if I type: LD_LIBRARY_PATH=/usr/i386-glibc21-linux/lib

then make or configure can’t be executed because they don’t find the glibc2.2.

Are there any way to solve this problem?

Thanks.

 

Georges Poropat

--- End Message ---
--- Begin Message ---
Hi list

I do have a linux with apache installed with module support as webserver
with postgresql installed in it

And a Oracle database server in a a windows 2000 server wich runs the
entire company system 
i want to recompile the php with oracle to develop php aplications to 
view content from the database in the company website .

how can it be done? i heard it´s a hard task! it´s true?

Ângelo Marcos Rigo
Webmaster Colégio Anchieta
http://www.colegioanchieta.g12.br


--- End Message ---
--- Begin Message ---
The Oracle client libraries need to be installed on your web server.  Recompile PHP 
using the --with-oci8 switch (assuming you are using Oracle 8.X).

--Jim

>>> "Angelo Marcos Rigo" <[EMAIL PROTECTED]> 06/11/02 11:41AM >>>
Hi list

I do have a linux with apache installed with module support as webserver
with postgresql installed in it

And a Oracle database server in a a windows 2000 server wich runs the
entire company system 
i want to recompile the php with oracle to develop php aplications to 
view content from the database in the company website .

how can it be done? i heard it s a hard task! it s true?

Ângelo Marcos Rigo
Webmaster Colégio Anchieta
http://www.colegioanchieta.g12.br 



--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php 


--- End Message ---
--- Begin Message ---
Angelo Marcos Rigo wrote:

>       So the oracle client need to be installed on the webserver!
>
Yes, you want to be able to connect to Oracle databases (either on the 
same computer as the webserver, or on othe computers. This means that 
you need the Oracle client software. Its just the same as if you  wanted 
to use sqlplus on it. It needs the Oracle networking, you don't need to 
load all the client tools.

>
>       php instalation has a way to keep the last instalation
>configuration 
>       with onde command and plus adding oracle support?
>
I don't think it keeps the last configuration (maybe I'm wrong). That is 
why I suggested you look at phpinfo() and note the parameters to 
./configure.

Hope this helps. Good evening.

Chris

--- End Message ---
--- Begin Message ---
Angelo,

As I have not used Oracle with php, I'm not sure. I think the 
--with-oracle is for Oracle 7 (I may be wrong, I can't find it in the 
manual). You probably want --with-oci8, but it depends upon which 
version of Oracle. As I say, I have not tried it myself (yet).

Regards

Chris

Angelo Marcos Rigo wrote:

>       thank´s a lot 
>       my dout remain about remain
>       about the path to especify on the php instalation flag  
>       --with-oracle[=dir], 
>       
>
>>----- Mensagem original -----
>>De:           Chris Hewitt [SMTP:[EMAIL PROTECTED]]
>>Enviada em:           terça-feira, 11 de junho de 2002 16:21
>>Para:         [EMAIL PROTECTED]
>>Assunto:              Re: RES: [PHP-INST] php and oracle
>>
>>Angelo Marcos Rigo wrote:
>>
>>>     So the oracle client need to be installed on the webserver!
>>>
>>Yes, you want to be able to connect to Oracle databases (either on the
>>
>>same computer as the webserver, or on othe computers. This means that 
>>you need the Oracle client software. Its just the same as if you
>>wanted 
>>to use sqlplus on it. It needs the Oracle networking, you don't need
>>to 
>>load all the client tools.
>>
>>>     php instalation has a way to keep the last instalation
>>>configuration 
>>>     with onde command and plus adding oracle support?
>>>
>>I don't think it keeps the last configuration (maybe I'm wrong). That
>>is 
>>why I suggested you look at phpinfo() and note the parameters to 
>>./configure.
>>
>>Hope this helps. Good evening.
>>
>>Chris
>>
>>
>>-- 
>>PHP Install Mailing List (http://www.php.net/)
>>To unsubscribe, visit: http://www.php.net/unsub.php
>>
>


--- End Message ---
--- Begin Message ---
DIR = $ORACLE_HOME

./configure --with-oci8=<PATH TO $ORACLE_HOME>




[  Max Salviejo Jr. ]
[  [EMAIL PROTECTED] ]
[  The Plain Dealer Publishing Co. ]
[  216.999.6165  ]
[  www.plaindealer.com ]

~~~~  ~~~~

>>> Chris Hewitt <[EMAIL PROTECTED]> 06/11/02 03:43PM >>>
Angelo,

As I have not used Oracle with php, I'm not sure. I think the 
--with-oracle is for Oracle 7 (I may be wrong, I can't find it in the 
manual). You probably want --with-oci8, but it depends upon which 
version of Oracle. As I say, I have not tried it myself (yet).

Regards

Chris

Angelo Marcos Rigo wrote:

>       thank s a lot 
>       my dout remain about remain
>       about the path to especify on the php instalation flag  
>       --with-oracle[=dir], 
>       
>
>>----- Mensagem original -----
>>De:           Chris Hewitt [SMTP:[EMAIL PROTECTED]] 
>>Enviada em:           terça-feira, 11 de junho de 2002 16:21
>>Para:         [EMAIL PROTECTED] 
>>Assunto:              Re: RES: [PHP-INST] php and oracle
>>
>>Angelo Marcos Rigo wrote:
>>
>>>     So the oracle client need to be installed on the webserver!
>>>
>>Yes, you want to be able to connect to Oracle databases (either on the
>>
>>same computer as the webserver, or on othe computers. This means that 
>>you need the Oracle client software. Its just the same as if you
>>wanted 
>>to use sqlplus on it. It needs the Oracle networking, you don't need
>>to 
>>load all the client tools.
>>
>>>     php instalation has a way to keep the last instalation
>>>configuration 
>>>     with onde command and plus adding oracle support?
>>>
>>I don't think it keeps the last configuration (maybe I'm wrong). That
>>is 
>>why I suggested you look at phpinfo() and note the parameters to 
>>./configure.
>>
>>Hope this helps. Good evening.
>>
>>Chris
>>
>>
>>-- 
>>PHP Install Mailing List (http://www.php.net/)
>>To unsubscribe, visit: http://www.php.net/unsub.php 
>>
>



--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php 


--- End Message ---
--- Begin Message ---
We have detected a virus (WORM_KLEZ.H) in your mail traffic sent from 
[EMAIL PROTECTED] in the file All.exe on 06/11/2002 17:03:52. We took the action 
delete. If you have questions regarding files or updating/installing Anti-virus 
protection on your PC, please contact your e-mail administrator or help desk.
--- End Message ---
--- Begin Message ---

------------------  Virus Warning Message (on oe-iscan1pub)

All.exe is removed from here because it contains a virus.

---------------------------------------------------------
--- End Message ---
--- Begin Message ---
I am using php 4.2.1 on Win NT 4.0, sp6a.

Want to play with 3DES and other block algorithms for encryption.  I
installed from pre-compiled binaries (I wouldn't know where to START in
compiling!).  Anywhere I can get mcrypt and the libmcrypt in pre-compiled
flavors for Win32?

TIA

Mike


--- End Message ---
--- Begin Message ---
I have installed PHP 4.2.1 on a win32 apache 1.3.24 server as a module, 
whenever I try to access any of the normal enviroment variables such as 
$HTTP_USER_AGENT or $REMOTE_ADDR, they have no value assigned to them. Can 
anyone point me in the right direction as to what my problem may be.

-Mike Karr

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

--- End Message ---

Reply via email to