[PHP-INST] Mac OS X Library

2001-02-05 Thread Adam Eijdenberg
Has anyone managed to successfully install php as a DSO for Apache under Mac OS X? I've searched every list archive I could find with no success. Thanks in advance. Kind regards, Adam Eijdenberg e.g. design [EMAIL PROTECTED] http://www.egdesign.com.au/ Phone: +61 3 6231 3474 Fax: +61 3 623

[PHP-INST] Red Hat 7 and Apache. PHP4 won't work!

2001-02-05 Thread h3rb
At first I tried compiling PHP4 myself. And as it turned out I didn't have lex. So then I searched for lex and couldn't really find a spot to download it. But in the PHP4 linux installation area a user posted a site that has up to date PHP4 rpms for Red hat systems. This site is http://fsr.ku.

Re: [PHP-INST] readfile ()

2001-02-05 Thread Josh Lokot
That isn't really a php-install question, but anyway. use include() or require(). readfile() isn't supposed to execute the code, it just reads it in and spits it out. - Original Message - From: "Matthew Lautz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 06, 2001

[PHP-INST] readfile ()

2001-02-05 Thread Matthew Lautz
I am using the readfile ("something.html or php3"); However, if I do a readfile ("testing.php3"); and testing.php3 has a connection to a MySQL database and queries the database, it does not perform these functions, since it just reads in the page. Is there anyway to have it read it in, and perf

[PHP-INST] undefined symbol: __dn_expand ???

2001-02-05 Thread Jeffrey Dyer
Hey, I'm on Mandrake 7.1. I installed PHP 4.0 without any errors, using the following: ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs --with-gnu-ld make make install It seemed to go fine -- no errors during installation, however, when I try to start apache I g

Re: [PHP-INST] OpenLDAP Library (libldap) Problem

2001-02-05 Thread Alfred Lerch
Hi, have a look in which directory libldap.so.2 is located and add it to the path in the script to start httpd good luck alfred Jackson Damien wrote: > > Hello! > > I was successfully able to download, compile and install both > OpenLDAP 2.0.7 and PHP 4.0.4pl1. I simply followed the instruc

[PHP-INST] Local user install Install

2001-02-05 Thread Stanton Schell
Hello, I am trying to install PHP4 (4.0.4pl1) entirely in a local user's directory and have made a number of configuration changes like naming the config-file-path location and everything configures and compiles correctly. However, when I run make install, it breaks with the error message: cp: ca

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

2001-02-05 Thread Michael Champagne
I couldn't get PHP to compile with ORACLE_HOME set to the IAS home since there is no libcore4.so in /ias/lib. I specified my ORACLE_HOME as /ias/6iserver and it found the OCI libraries in /ias/6iserver/lib. Have you been able to get PHP working with IAS? Also, what version of IAS are you on

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

[PHP-INST] OpenLDAP Library (libldap) Problem

2001-02-05 Thread Jackson Damien
Hello! I was successfully able to download, compile and install both OpenLDAP 2.0.7 and PHP 4.0.4pl1. I simply followed the instructions, and was able to compile PHP with no errors that I noticed. These are my configuration options, and I can provide version numbers for any component : ./c

[PHP-INST] PHP & JAVA Install

2001-02-05 Thread Stanton Schell
Hello, I am trying to install PHP with the Java extension. I am running RH 7.0 and have compiled a local user copy of Apache 1.3.14 with PHP4.0.4pl1. I am using Sun's JDK 1.3. I have been through a number of errors that I have solved from this mailing list and the README in ext/java. However,

[PHP-INST] PHP on Shared Server

