[PHP-INST] Error: reentrancy.c: In function `php_readdir_r': \n reentrancy.c:130: too few arguments to function `readdir_r'

2002-07-22 Thread Matti Simperi
Hi, I was trying to install PHP 4.2.1, but I get this error message: reentrancy.c: In function `php_readdir_r': reentrancy.c:130: too few arguments to function `readdir_r' make[2]: *** [reentrancy.lo] Error 1 Can anyone know where is the problem? I noticed from http://bugs.php.net that this pr

php-install Digest 22 Jul 2002 08:34:17 -0000 Issue 942

2002-07-22 Thread php-install-digest-help
php-install Digest 22 Jul 2002 08:34:17 - Issue 942 Topics (messages 7843 through 7848): Php on win2000 with apache 1.3.22 assistance. 7843 by: Rajeev Ramdas Re: remove me 7844 by: leandro asnaghi-nicastro Configuring PHP 4.2.1/Apache 2.0 7845 by: Dan 7846

[PHP-INST] PHP Install

2002-07-22 Thread James
Syntax error on line 205 of /www/conf/httpd.conf: Cannot load /www/libexec/libphp4.so into server: /www/libexec/libphp4.so: Undefined symbol "compiler_globals_id" ./apachectl start: httpd could not be started I can't figure out what i did wrong -- PHP Install Mailing List (http://www.php.net/)

[PHP-INST] Re: Error: reentrancy.c: In function `php_readdir_r': \n reentrancy.c:130: too few arguments to function `readdir_r'

2002-07-22 Thread Matti Simperi
Hi, I added &result at third variable passed to readdir_r, but I don't think that this is a fix to my problem. Someone was done this earlier. Could this help someone to realy say, what when wrong on my install. Matti Simperi > reentrancy.c: In function `php_readdir_r': > reentrancy.c:130: to

[PHP-INST] MSSQL/PDFLib problem

2002-07-22 Thread BB
I am having problems installing PHP 4.2.1 on a windows 2k server box. I unzipped PHP, set-up PHP.ini and did everything else fine, downloaded PDFLib, stuck the appropriate DLL in the extensions folder, but I get errors when I restart IIS (spose when PHP checks out all its files). Unable to load

[PHP-INST] OpenBSD 3.1 + Apache 2.0.39 + PHP 4.2.1 -> configure problem

2002-07-22 Thread Michele Albrigo
Hi, I'm trying to install php 4.2.1 on OpenBSD 3.1 with apache 2.0.39. I've installed a chrooted Apache, with no problem at all. I've also installed a non-chrooted MySQL 3.23.51. OpenBSD 3.1 has a quite standard installation (no additional packages over a base/non-x installation). I've configure

[PHP-INST] Quick Question

2002-07-22 Thread Nicholas Mercier
I'm sure this is the wrong list, but I'm sure someone here could either help me or point me to the right list. I'm currently developing a Remote CMS for a site. I'm working on the image upload and want to create a smaller thumbnail type image (thought >200x>180 instead of >50x>50) I know I'm g

[PHP-INST] Installing on NT2000

2002-07-22 Thread Francis
Ok, installed PHP a couple of times with no prob, but now the php ISAPI refuses to load, gives a big red down arrow in IIS's ISAPI Filters. Do I need to set any permissions? I've also dumped all the dll's in the winnt\system32 still hasnt had any effect... :( and php.ini (unchanged from the php.in

[PHP-INST] Help with http client code compile

2002-07-22 Thread Stewart Dean
I am now hung up in the PHP compile in the build of the PHP module that links to HTTPServerit fails to compile; it seems like there is contention between PHP's php.h and HTTPServer/Apache's ap_config.h...please see the attachment for the problem. Can anyone help here? Background:

[PHP-INST] New Compile - Buffering Issues

2002-07-22 Thread Jonathan Hilgeman
This might be a little off the topic of installations, but since it occurred just after a new compile... I just compiled 4.2.1 CGI so I can use it to create command-line system tools. Now, one of my tools opens up a socket to a mail host, and reads all the messages and closes the socket. I hav

[PHP-INST] Header

2002-07-22 Thread Reetu Singh
Hi All I am using following code and I am getting the following response ... kindly help me // check to see if $PHP_AUTH_USER already contains information if (!isset($PHP_AUTH_USER)) { //if empty, send header causing dialog box to appear header('WWW-Authenticate: Ba

[PHP-INST] Apache 2.0.39

2002-07-22 Thread bob pilly
Hello im trying to install php 4.2.1 as a mod to apache 2.0.39 on a redhat 7.3 system. I have compiled the apache with the --enable-mod=so switch and i have used the --with-apxs2=/www/bin/apxs switch as well but when i go to make install php i get teh following error: php_functions.c:93:27: missi

