[PHP-INST] PHP 4.1.1 upgrade on VPS account with Red Hat 7.1

2003-06-08 Thread Vlad Goryachev
I recently upgraded to a VPS account with RedHat 7.1. As an "upgrade" I got older version of PHP (4.1.1) and no support for it. I installed PHP 4.3.2 using default prefix not to overwrite the old version which was installed in a different location, but the Apache was still picking up the old versi

[PHP-INST] PHP 4.1.1 on Apache 1.22 as CGI

2003-02-20 Thread Daniel Pomrehn
Hello Everybody, I want to run PHP 4.1.1 as CGI in Apache 1.22 on Suse Linux 7.0 I have installed the Apache Server an PHP with the commands ./configure, make and make install. But all without prarmeters. Can somebody tell me how I must configure httpd.conf so that PHP works? The Apache Webserver

Re: [PHP-INST] php.4.1.1 and ldapsdk - why doesn't it work

2002-03-14 Thread Joe R. Jah
On Thu, 14 Mar 2002, ZILBER,LEONID (HP-NewJersey,ex1) wrote: > Date: Thu, 14 Mar 2002 08:37:06 -0800 > From: "ZILBER,LEONID (HP-NewJersey,ex1)" <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: [PHP-INST] ph

[PHP-INST] php.4.1.1 and ldapsdk - why doesn't it work

2002-03-14 Thread ZILBER,LEONID (HP-NewJersey,ex1)
Hi guys, I am trying to compile php4.1.1 as a DSO module with LDAP support: Here is what options I use for creating php module: ./configure --prefix=/home/dev/php/php-4.1.1 \ --with-apxs=/home/bpia/bin/apxs \ --with-ldap=/home/bpia/ldapsdk \ --with-openssl \ --with-db \ --with-gd

Re: [PHP-INST] PHP 4.1.1 - Problems with popen

2002-03-05 Thread Joerg Linder
> Can anybody please help me with the following problem ? > I am trying to run a shell command via popen but nothing happens > Here's an example: > $fd = popen("/usr/sbin/sendmail -t ","w"); > fputs($fd, "To: [EMAIL PROTECTED]\n"); > fputs($fd, "From: [EMAIL PROTECTED]\n"); > fputs

RE: [PHP-INST] php 4.1.1 install to local user dir

2002-03-04 Thread Mikael Petterson (ERA)
:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 12:38 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] php 4.1.1 install to local user dir Back in Feb of last year, someone asked a question that seems similar to mine, but it doesn't look like he got any answer. I'm hoping I'm luckier

[PHP-INST] php 4.1.1 install to local user dir

2002-03-04 Thread Hunter Vaughn
Back in Feb of last year, someone asked a question that seems similar to mine, but it doesn't look like he got any answer. I'm hoping I'm luckier. I'm trying to install PHP 4.1.1 into my local user directory, and I get along fine until I get to "make install". Then I get the following error: Ma

[PHP-INST] PHP 4.1.1 - Problems with popen

2002-03-04 Thread linder
Can anybody please help me with the following problem ? I am trying to run a shell command via popen but nothing happens Here's an example: $fd = popen("/usr/sbin/sendmail -t ","w"); fputs($fd, "To: [EMAIL PROTECTED]\n"); fputs($fd, "From: [EMAIL PROTECTED]\n"); fputs($fd, "Reply-To

Re: [PHP-INST] php 4.1.1 + apache 1.23 + oracle 8i srv on w2k prof

2002-03-04 Thread Lilian Salazar
Tienes que habilitar la libreria desde el archivo php.ini, descomentando la linea correspondiente -- Saludos, Lilianmailto:[EMAIL PROTECTED] quebe> Hi quebe> when I'm trying to connect to my oracle db with quebe> dl("php_oci8.dll"); I've

[PHP-INST] php 4.1.1 + apache 1.23 + oracle 8i srv on w2k prof

2002-03-03 Thread quebe
Hi when I'm trying to connect to my oracle db with "; $db = "authors"; $c1 = ocilogon("pawel","pawel",$db); function select_data($conn) { $stmt = ociparse($conn,"select * from pawel.authors"); ociexecute($stmt,OCI_DEFAULT); echo $conn."selecting\n\n"; while (ocifetch($stmt)){ echo o

RE: [PHP-INST] PHP 4.1.1 compile problem with imap options

