[PHP-INST] Installation issue on Win2K and IIS 5.

2001-03-08 Thread Alex Grigorian
Hello all, I'm completely new at this. I downloaded three files from php.net site: 1) php-4.0.4pl1.tar 2) php-4.0.4pl1-Win32 3) php404pl1-installer First, I tried installing the # 2 file, and manually adding everything. Did not succeed. (Let me clarify what I mean by not succeeding: when I'm

[PHP-INST] compile error with libphp4.a on RH 6.2

2001-03-08 Thread Johannes Ambrose
Hi, I hope this is not a stupid question. The faq tells me it should just work. When compiling apache on Red Hat 6.2 with : ./configure --prefix=/usr/local/apache --activate-module=src/modules/php4/libphp4.a everything works fine. However, make gives me a build error because there is no such dir

Re: [PHP-INST] Mac OS X Coming Soon

2001-03-08 Thread Andrew Hill
James, Quite straightforward. The Unix install instructions will mostly do it: http://www.php.net/manual/en/install.unix.php Any tweaks needed will be referenced upon OS X release. I done a few Darwin and OS X PB builds - you should have a pleasant experience with a few bits of preparation. A

[PHP-INST] Re: [pdflib] Re: [PHP-WIN] PdfLib --> Configuration Problem

2001-03-08 Thread Renato Barata Gomes
Thanks Alain !!! I have now installed PHP4.0.5 But I still have a problem ! When I initialize Apache I get a message: Unable to load dynamic library './php_cpdf.dll' ... My dll are in c:\PHP\extensions. Are they in the right place? What should I do to make Apache recognize this dll? Thank you

Re: [PHP-INST] pdflib - no errors but no pdf functions!

2001-03-08 Thread Jani Taskinen
On Thu, 8 Mar 2001, Jough wrote: >./configure --with-mysql=/usr/local/ >--with-apache=/home/jough/src/apache_1.3.19/ --enable-track-vars >--with-pdflib=/usr/local/lib/ --with-jpeg-dir=/usr/lib/ >--with-tiff-dir=/usr/local/lib/ Leave those '/lib/' parts out of the paths. It should work then. --J

RE: [PHP-INST] PHP4 and MySQL 3.23.33

2001-03-08 Thread Pal Arne Hoff
Thanks a lot! The directory had wrong permissions set. I had only looked at the permissions on the file. Now everything works great! Paal Arne Hoff > > > you should be able to find the mysql.sock file somewhere on your machine > (usually in /usr/local/mysql/mysql.sock), make sure the permission

[PHP-INST] pdflib - no errors but no pdf functions!

2001-03-08 Thread Jough
Okay, so I've compiled PHP with pdflib into Apache a few times and haven't gotten any error messages but when I try to use the pdf functions I get an error message like this: Fatal error: Call to undefined function: pdf_open_file() in /usr/local/apache/htdocs/index.php on line 2 I've also tried t

Re: [PHP-INST] Configure with Curl support (including SSL support in curl).

2001-03-08 Thread Paul McGarry
Hacking the configure file so that the line: LIBS="-lcurl $LIBS" now reads LIBS="-lssl -lcrypto -lcurl $LIBS" seems to have solved the problem for me. On 7 Mar 2001 22:51:26 -0800, [EMAIL PROTECTED] (Paul McGarry) wrote: > Howdy, > > I'm trying to configure PHP with curl support and I am > hav

[PHP-INST] Mac OS X Coming Soon

2001-03-08 Thread James Pelow
Ok, I have ordered my English UK version of OS X for IR£123.23. Now, where can I get documentation on how to install this thingy? I have all the files and libraries that I think I need. Thanks in Advance*, James Pelow *Only to the person that replies, I'm not gonna waste my limited supply o

[PHP-INST] --enable-socket problems

2001-03-08 Thread Xuemei Tang
Hi, I tried to configure the php-4.0.4pl1 with options "--enable-sockets" under Solaris 2.8. The commands that I typed in are shown next. /export/xmtang/php-4.0.4pl1>./configure --prefix="/export/xmtang/php" --with -apache=../apache_1.3.14 --enable-sockets /export/xmtang/php-4.0.4pl1>make Then