2001-02-05 Thread Steven Shepherd
Hello - We are installing PHP on a shared Linux webserver. We are *NOT* using it as a module (for reasons which I won't go into). Anyhow, my question is regarding the following directive: upload_tmp_dir Since we are not using it as a module, we cannot define this variable inside the virtual u

Re: [PHP-INST] Installation of PHP and Apache in RedHat 7.0

2001-02-05 Thread Alex Akilov
Sami, You need to edit the httpd.conf file (probably in /etc/httpd/conf if I recall) and uncomment the lines that enable PHP support (do a search for php and you should find what you need). Alex -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: [PHP-INST] compile php4 as an executable

2001-02-05 Thread Alex Akilov
Chris, The default options will build the CGI version which is essentially an executable. You can simply run it from the command line as in "php myscript.php". Alex -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

[PHP-INST] Installation problem

2001-02-05 Thread Philip . Armstrong
-- Forwarded by Philip Armstrong/SSplc on 05/02/2001 17:41 --- Philip Armstrong 05/02/2001 11:47 To: [EMAIL PROTECTED] cc: Subject: Installation problem I any have trouble getting any apache_1.3.x load the php4 module. So far I've tried install

Re: [PHP-INST] Does complete really mean incomplete?

2001-02-05 Thread Alex Akilov
Jim, It sounds as though you downloaded the source tree instead of the binaries. If you want the complete binaries including many of the extensions try www.php4win.de. Alex -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

[PHP-INST] include_path in php.ini

2001-02-05 Thread John Lee
I am using php 4.0 and apache 1.3.12. When I run a script that includes a php file I get an error "include_path=''". I have tried to edit the php.ini file in the conf directory were apache is installed. This seems to not have any effect. What am I missing? regards jrlee Dallas Design Systems Make

[PHP-INST] RE: strange Compiling Errors / PHP4.0.4pl1

2001-02-05 Thread Thomas Weber
The inluded version is PHP4.0.0, but i need an alternative configured 4.0.3 or 4.0.4 with support for shared memory functions. :-( -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John Hinsley Sent: Monday, February 05, 2001 5:59 PM To: Thomas Weber Subjec

[PHP-INST] Unable to find lt ...

2001-02-05 Thread Michael T. Babcock
What other information would you like? (Please reply to [EMAIL PROTECTED]). CONFIGURE: './configure' '--prefix=/usr' '--with-apxs=/usr/bin/apxs' '--enable-versioning' '--with-config-file-path=/etc' '--sysconfdir=/etc' '--with-gd' '--with-mm=/usr/src/System/mm-1.1.3' '--with-xml' '--with-tra

[PHP-INST] Apache startup fails with undefined symbol: php_global_startup_internal_extensions

2001-02-05 Thread Robert Williams
Someone please: I've built php-4.0.4pl1 with ./configure --with-pgsql --with-apxs;make;make install cp php.ini-dist /etc/httpd/php.ini ; ln -s /etc/httpd/php.ini /usr/local/lib as I have done many times, but now I get this: [root@cweblog /root]# /etc/rc.d/init.d/httpd start Starting httpd: Synt

RE: [PHP-INST] php_imap4r2.dll not loaded ?!?! (win2k) [SOLVED]

2001-02-05 Thread Eelco de Vries
Problem solved .. For reference: I'm using Omni 2.07 webserver that installed PHP 4.01 as part of the webserver. But the php.ini file is not of the same version (or something). The IMAP extension in the php.ini file refers to php_imap4r2.dll while it's not part of that distribution. However the p

[PHP-INST] Make good money online! It's easy ....

2001-02-05 Thread NEWS!!
Please see the bottom of the message for the remove instuctions. What you are about to read is tried, true, proven and effective. Above all, this offer is utterly and ridicously excellent!! Have you ever tried or considered making money using the internet? Are you marketing or promoting a

RE: [PHP-INST] PHP 4.0.4pl1 & PDFlib 3.03

2001-02-05 Thread Pomar Berry, Christian
Well, I don't remember the details, but pdflib has a --shared-libs option or something like that (try with ./configure --help). It then generates a .so file. . *** DISCLAIMER: Este mensaje contiene información

RE: [PHP-INST] PHP 4.0.4pl1 & PDFlib 3.03

2001-02-05 Thread Pomar Berry, Christian
I had a similar problem in IRIX 6.5. I was compiling PDFLib as a static library and the problem was fixed compiling PDFLib as a dynamic one. Hope it helps. Christian > -Mensaje original- > De: Administrator [mailto:[EMAIL PROTECTED]] > Enviado el: lunes 5 de febrero de 2001 16:43 > P

[PHP-INST] Connection Control

2001-02-05 Thread Pomar Berry, Christian
Hi, I would like to monitor how many connections the apache server has at any moment. Is there anything like that in PHP? Where can I read about this subject? Sorry if this is not the best place to ask this question... I've been looking around and I haven't found anything clear enough. I don't k

[PHP-INST] PHP 4.0.4pl1 & PDFlib 3.03

2001-02-05 Thread Administrator
Hi! I would like to compile PHP with pdflib, but in configuration phase of PHP i get configure:33582: checking whether to include Pdflib 3.x support configure:33732: checking for PDF_show_boxed in -lpdf configure:33751: egcs -o conftest -O9 -funroll-loops -ffast-math -malign-double /usr

RE: [PHP-INST] Does complete really mean incomplete?

2001-02-05 Thread Mark Newnham
I downloaded the windows binary zip from php.net on saturday and everything you mention is in there. Perhaps you have a corrupted download? > -Original Message- > From: Jim Ekleberry [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 04, 2001 2:17 PM > To: [EMAIL PROTECTED] > Subject: [

[PHP-INST] php4 on port

2001-02-05 Thread Nathan Humphrey
I am trying to do a port install of php 4 I get this error when running apache Anyone know what this could mean and how to rectify the problem? su-2.03# ./apachectl graceful ./apachectl graceful: httpd not running, trying to start Syntax error on line 248 of /usr/local/apache/conf/httpd.conf: Can

[PHP-INST] Apache 1.3.17 reporting undefind symbol: uncompress in libphp4.so

2001-02-05 Thread Philip . Armstrong
I am any have trouble getting any apache_1.3.x load the php4 module. So far I've tried install php on two machines, one sparc and one pentium both running suse linux 6.4. I am tring to install php as a dynamic module The apache is configured as follows: ./configure --prefix=/usr/local/apache_1

[PHP-INST] Installation of PHP and Apache in RedHat 7.0

2001-02-05 Thread Sami Kristeri Maisniemi
If you have PHP 4.0 and Apache running in RedHat 7.0, you can propably solve this problem immediately, but all advices are needed. I have a beginner's problem, which is related to RedHat's unordinary way to implemt Apache and PHP. I received detailed instructions how to install both Apache and PH

[PHP-INST] courier imap complied error !

2001-02-05 Thread Supin Wanna
Hi ! i am joe So. now i have some problem about my mail server My SYSTEM consist of : linux redhat 6.2 qmail-1.03 courier-imap-1.3.2 php-4.o.4pl1 apache-1.3.14 (If i use imap of washington no problem. it wotk) >> short step i do config php support courier-imap # cd php-4.o.4pl1 [root@loca

[PHP-INST] strange Compiling Errors / PHP4.0.4pl1

2001-02-05 Thread Thomas Weber
Hi, i've compiled and installed PHP4.0.4pl1 on two systems without problems, but on the third i get strange errors. The ./configure works, but at the make i get some errors like "linux/limits.h: No such file or directory", even this file is in /usr/include/. I have copied limits.h and errno.h to /

Re: [PHP-INST] Problem with static php install...

2001-02-05 Thread Paul Gardiner
Hello Brian, This is a known problem in 4.0.3pl1 so I would suggest you download the lastest release(4.0.4pl1) in which it has been fixed. Regards, - Paul - - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 02, 2001 8:15 PM Subject: [PHP-INST]

RE: [PHP-INST] win instalation

2001-02-05 Thread Eelco de Vries
sure is possible ... if u can run php.exe from any directory on your system in a dos box, then the php directory is correctly set in the system environment. if not add the path to the php.exe to your path string in the c:\autoexec.bat file and reboot. When that's done ... run any *.php file as: p

[PHP-INST] PHP Installation problem in HPUX

2001-02-05 Thread Chua Kia Loong
Hi, I am facing problem on installing php with Web Server: Netscape Fasttrack in HPUX. $ cd php $ ./configure -with-nsapi=/opt/nscape/ftrack -enable-track-vars -enable-libgcc -with-xml configure: error: ZTS currently requires working POSIX threads. We were unable to verify that your system supp