RE: [PHP-INST] banging my head...

2001-05-09 Thread Krznaric Michael
So, what's -lt1 ? does man t1 give anything? Mike -Original Message- From: Philip Cohen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 8:08 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] banging my head... i cannot get php 4.0.5 to compile on RH 7.1, apache 1.3.19. I have tried

RE: [PHP-INST] AIX

2001-04-26 Thread Krznaric Michael
What's BULL? Mike -Original Message- From: Jacob Steinberger [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 5:40 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-INST] AIX >Weird, it shouldn't die on a warning. Do you have gmake on that system >(GNU make)? > >Andi I do not (unl

RE: [PHP-INST] w/ CURL can't find -lpam, wout/ CURL everything is fine (How can that be)

2001-04-10 Thread Krznaric Michael
This is a repost? Does anyone have any ideas, it must be an issue with the build process? Mike -Original Message- From: Krznaric Michael [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 10:49 AM To: '[EMAIL PROTECTED]' Subject: [PHP-INST] w/ CURL can't find -l

[PHP-INST] w/ CURL can't find -lpam, wout/ CURL everything is fine (How can that be)

2001-04-02 Thread Krznaric Michael
I'm trying to compile PHP 4.0.4pl1, w/apache 1.3.17 as a DSO on a Solaris 8 sparc box I did this 100's of times and everything works good. For some reason the following configure fails: './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-pam_auth' '--enable-track-vars=ye

RE: [PHP-INST] getting php files as plain text in browser.

2001-02-28 Thread Krznaric Michael
I had the same problem. All I had to do was restart my apache, since it was running while i did make install. Mike -Original Message- From: Daniel Gil [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 1:52 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] getting php files as pl

RE: [PHP-INST] Linking a library

2001-02-27 Thread Krznaric Michael
There is a runtime function dl which allows you to load a shared object, check out http://www.php.net/manual/en/function.dl.php Mike -Original Message- From: Timothy Aslat [mailto:[EMAIL PROTECTED]] Sent: Monday, February 26, 2001 11:18 PM To: php-install list Subject: [PHP-INST] Linkin

RE: [PHP-INST] PHP seg faults on AIX 4.3.3

2001-02-06 Thread Krznaric Michael
al Message- From: Michael Champagne [mailto:[EMAIL PROTECTED]] Sent: Monday, February 05, 2001 3:26 PM To: Krznaric Michael Cc: [EMAIL PROTECTED] Subject: RE: [PHP-INST] PHP seg faults on AIX 4.3.3 I couldn't get PHP to compile with ORACLE_HOME set to the IAS home since there is no libcore4.so

RE: [PHP-INST] PHP on Shared Server

2001-02-05 Thread Krznaric Michael
With respect to files filling up in the tmp_dir, you should consider that when a file is uploaded it is temporarily stored in the temp_dir and is then copied to the directory specified in the script or in case that fails is then unlinked. (if I'm not mistaken). I'm sure you could verify

RE: [PHP-INST] PHP seg faults on AIX 4.3.3

2001-02-05 Thread Krznaric Michael
I don't have an answer for you. Sorry to get your hopes up. I'm also using Oracle IAS, i noticed you compiled your php --with-oci8=/ias/6iserver. I don't think this is a valid path for oci8 libraries? Please explain? Mike -Original Message- From: Michael Champagne