2002-02-28 Thread T Churchward
PROTECTED] Subject: [PHP-INST] PHP 4.1.1 compile problem with imap options Hello I am experiencing a problem when compiling php4.1.1 for use with a Cyrus imap server - full details below. If anyone has any ideas as to where I might be going wrong your suggestion will be greatly appreciated

[PHP-INST] PHP 4.1.1 on redhat 7.2

2002-02-27 Thread LIMBOURG Arnaud
Hello, Does anybody have a PHP 4.1.1 package for the redhat 7.2 ? My admins don't want to compile it themselves telling me that it is not stable for production environment. So i have to give them a package... Thanks, Arnaud. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, v

[PHP-INST] PHP 4.1.1 compile problem with imap options

2002-02-27 Thread T Churchward
Hello I am experiencing a problem when compiling php4.1.1 for use with a Cyrus imap server - full details below. If anyone has any ideas as to where I might be going wrong your suggestion will be greatly appreciated. thanks in advance Tom Churchward Red Logic Oracle Support Specialists Tel: +

Re: [PHP-INST] PHP 4.1.1 in Apache 1.3.22 won't start

2002-02-21 Thread B. PERRINE
Is your apache is compiled with SSL support in both case ? It may be in the second, because of the secret key. I think it's a problem linked to ssl. I used apache+mod_ssl with php4.0.4pl1 and php4.1.1 in testing phase. And I have no problem. In my case, I don't compile openssl with php. le mar

[PHP-INST] PHP-4.1.1 installin problems

2002-02-17 Thread mindaugas gilaitis
hey i've installed the apache server succesfully and I am trying to work out the php-4.1.1 installation but it's so difficult! I've moved the php.ini file to c:/windows folder and what's strange - in my unpacked /php directory there are no dll files which i think are needed to be configured. doe

[PHP-INST] php 4.1.1 make error on AIX 4.3.3

2002-02-15 Thread Ron Martinez
Hi, I'm having trouble installing php 4.1.1 with apache 1.3.23 on AIX 4.3.3. The configure runs ok, but the make command stops with errors. Any help would be welcomed. Thanks, Ron My config file is: ./configure --prefix=3D/usr/local/php_4.1.1 --with-apxs=3D/usr/local/apache_1.3.23/bin/apxs

