Re: [PHP-INST] Mysql support

2002-01-29 Thread Uma Shankari T.
I have tried that code it is giving all the information about php. I am using php and mysql for webpage designing and apache for authentication.I am working in linux platform.I don't know the people who worked before me installed using binary or source.Manually it is connecting to mysql like thi

[PHP-INST] Mysql support

2002-01-29 Thread Uma Shankari T.
I am trying to connect with mysql using php script but it is giving No mysql support error.what will i do to rectify this error tell me assp -Uma -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[PHP-INST] IMAP and lcrypt problems

2002-01-29 Thread Robert Abbate
Hi. It looks like many people are having trouble with IMAP on here. My problem is probably pretty easy to fix, but I'm not an expert...so here I am. I am running Mandrake 8.1, trying to install PHP 4.1.1. I installed IMAP using an RPM (courier-imap-1.3.12.20011123-3mdk.i586.rpm) When running con

Re: [PHP-INST] Installation

2002-01-29 Thread Uma Shankari T.
I have done all those things but it is displaying the same error -Uma -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-INST] Installation

2002-01-29 Thread David Jackson
Uma -- Can you connect from the command using mysql dbname -u -p My connect function looks like this: David "Uma Shankari T." wrote: > > > > I have installed php sucessfully.But while trying to connect with mysql it > is giving fatal error.This error is coming due to mysql problem or > wha

[PHP-INST] Installation

2002-01-29 Thread Uma Shankari T.
I have installed php sucessfully.But while trying to connect with mysql it is giving fatal error.This error is coming due to mysql problem or what. -Uma -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-INST] FreeBSD 4.5, php 4.1.1, Apache install help

2002-01-29 Thread Benjamin Krajmalnik
Would someone be so kind as to outline the sequence which must be followed to install the above utilizing the ports collection? Do I first make Apache or PHP? When I invoke a make on the PHP 4.1.1 ports directory, a dialog is shown with various support modules. Can I just include whichever opti