Re: [PHP-INST] PHP4 and MySQL 3.23.33

2001-03-08 Thread Aaron Joseph Pagel
you should be able to find the mysql.sock file somewhere on your machine (usually in /usr/local/mysql/mysql.sock), make sure the permissions are set as 755 for both the mysql directory and the mysql.sock file, that fixed a similar problem on my server. On Thu, 8 Mar 2001, [iso-8859-1] Pål Arne Ho

[PHP-INST] Install with Apache-SSL

2001-03-08 Thread Drew Minniti
I am attempting to install the latest php-4.0.4-pl1 under Red Hat 6.2 with Apache/1.3.9 and Apache-SSL/1.3.9 (OpenSSl 0.9.4). I am trying to install PHP with the following configuration... ./configure --with-apxs=/usr/sbin/apxs --enable-ftp --with-gd=/usr/ --with-pgsql=/usr/include/pgsql --wi

[PHP-INST] php, netscape and sybase

2001-03-08 Thread Jason Leduc
I would just like to thank all of you for your help I have completed the install of php with netscape and sybase database. It was a hard road but your help made it enjoyable. Thanks again. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

[PHP-INST] php as a module on apache

2001-03-08 Thread mint
I am trying (still) to load php as a module on apache I have modified the httpd.conf file to load php3 module in modules/libphp3.so and when i restart server i get cannot load /httpd/modules/libphp3.so into server undefined symbol: gss_mech_krb5 I have kerberos installed and have modifi

[PHP-INST] php and sybase

2001-03-08 Thread Jason Leduc
I also agree with your comments that the documentation for sybase installs is GREATLY lacking. I'm installing php 4.04 with sybase and am having a great deal of trouble. do I need to get anything else from sybase to make this work? do I need to use the --with-sybase-ct=PATH or can I use --with-syb

[PHP-INST] sybase and php install

2001-03-08 Thread Jason Leduc
Hello ALL Here's another one for ya. Any idea what this means? php_sybase_db.c: In function `php_if_sybase_query': php_sybase_db.c:781: `core_globals' undeclared (first use in this function) php_sybase_db.c:781: (Each undeclared identifier is reported only once php_sybase_db.c:781: for each fun

[PHP-INST] php and sybase

2001-03-08 Thread Jason Leduc
Hello All Could some one who has sybase configured with php possible look and see if they have these 3 files sybfront.h, sybdb.h and syberror.h After I do the configure which gives me no erros I try to the make and It keeps crashing trying to use these 3 files that I don't have on my sybase ma

[PHP-INST] Config between PHP and PDFlib

2001-03-08 Thread Renato Barata Gomes
I am having problems to configure PHP4.0 and PDF4.0. I downloaded PDFlib 4.0 and it says that supports PHP scripts. But I can not put it to work. Function errors ... In the PDFlib manual they say the following: Installing the PDFlib PHP In order to guarantee full functionality across all PD lib

[PHP-INST] Pb installing php4.04pl1 with gd 1.8.3 on solaris 2.7

2001-03-08 Thread Christophe Faure
So i tried to do that : frist the php : ./configure --with-mysql=../mysql-3.22.32 --with-dom=/usr/local --enable-tra ck-vars --enable-ftp --with-apache=../apache_1.3.14 --with-gd=/usr/local --e nable-magic-quotes --enable-bcmath --enable-calendar --with-regex=php and then make and make install

[PHP-INST] --with-socket option, Error in make..

2001-03-08 Thread SIl Lee
Hi ! I have sun sparc station 20 on a Solaris 2.6 and I installed the GNUautomake.1.4, GNUgcc.2.95.2 and GNUmake.3.78.1. The apache version is 1.3.19 and php version is 4.0.4pl1. And I get the following error message trying to execute make: --- ake[3]: Entering directory `/u

[PHP-INST] PHP vs. Perl for XML

2001-03-08 Thread Santiago Chumbe
Hi, I've been trying to find information on the interaction of XML and PHP recently (for a view of one day writing .cgi scripts that search my xml documents with a knowledge of their hierarchy, etc.) And I came across this recorded roundtable discussion on perl and xml at: http://www.xml.com/lpt