Re: [PHP-INST] Ayuda

2001-02-01 Thread Pomar Berry, Christian
Hi, In Spanish: Ayudaría un poco si dijeras cómo has hecho el configure y qué está haciendo cuando le das al make. También ayudaría saber algo del compilador. In English: It would help if you gave us some information about the 'configure' options and which stage the compilation is when it give

Re: [PHP-INST] Floating Point Exception on First Use

2001-02-01 Thread Josh Lokot
I have seen this same problem many many times with users of FreeBSD 3.x. Yes, the line of code regarding SRAND48 is the problem, however as Rasmus put it, the best way to fix is to get the latest snap from snaps.php.net. I had the same problem and I upgraded FreeBSD to 4.2 instead. - Original

[PHP-INST] BUG #8952

2001-02-01 Thread Ken Allan
Hi there, I noticed your bug id #8952 was a problem that I personally had, and one that i find usually pops up from time to time (read every release so far :)... I'm not much of a programmer, but I do know what's happening here... gcc -funsigned-char -I/usr/local/installs/web_stuff/php-4.0.4pl1

[PHP-INST] Problem with 3.0.18 and enable_versioning

2001-02-01 Thread Tablelands Online
When we compile 3.0.18 with enable versioning we go no further, 4.0.4r1 compiles fine!! Suggestions are very welcome... !!Core dump!! with --enable-versioning PHP3.0.18 as DSO for apache_1.3.14 on RH7? Current ./configure's for relevent items Red Hat 7.0 (Guinness) unam

Re: [PHP-INST] Floating Point Exception on First Use

2001-02-01 Thread Extends Internet
I did some more gdb checking and see that the #if HAVE_SRAND48 is true. When I manually change the main/php_config.h file to define this as: #define HAVE_SRAND48 0 the problem goes away and all is well. I guess the configure script got this wrong. Can anyone confirm this? Thanks! S

[PHP-INST] Floating Point Exception on First Use

2001-02-01 Thread Extends Internet
I get a "Floating point exception - core dumped" on my first attempt to start the Apache server once I've added php. Any help is greatly appreciated! Thanks, Steve Amerige OS: FreeBSD 3.4 (Intel) Apache: 1.3.14 (latest production version) PHP:4.0.4pl1 MySQL: 3.23.32 I started with ta

Re: [PHP-INST] Floating Point Exception on First Use

2001-02-01 Thread Rasmus Lerdorf
Try a snapshot release from http://snaps.php.net and let us know if you still get this problem. -Rasmus On Thu, 1 Feb 2001, Extends Internet wrote: > I get a "Floating point exception - core dumped" on my first attempt > to start the Apache server once I've added php. Any help is greatly > app

[PHP-INST] What is the problem with the latest php4?

2001-02-01 Thread Kenneth J. Ingram
Why am I getting this error? make[1]: Entering directory `/usr/src/php-4.0.4pl1' /usr/sbin/apxs -i -a -n php4 libs/libphp4.so cp libs/libphp4.so /usr/lib/apache/libphp4.so cp: cannot stat `libs/libphp4.so': N

[PHP-INST] Problems with Payflow Pro & PHP4

2001-02-01 Thread Mike
I am not having any luck configuring php4 with pfpro.. Everything goes just fine without it... Any help is greatly appreciated. Thanks, Mike debug.log: CONFIGURE: './configure' '--with-mysql=/usr/local' '--with-pfpro' '--with-apache=../apache_1.3.17' '--enable-track-vars' '--enable-bcmath'

[PHP-INST] Problem getting the shared library compiled.

2001-02-01 Thread Kenneth J. Ingram
What is this error about? Anyone? make[1]: Entering directory `/usr/src/php-4.0.4pl1' /usr/sbin/apxs -i -a -n php4 libs/libphp4.so cp libs/libphp4.so /usr/lib/apache/libphp4.so cp: cannot stat `libs/libphp4.so': No such file or directory apxs:Break: Command failed with rc=65536 make[1]: *** [inst

[PHP-INST] Install problem

2001-02-01 Thread Anthony Ortega- Web Admin.
I am having trouble getting the RPM to install correctly with Redhat 7.0. I reads the files but give me a: Call to undefined function: mysql_connect() when i try to call a database. Any suggestions? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-INST] Fatal System Error: Raise at top of Exception Stack

2001-02-01 Thread zambak
after suceccfuly compiling php with Apache 1.3.17 and mod_ssl 2.8.0 i get above error when starting apache . Does ne1 have any idea what it is??? Here are my compile options: for php (latest 4.0.4pl1) ./configure --with-apache=../apache_1.3.17 --with-ibm-db2=/usr/IBMdb2/V7.1/ --with-mcrypt=/us

[PHP-INST] multipart/form-data

2001-02-01 Thread Michael Ridinger
I've just upgraded my Linux 7 server with PHP 4.0.4 pl1. Before the upgrade, I was using version 3.??? (can't remember exact version). I used the standard file-upload form that looked like the following: . . . When the file (and other fields) are uploaded, the are prepended with a CR and

[PHP-INST] Help with tsrm error.

2001-02-01 Thread Tony Brown
Hello all, I have an issue that I can not seem to resolve. Scenario: Solaris 2.7 Netscape Enterprise Server 4.1 PHP 4.0.4 Oracle 8i Configured as: --enable-debug --enable-pic --enable-inline-optimization --with-regex=system --with-gettext=/usr/bin --enable-safe-mode --enable-sysvmem --enable-

Re: [PHP-INST] Unable to read PHP scripts

2001-02-01 Thread Geordon VanTassle
That sounds like you need to check for the existance of a line like the following in your httpd.conf: AddType application/x-httpd-php .php .phtml .php3 .html That line tells Apache to recognise that there is PHP scripting in files with the extensions .php .phtml .php3 and .html Your precise sel

[PHP-INST] Unable to read PHP scripts

2001-02-01 Thread Vanstaen Laurent
Hi all, I've installed Apache and PHP successfully but my browser doesn't seem to recognize php scripts. It ask to saves them, instead of parsing these files. Anybody got the same problem and a soution ?? Laurent Vanstaen -- PHP Install Mailing List (http://www.php.net/) To unsubsc