RE: [PHP-INST] Variable - Return

2002-07-22 Thread Chris Santerre
do a search on php.net for register_globals. This now defaults to OFF. Either turn it on, or use the $_GET function. $_GET is more secure. -Original Message- From: Reetu Singh [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 20, 2002 10:01 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] Varia

RE: [PHP-INST] Apache 2.0.39

2002-07-22 Thread Chris Santerre
Know problem. Download the latest snapshot from snaps.php.net and unpack it. Copy the new php_functions.c over the old. This has been reported to work. -Original Message- From: bob pilly [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 12:49 PM To: [EMAIL PROTECTED] Subject: [PHP-IN

[PHP-INST] Build PHP 4.2.1 on OS X: "Multiple Definitions"

2002-07-22 Thread Frank Bitterlich
Hi, newbie alert! I've never built anything on OS X, so I thought I'd better follow the docs by the letter. Still, no go... When I run "make", I get a couple hundred error messages like this: > ld: multiple definitions of symbol _virtual_utime > TSRM/.libs/libtsrm.al(tsrm_virtual_cwd.lo) defin

RE: [PHP-INST] Variable - Return

2002-07-22 Thread Viraj Kalinga Abayarathna
please post the both codings. This may be a variable name missmatch or something similar, can't give a solution witout go through the coding. vk www.CeyNet.net - The Lowest Cost Web Hosting (100% reliable) -Original Message- From: Reetu Singh [mailto:[EMAIL PROTECTED]] Sent: Sunday, Ju

RE: [PHP-INST] Php on win2000 with apache 1.3.22 assistance.

2002-07-22 Thread Viraj Kalinga Abayarathna
Rajeev, first see this line in your httpd.conf.. Your line ---> ScriptAlias /php/ "D:\Program Files\PhP/php-4.2.1-Win32/" see the difference .. you have set the Alias path incorrectly.. change it to this... (A Slash can change a world) ScriptAlias /p

RE: [PHP-INST] Variable - Return

2002-07-22 Thread Khristopher_Klaich
Are you trying to pass it with a session or a cookie.? ON my linux box I know that I could not get sessions to start to work until I changed the ownership of the /tmp directory where the session was wrtittenthis changed from apache to apache2. Just my .02 "Viraj Kalinga Abayarathn

Re: [PHP-INST] Build PHP 4.2.1 on OS X: "Multiple Definitions"

2002-07-22 Thread Steve Cayford
On Monday, July 22, 2002, at 02:10 PM, Frank Bitterlich wrote: > Hi, > > newbie alert! I've never built anything on OS X, so I thought I'd better > follow the docs by the letter. Still, no go... Building PHP on OSX is tricky, at least the last time I did it (a couple months ago). What directio

php-install Digest 22 Jul 2002 23:33:57 -0000 Issue 943

2002-07-22 Thread php-install-digest-help
php-install Digest 22 Jul 2002 23:33:57 - Issue 943 Topics (messages 7849 through 7865): PHP Install 7849 by: James Re: Error: reentrancy.c: In function `php_readdir_r': \n reentrancy.c:130: too few arguments to function `readdir_r' 7850 by: Matti Simperi MSSQL/PDFLib pro

[PHP-INST] libphp4.so, Sun Solaris 8, relocation error

2002-07-22 Thread Thomas LangÄs
OS: Sun Solaris 8 Problem: dilbert:/local/apache# bin/httpd Syntax error on line 244 of /local/apache/conf/httpd.conf: Cannot load /local/apache/libexec/libphp4.so into server: ld.so.1: bin/httpd: fatal: relocation error: file /local/apache/libexec/libphp4.so: symbol __floatdidf: referenced s

Re: [PHP-INST] php-sybase client core on mandrake 8.2

2002-07-22 Thread Matthew Kurowski
> I have a very odd problem on a stock Mandrake Linux 8.2 installation... > everything is as installed without modification except for the following 3 > packages (which were kindly sent to me from A. Moloksher): > > freetds-0.53.1-1mdk > freetds-devel-0.53.1-1mdk > php-sybase-4.1.2-1mdk > > Connec

[PHP-INST] PHP 4.2.2 and Apache 1.3.26 Installation

2002-07-22 Thread Christopher Lyon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OS: Red Hat 7.3 I am having a bit of a problem getting the two of these things working. I have extracted both PHP and Apache, ran ./configure - -with-mysql -with-apache=/usr/local/apache_1.3.26 from the php directory. Then I ran make and make insta