[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

RE: [PHP-INST] PHP4.1.1, Apache-1.3.23 IMAP doesnt work for me...HELP!!!

2002-01-29 Thread Ron Simpson
Jon, Thanks very much I did this at 3:30 am PST time.. OOPS Ron Jon Wagoner wrote: > I think that should be --with-imap=../imap/c-client, not --enable-imap > > -Original Message- > From: Ron Simpson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 29, 2002 2:30 PM

[PHP-INST] Linux +Xitami + PHP4.1.1

2002-01-29 Thread David Jackson
Greeting -- I've been running Xitami web server on my WinMe laptop. Installing PHP was easy using the insallable exe for PHP. And installing Xitami on my Linux box is also easy. What I'm not sure of is how to install PHP? Since the ./configure options didn't mention Xitami as a server supported?

[PHP-INST] -lcrypto

2002-01-29 Thread Robert Abbate
Hi. It looks like many people are having trouble with IMAP on here. My problem is probably pretty easy to fix, but I'm not an expert...so here I am. I am running Mandrake 8.1, trying to install PHP 4.1.1. I installed IMAP using an RPM (courier-imap-1.3.12.20011123-3mdk.i586.rpm) When running con

[PHP-INST] Re: PHP/Courier-IMAP and c-client library

2002-01-29 Thread Tony Bibbs
For the archives: I found a fix for my problem. I want to be perfectly clear what my configuration is so that if anyone has this god-foresaken problem they can fix it. OS: Red Hat Linux 7.2 MTA: courier-mta IMAP: courier-imap I installed the UW c-client library and compiled it with "make lrh"

[PHP-INST] PHP/Courier-IMAP and c-client library

2002-01-29 Thread Tony Bibbs
Ok, I have PHP 4.1.1 on RH7.2 and I'm running courier-mta and courier-imap. I downloaded the UW c-client library and did the "make lrh". I then do the following configure: ./configure --disable-debug -enable-pic -disable-rpath --enable-inline-optimization --with-apxs=/usr/sbin/apxs --with-bz2 --

Re: [PHP-INST] PHP4.1.1 & MySQL (httpd dumps core)

2002-01-29 Thread J S
I'm not claiming to be an expert but have you tried setting LD_LIBRARY_PATH first to point at mysql, then starting apache? JS. >Hi, > >MySQL is installed succesfully, and php installs ok as well, but I >have the exact problem as stated on >http://www.php.net/manual/en/faq.databases.php#AEN732

[PHP-INST] Re: Can find some extensions but not all

2002-01-29 Thread Numero 6
[EMAIL PROTECTED] (Jason Lehman) wrote in [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: > Even though I have all the extensions in the same directory I keep > getting the error that such and such extension can't be found. > > Here is the list of ones that cant be found but are in the same > dire

[PHP-INST] PHP4.1.1 & MySQL (httpd dumps core)

2002-01-29 Thread The Rookie
Hi, MySQL is installed succesfully, and php installs ok as well, but I have the exact problem as stated on http://www.php.net/manual/en/faq.databases.php#AEN73278 (httpd dumps core) see this snippet of apache's error_log: [notice] Apache/1.3.14 (Unix) PHP/4.1.1 mod_perl/1.24 mod_ssl/2.7.1 OpenSS

[PHP-INST] v4.1.1 - ImageTypes() returns nothing, phpinfo reports GIF support enabled

2002-01-29 Thread chasd
On the same machine (RH 6.2 x86), I can get php 4.0.6 (and earlier) to compile with gd support. phphinfo() shows the following: GD Support - enabled GD Version - between 1.3 and 1.6.1 FreeType Support - enabled FreeType Linkage - with TTF library GIF Support - enabled and ImageTypes() returns I

RE: [PHP-INST] PHP4.1.1, Apache-1.3.23 IMAP doesnt work for me...HELP!!!

2002-01-29 Thread Jon Wagoner
I think that should be --with-imap=../imap/c-client, not --enable-imap -Original Message- From: Ron Simpson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 2:30 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] PHP4.1.1, Apache-1.3.23 IMAP doesnt work for me...HELP!!! I have insta

[PHP-INST] PHP4.1.1, Apache-1.3.23 IMAP doesnt work for me...HELP!!!

2002-01-29 Thread Ron Simpson
I have installed PHP-4.1.1, Apache-1.3.23, MySQl-3.23.47, gd1.03 and imap-2001a. on a Slakware based system called Prime. I have followed the instructions, I get no compile errors that I can see, Apache works, PHP works, MySQL works, but when I reference to imap_open(), I get an error message

php-install Digest 29 Jan 2002 20:40:06 -0000 Issue 674

2002-01-29 Thread php-install-digest-help
php-install Digest 29 Jan 2002 20:40:06 - Issue 674 Topics (messages 5803 through 5814): Re: PHP on Windows XP problem 5803 by: Mike Maltese 5808 by: Poul Theodorsen Problems with installation on windows98 with apache 5804 by: mark.broad.st.com 5805 by: Ryan

[PHP-INST] Urgent TTF Problem

2002-01-29 Thread Jonathan Hilgeman
I recently tried to upgrade to PHP 4.1.1. I'm using a FreeBSD ports system, so it has some default options to build with FreeType 2.0.6 (libfreetype.so.8), GD 1.8.4_5 (libgd.so.2), but no FreeType 1.x libraries (as I later found out). The installation went smoothly, and I tried to make a dynamic

[PHP-INST] --enable-ftp in RedHat 7.0

2002-01-29 Thread Ing. Gustavo Edelstein
Hi members, How can I install the PHP4 rpm with ftp support in RedHat 7.0 ? Thanks, Ing. Gustavo A. Edelstein Tech. Mgr. Equiplus Argentina S.A. __ Visit us On Line at www.equiplus.com Email addresses: Operations: [EMAIL PROTECTED] Consulting: [EMAIL PROTECTE

[PHP-INST] New Prob. Re: [PHP-INST] Problems with installation on windows98 with apache

2002-01-29 Thread Suzanne Francis
Thanks to mike, mark and ryan for their help. I have looked at your information and tried it. Since I uncommented the AddType line when I try to open http://localhost/phpinfo.php I just get a blank screen. Any more ideas Thanks Suzanne - Original Message - From: "Mike Maltese" <[EMAIL PRO

[PHP-INST] Can find some extensions but not all

2002-01-29 Thread Jason Lehman
Even though I have all the extensions in the same directory I keep getting the error that such and such extension can't be found. Here is the list of ones that cant be found but are in the same directory as the rest: php_ifx.dll php_ingres.dll php_oci8.dll php_oracle.dll php_sybase_ct.dll Her

[PHP-INST] PHP & Apache

2002-01-29 Thread Andrew Afliatunov
When I configured and installed PHP 4.1.1, my apache 1.3.22 failed to start - it gives this error: Cannot load /usr/local/apache/libexec/libphp4.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error: file /usr/local/apache/libexec/libphp4.so: symbol ap_block_alarms: refere

Re: [PHP-INST] PHP on Windows XP problem

2002-01-29 Thread Poul Theodorsen
YES - THANKS Finally I got the 'hello world' in my browser. So now I can get on with something more serious. - thanks again Poul -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP-INST] Re: [PHP] PHP and Webmin...

2002-01-29 Thread Prakash
PLEASE, can someone tell me how may I reach someone that can help me in this problem ?!? I've already asked in the PHP-DEV mailing list, but I've seen no answers at all also there...! IMHO, it can be very useful to use php as a remote administration language!!! thanks, prakash - Origina

[PHP-INST] libphp4.so causes coredump when trying to start apache

2002-01-29 Thread J S
Hi, I have built apache1.3.22 on aix4.3.3 and configured it to loadmodule libphp4.so (PHP4.1.1). The problem is this causes a coredump (segmentation fault) every time I start apache. Without php it works fine though. I had exactly the same problem on Solaris a few months ago and managed to f

Re: [PHP-INST] Problems with installation on windows98 with apache

2002-01-29 Thread Ryan Walker
Personally, I prefer: AddType application/x-httpd-php .php .php3 .php4 .phtml AddType application/x-httpd-php-source .phps Note the differentiation between php and php-source, and the inclusion of multiple extensions in a single type declaration. Also, I see in your example that you included .h

[PHP-INST] Problems with installation on windows98 with apache

2002-01-29 Thread mark . broad
You need to uncomment/add a line(s) along the lines of : AddType application/x-httpd-php .php AddType application/x-httpd-php .phps AddType application/x-httpd-php .phtml AddType application/x-httpd-php .php4 Because this is how it knows when to use the action dependant on file extension type. N

Re: [PHP-INST] PHP on Windows XP problem

2002-01-29 Thread Mike Maltese
I've been able to get it to work without ScriptAlias, however it's been a while and I've been using the Apache module for some time. Try this: ScriptAlias /php/ "f:/usr/" AddType application/x-httpd-php .php .php3 <-- Put both extensions on this line Action application/x-httpd-php "/p