Re: [PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-07 Thread Steven Cayford
Hmm. I wish I knew more about the whole configure/make process. One thing: it doesn't look like it can't find /usr/bin/ld, but rather /usr/bin/ld can't find one of its arguments. My only other guess would be to copy /usr/libexec/config.guess and /usr/libexec/config.sub into your build director

Re: [PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-06 Thread Ryan Walker
Thank you for the suggestion. Unfortunately, it didn't help. I get the same error. Any more ideas out there? Ryan At 9:45 PM -0600 2/6/02, Steven Cayford wrote: >I don't know if the configure script for 4.1.1 deals with the two >level namespace on OSX, but for 4.0.6 I had to manually edit the

Re: [PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-06 Thread Steven Cayford
I don't know if the configure script for 4.1.1 deals with the two level namespace on OSX, but for 4.0.6 I had to manually edit the libtool after running configure. Find the line beginning with "archive_cmds='$CC ...'", and add ' -flat_namespace ' after the 'CC'. Then run make. -Steve On 2002

[PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-06 Thread Ryan Walker
I'm trying to install PHP 4.1.1 on Mac OS X 10.1. I just finished compiling and installing fresh versions of MySQL 3.23.47 and apache 1.3.22. Ultimately, I want to use: ./configure \ --with-gnu-ld \ --with-mysql=/usr/local \ --with-apxs=/usr/local/sbin/apxs \ --enable-track-vars \

[PHP-INST] php 4.1.1 and bsdi 4.2 -> incompatible type for argument 4 of `semctl'

2002-02-04 Thread swade
Hi, was upgrading php from 4.0.6 on bsdi 4.2 and used the same config options: /configure --prefix=/usr --with-config-file-path=/etc --disable-debug --enable-pic --enable- shared --enable-inline-optimization --with-apxs=/usr/local/apache/bin/apxs --with-exec- dir=/usr/bin --with-regex=sys

[PHP-INST] PHP 4.1.1 Dynamic Module on Redhat 7

2002-01-31 Thread Mike Frazer
Okay, I finally decided to upgrade to 4.1.1. I did a double compile, one for the binary and one for the dynamic module (seen this done a few times). I followed the steps in the INSTALL file *exactly*, restarted Apache, but the version is still reporting as 4.0.1, not 4.1.1. I checked the date on

[PHP-INST] PHP 4.1.1, MySQL 3.23.47, Apache 1.3.22, Mac OS X 10.1.2, openssl

2002-01-29 Thread Ryan Walker
This is a 3 parter. Please offer suggestions on any or all of the following. I'm trying to compile PHP 4.1.1 on Mac OS X 10.1.2. I installed the Mac OS X MySQL binaries from mysql.com into /usr/local/mysql, and the Mac OS X binaries for apache 1.3.22 into /usr/local/apache. I would like to use

[PHP-INST] PHP 4.1.1 and Apache 2.0.38 beta

2002-01-25 Thread Michael Kjorling
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello everyone, I have a problem that is pretty urgent. I have recently upgraded from Apache 1.3.22 to 2.0.38 beta (primarily because of its IPv6 support), but I cannot get PHP to work. An example of what it looks like is available here: http://forum

[PHP-INST] php 4.1.1 and gd-2.0.1

2002-01-24 Thread ACEAlex
Hello Has anybody sucessfully compiled php with gd-2.0.1 support. I get this error? /bin/ksh /usr/src/php-4.1.1/libtool --silent --mode=compile gcc -I. -I/usr/src/php-4.1.1/ext/gd -I/usr/src/php-4.1.1/main -I/usr/src/ph p-4.1.1 -I/usr/local/apache/include -I/usr/src/php-4.1.1/Zend -I/usr/local/

[PHP-INST] php 4.1.1, apache 1.3.22 and windows XP

2002-01-21 Thread Athene McGregor-Macdonald
hi, my php 4.1.1 + apache 1.3.22 + windows XP combination is doing strange things. php is working fine (from the command prompt) and apache is ok with html pages. but when i try to load a php file with just the phpinfo() function - sometimes loads it and sometimes i get the 'The page cannot be di

[PHP-INST] php 4.1.1 RH 7.2 apache 1.3.20 problem HELP!

2002-01-21 Thread mark . broad
NEVER list more than one AddType on a line. i.e. AddType application/x-httpd-php .php AddType application/x-httpd-php .php3 AddType application/x-httpd-php .phtml AddType application/x-httpd-php-source .phps This should sort it out. Rgds, Mark. _

Re: [PHP-INST] Php 4.1.1

2002-01-21 Thread Yuriy Rusinov
Christ Christoph (Erste) wrote: > maybe you don't have installed the latest DCOM update from microsoft? Possible yes, what I have to do it to install this update ? Best regards, Sincerely yours, Yuriy Rusinov. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

RE: [PHP-INST] Php 4.1.1

2002-01-20 Thread Christ Christoph (Erste)
maybe you don't have installed the latest DCOM update from microsoft? -Original Message- From: Yuriy Rusinov [mailto:[EMAIL PROTECTED]] Sent: 21. ledna 2002 8:00 To: [EMAIL PROTECTED] Subject: [PHP-INST] Php 4.1.1 Hello ! I've downloaded php and try to launch php.exe from co

[PHP-INST] Php 4.1.1

2002-01-20 Thread Yuriy Rusinov
Hello ! I've downloaded php and try to launch php.exe from command line in Windows'98 and in my home computer I received the message "php4ts.dll refered to missing oleaut32.dll", although this dll present in catalog: c:\windows\system. Moving this library to catalog with php doesn't help. Whe

[PHP-INST] PHP 4.1.1 / Apache 1.3.22 (ISAPI) and snmp.dll won't work

2002-01-20 Thread Andreas Jud
hi, if i configure apache(1.3.22) to use php(4.1.1) as an isapi module, and enable snmp! Now if i try to start the apache as an service, the start fails! Eventlog says: The Apache service named J:\Program Files\Apache Group\Apache\Apache.exe reported the following error: >>> Cannot load j:/pr

Re: [PHP-INST] php 4.1.1 RH 7.2 apache 1.3.20 problem HELP!

2002-01-19 Thread Chris
Greetings, I won't swear to it but the issue you're having *might* be syntax related. Secondly, you seem to be missing a reference to a vital file in your httpd.conf file. The file I'm referring to is mod_php4.c. Following, a small portion of the pertinent section: -8<[snip]--

[PHP-INST] php 4.1.1 RH 7.2 apache 1.3.20 problem HELP!

2002-01-18 Thread Eric J. Gould
I've compiled php (dso) with apache, just fine, and have confirmed that I have all of the needed lines in my httpd.conf. When I try to open a test php page on the server and another computer, all i see is code. I know httpd is correct, as it works fine for my RT/mysql installation. I have tried ev

[PHP-INST] PHP 4.1.1 in Apache 1.3.22 won't start

2002-01-15 Thread Russ Goodwin
Hi- I think what I have is a file descriptor problem, but haven't been able to find the solution. I have a server with Apache 1.3.22, MySQL 3.23.46, cURL 7.8, mod_ssl 2.8.5 and PHP 4.0.6/4.1.1 on RH Linux 6.2 kernel 2.2.18pre11-va2.0smp. I upgraded everything, with PHP last. It all worked fine

[PHP-INST] PHP 4.1.1 w/ Apache 1.3.22 & Win2K not parsing... at all

2002-01-14 Thread The Fabulous Lungf1sh
Okay, I just want to say that I've looked and looked, both on this message board and on PHP.net, trying to find a way to get my own PHP to work. Alas, I feel that I've tried it all. Okay, here's the deal. I've installed Apache, and it works great. No problems. It boots up, and if it could tal

[PHP-INST] PHP 4.1.1 with Apache 2.0.28

2002-01-05 Thread Brian Capouch
I saw a post-pair here from Tim Kettler to Rasmus asking about using 4.1.0 with 2.0.28. I'm having problems with 4.1.1 and 2.0.28 of the same sort--all the install stuff goes smoothly, Apache 2.0 comes up, no errors anywhere, but my PHP scripts don't seem to be being sent to the PHP module. A co

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, but

2002-01-02 Thread Marc G. Fournier
Got it ... application/x-httpd-php doesn't appear to work, but application/x-http-php does ... On Wed, 2 Jan 2002, Marc G. Fournier wrote: > On Wed, 2 Jan 2002, Chris wrote: > > > You *almost* did it correctly. Try adding the following to your httpd.conf file: > > # DirectoryIndex: Name of the

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, but

2002-01-02 Thread Marc G. Fournier
On Wed, 2 Jan 2002, Chris wrote: > You *almost* did it correctly. Try adding the following to your httpd.conf file: > # DirectoryIndex: Name of the file or files to use as a pre-written HTML > # directory index. Separate multiple entries with spaces. > # > > DirectoryIndex index.html index.

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, b ut

2002-01-02 Thread Marc G. Fournier
Does PHP4.x no longer come up in the notice for Apache2? [Thu Jan 03 01:19:49 2002] [notice] Apache/2.0.28 (Unix) mod_ssl/3.0a0 OpenSSL/0.9.6 DAV/2 configured -- resuming normal operations Austin Gonyou wrote: > See the following for Apache2 + php 4.x: > # > #For PHP to work > AddType applicat

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, b ut

2002-01-02 Thread Austin Gonyou
See the following for Apache2 + php 4.x: # #For PHP to work AddType application/x-httpd-php .php .html SetInputFilter php SetOutputFilter php I put this right after the last AddCharset. Hope this helps. On Wed, 2002-01-02 at 17:30, Chris wrote: > > > > as a quick follow up, I installed ls

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, but

2002-01-02 Thread Chris
> > as a quick follow up, I installed lsof, and it appears that php4 is being loaded, > but if I hit a simple 'phpinfo.php' page, it asks me to download it ... so, for > some reason, its not registering application/x-httpd-php as a valid type? > > On Wed, 2 Jan 2002, Marc G. Fournier wrote: > >

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, butno errors reported?

2002-01-02 Thread Marc G. Fournier
as a quick follow up, I installed lsof, and it appears that php4 is being loaded, but if I hit a simple 'phpinfo.php' page, it asks me to download it ... so, for some reason, its not registering application/x-httpd-php as a valid type? On Wed, 2 Jan 2002, Marc G. Fournier wrote: > > Hi > >

[PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, but no errors reported?

2002-01-02 Thread Marc G. Fournier
Hi After spending the past little while fighting with getting it to install under Apache2, I can't for the life of me get it to actually load. I'm installing it using FreeBSD Ports ... Apache2's port, the only change I've made, is to add -lc_r to get rid of an error de