[PHP-INST] sockets install problem

2002-11-04 Thread Gareth Thomas
Hi, I had installed and running fine 4.3.0pre2 until today when I was having a problem using the socket() function. Apparently I needed to recompile using the '--enable-sockets' switch on the ./configure. That works fine, however when I run a 'make' it bombs out with the following error: my_tempn

[PHP-INST] Download Dialog problem

2002-11-04 Thread M. Ben Nicolas
I have attempted to compile and install PHP using the 'Static' method described in the INSTALL file that comes with php php configured with: ./configure --with-mysql --with-pgsql --with-apache=/usr/local/apache/apache _1.3.22/ (make => make install) php.ini was copied to: /usr/local/lib/php.ini

[PHP-INST] php install problems

2002-11-04 Thread Kalin Mintchev
hi all, after compiling php 4.2.3 for apache 2.0.43 i get this massages Syntax error on line 231 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp4.so into server: /usr/local/apache2/modules/libphp4.so: Undefined symbol "pthread_getspecific" the os is FreeBSD

[PHP-INST] help!

2002-11-04 Thread Pawel
Hi, 've got a problem with installing php4 on my computer I tried to install it under (Mandrake). I send you also a "debug.log" file, which was created during the installation.   'Hope to hear from you soon. Best wishes, Pawel. -- PHP Install Mailing List (http://www.php.net/) To unsubscr

Re: [PHP-INST] php 4.2.3+apache 2.0.43

2002-11-04 Thread Chris Wilson
just an FYI, I went down to 1.3.27, everything is working fine. Thanks for the help! :) cw. - Original Message - From: <[EMAIL PROTECTED]> To: "Lou Picciano" <[EMAIL PROTECTED]> Cc: "Chris Wilson" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, November 04, 2002 1:33 PM Subject:

Re: [PHP-INST] php 4.2.3+apache 2.0.43

2002-11-04 Thread Jeffrey_N_Dyke
Sharing.if you're interested since i have posted the other one, i feel inclined to addYes, i have had luck with Apache 2.039 and PHP 4.23-dev(from snaps.php.net a few months ago). - Soloris 8. The luck i had with the 4.2branch was only compiling in the basics --with-mysql --with-

[PHP-INST] help!

2002-11-04 Thread Pawel
Hi, 've got a problem with installing php4 on my computer I tried to install it under (Mandrake). I send you also a "debug.log" file, which was created during the installation.   'Hope to hear from you soon. Best wishes, Pawel.   -- PHP Install Mailing List (http://www.php.net/) To unsubscr

Re: [PHP-INST] php 4.2.3+apache 2.0.43

2002-11-04 Thread Lou Picciano
List Friends, Wanted to add 2 cents to the list discussion about the Apache 2.n / php 4.n Œcontroversy¹... We¹ve been monitoring the discussion, and the suggestions from Rasmus and others that this is an unstable combination, but, in the interest of healthy experimentation and research... We¹ve

[PHP-INST] php install as DSO, apache 1.3.14, Unixware 7.11

2002-11-04 Thread Andrew Gerstmayr
I've been trying to install PHP as a dynamic module with Apache 1.3.14. I've been following the instructions found in the INSTALL file, as well as numerous online documents. After editing httpd.conf with the appropriate 'LoadModule' line and 'AddType' lines, and restarting the apache server I get

Re: [PHP-INST] php 4.2.3+apache 2.0.43

2002-11-04 Thread Jeffrey_N_Dyke
This is not a stable combination. You'd be better off going down to Apache 1.3.27. Also in httpd.conf(of Apache 2X) it tells you --- "don't use -1 on these systems" jd

php-install Digest 4 Nov 2002 19:55:49 -0000 Issue 1103

2002-11-04 Thread php-install-digest-help
php-install Digest 4 Nov 2002 19:55:49 - Issue 1103 Topics (messages 9011 through 9020): Installing RECODE on WinXP 9011 by: Sebastian Galonska Re: mysqldump ?! 9012 by: Bronwen Hodgkinson 9013 by: Pierre-Alain Joye 9014 by: Bronwen Hodgkinson Re: PHP4 on Op

[PHP-INST] php 4.2.3+apache 2.0.43

2002-11-04 Thread Chris Wilson
Hello, I am having a problem with a 4.2.3 install on a redhat linux box running apache 2.0.43 and php 4.2.3 when I turn safe mode on, I get this error: Warning: SAFE MODE Restriction in effect. The script whose uid is -1 is not allowed to access /var/www/html/index.php owned by uid 515 in U

Re: [PHP-INST] Re: Apache 2.0.40/PHP 4.2.2 Win2000 Help

2002-11-04 Thread Metin Kale
*snip snip* Also, you are using Apache2 support for PHP which is buggy at best, I would recommend using 1.3.27. In which case you would not use php4apache2.dll but php4apache. Hope that helps. What is the latest on PHP4 and Apache2 compatibility on win2k? Is the recommendation to use Apache

[PHP-INST] php v4.2.1 and netscape ldap.

2002-11-04 Thread dweise
Hello, I want to use phpv4.2.1 with ldap for apache v1.3. now i tried to compile it with openldap support (using just the libraries) and it will compile but won't run. does anybody know if php v4.2.1 will compile successfully with netscape ldap libraries (ldapsdk) v5? thank you. --dave -- P

[PHP-INST] fsockopen fails if port blocked by firewall - PHP 4.0.6 / Apache / Linux

2002-11-04 Thread Neil Smith
Hello List - I am having a problem with fsockopen since my ISP upgraded their linux server. The same function works just fine on another linux server and PHP version (using a different ISP). This fsockopen function previously worked as expected, returning within the specified timeout (2 sec) i

[PHP-INST] configure problem

2002-11-04 Thread Amaury DAILLIEZ
Hey all, i'm running Slackware 8.1 i didn't found any way to solve an imap problem when running configure whereas i followed minuciously the php.net/imap document i solved a first problem (rfc822.h) but i've got a new problem now :( configure: error: Cannot find imap library. Please check your I

Re: [PHP-INST] PHP4 on OpenBSD, Missing libcrypto.so.4.1???

2002-11-04 Thread Matt T. Galvin
I am pretty sure that it is telling you, that you need to install OpenSSL. http://www.openssl.org/ -- At 04:02 PM 11/3/2002 +0100, you wrote: Tried to install PHP4 on my OpenBSD box but it complains about some file, libcrypto.so.4.1:( What I did exactly is at the end of this message. How

RE: [PHP-INST] mysqldump ?!

2002-11-04 Thread Bronwen Hodgkinson
Hello, I want to run a MySQL database using PHP on a remote server. I am populating my database on my PC at home. I understood that I'll have to use MYSQLDUMP to export these data to a dump file, FTP that file to the server and then use MYSQL to re-create the database there. My problem is with the

Re: [PHP-INST] mysqldump ?!

2002-11-04 Thread Pierre-Alain Joye
On Mon, 4 Nov 2002 08:28:43 -0500 "Bronwen Hodgkinson" <[EMAIL PROTECTED]> wrote: > All I know is how to run.php files. Does PHP offer a > solution here? phpMyAdmin or others similar apps provide this feature. hth pa -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: htt

RE: [PHP-INST] mysqldump ?!

2002-11-04 Thread Bronwen Hodgkinson
Hello, I want to run a MySQL database using PHP on a remote server. I am populating my database on my PC at home. I understood that I'll have to use MYSQLDUMP to export these data to a dump file, FTP that file to the server and then use MYSQL to re-create the database there. My problem is with the

[PHP-INST] Installing RECODE on WinXP

2002-11-04 Thread Sebastian Galonska
Hello, I would like to install RECODE to work with on my WAMP-System. Until now, I found just "recode.exe", but it doesn´t really help me. As it seems, I need an .dll - file. Can anyone give me some advice where I can get the Windows-built and how to to install it? thanx Sebastian -- PHP Insta