Re: [PHP-INST] Segmentation Fault in child (poor child!)

2003-01-02 Thread Chris Hewitt
Damon wrote: I'm using Redhat 7.1. I wanted to install Slash, which required recompiling Apache through the mod_perl install. I told apache to include mod_so so I could compile a DSO version of php. As a DSO you need the AddModule and LoadModule lines in httpd.conf, and "httpd -l" needs to s

php-install Digest 2 Jan 2003 12:21:35 -0000 Issue 1182

2003-01-02 Thread php-install-digest-help
php-install Digest 2 Jan 2003 12:21:35 - Issue 1182 Topics (messages 9476 through 9483): PHP 4 on Apache 1.3.27 9476 by: Jason 9477 by: Eric Naeseth Re: trouble installing PHP 9478 by: Eric Naeseth Method not allowed Error 9479 by: davidr.justice.com

[PHP-INST] Error Loading mcrypt.dll on Windows XP system

2003-01-02 Thread Jim Bierlein
Hello, My setup: Windows XP Professional php-4.3.0-Win32 Apache_2.0.43-win32-x86-no_ssl In the directory c:\php-4.3.0-Win32\extensions, I have the file php_mcrypt.dll. The php.ini file, located in the c:\Windows directory, I have configured the following: ; Directory in which the loadable exten

Re: [PHP-INST] Segmentation Fault in child (poor child!)

2003-01-02 Thread Damon
> No, I don't think so. It shows you have both compiled-in and DSO loading. Yup, I thought one method wasn't working so I switched to the other. Turns out I got both working. > A phpinfo() will show where your php.ini should be. Its an option that > you compiled PHP with. The phpinfo call was o

[PHP-INST] Index page

2003-01-02 Thread thkiat
Why by only typing http://localhost/ the index.php did not show up. I have to type http://localhost/index.php for the page to show up. How can I solve this problem? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] installing php on redhat

2003-01-02 Thread Jaleen Liu
In RedHat 8.0, you can use RPM to remove the PHP coming with it. Then download the PHP source, configure ti with something like: ./configure --with-apxs2=/path/to/apxs --prefix=/path/to/php make make install Then restart Apache. It will warn you that php module has already been loaded and skip. J

Re: [PHP-INST] Error Loading mcrypt.dll on Windows XP system

2003-01-02 Thread Stephen Edmonds
The most likely problem is that php_mcrypt.dll is not in the directory c:\php-4.3.0-Win32\extensions. Check the directory and see if you can find it. If not, then you will need to find a version for php 4.3.0 and place it in the extensions folder before you can use it. Good Luck Stephen - Or

Re: [PHP-INST] Index page

2003-01-02 Thread Stephen Edmonds
That is due to the configuration of your webserver. You need to set it to accept index.php as an 'index' page. Most webservers come with index.html as the page to open. What web server are you using? - Original Message - From: "thkiat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thur

[PHP-INST] Problem with configure script for PHP 4.3.0 on Solaris 8

2003-01-02 Thread Bill Thomason
Hi, I'm trying to run the configure script for PHP 4.3.0. It keeps exiting with the following message: configure: error: libjpeg.(a|so) not found. This is how I'm running configure: ./configure --prefix=/opt/sfw/php --with-mysql=/opt/mysql \ --with-pgsql=/opt/postgres --with-gd=shared,/opt/sfw

[PHP-INST] Problem configuring PHP 4.3.0 with IMAP on RH 7.2

2003-01-02 Thread Joerg Aldinger
When trying to configure PHP 4.3.0 on RedHat 7.2 with the following command: ./configure --no-create --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/usr/com --localstatedir=/var --libdir=/usr

[PHP-INST] PHP & HTTPD

2003-01-02 Thread M A
I don't have the following php module in my httpd.conf file: LoadModule php4_module modules/libphp4.so AddType application/x-httpd-php .php Still i am able to build webpages using php and php codes are being proccessed by the server. one more thing when i tried to load the php module and restar

Re: [PHP-INST] PHP & HTTPD

2003-01-02 Thread Michael Lougee
Did you do an --enable=so when you configured Apache? or do --with-apxs="dir" when you configured php? The second one would add the LoadModule in automatically to your httpd.conf file. Or maybe you have two installs of apache? I know my sun box had a version of apache that was installed on there

Re: [PHP-INST] PHP & HTTPD

2003-01-02 Thread Chris Hewitt
M A wrote: LoadModule php4_module modules/libphp4.so AddType application/x-httpd-php .php The first line is only required if you compiled apache --with-shared (to allow DSO modules) and php --with-apxs (to compile php as a DSO module). It sounds as though you have compiled them to have PHP co

[PHP-INST] Error

2003-01-02 Thread Johnny Matthews
I am setting up PHP 4.3.0 on IIS and I can pull up html pages fine, but when I pull up a PHP page, I get the following error. .. The page cannot be displayed The page you are looking for is currently unavailable. The Web site might be experiencing technic

[PHP-INST] Re: Error Loading mcrypt.dll on Windows XP system

2003-01-02 Thread Jean Baptiste FAVRE
Hi, You need limcrypt.dll which is not provided by default. Just download it here: http://ftp.proventum.net/pub/php/win32/misc/mcrypt/php-4.3-mcrypt.zip , copy the files: php_mcrypt.dll in your extensions directory and libmcrypt.dll in c:\windows\system32, restart your apache and enjoy ;-)) See you

[PHP-INST] Sybase

2003-01-02 Thread Johnny Matthews
What happened to sybase? It is returning numeric results rounded up. I run the same queries in Infomaker and I get the correct value? Is this a setup issue with 4.3? - Johnny Matthews -Database Analyst / Administrator Greenville College [EMAIL PROTECTED] Phone:618.664.7075 Fax: 618.664.7080

[PHP-INST] PHP & HTTPD

2003-01-02 Thread M A
I don't have the following php module in my httpd.conf file: LoadModule php4_module modules/libphp4.so AddType application/x-httpd-php .php Still i am able to build webpages using php and php codes are being proccessed by the server. one more thing when i tried to load the php module and re

[PHP-INST] Re: PHP & HTTPD

2003-01-02 Thread Jonathan M. Slivko
M A, Do you have a php binary on your system, either from a build that you did or from a standard RPM build? If so, then that is your answer. Thanks. -- Jonathan -- Jonathan M Slivko <[EMAIL PROTECTED]> Website: http://www.speakeasy.net/~jslivko/ "In God We Trust, All Others Pay Cash!" From: "

[PHP-INST] How to set include_path depending on the domain name

2003-01-02 Thread inet
I have PHP installed on a WinNT computer with Apache web server. I have 2 different domains on the same machine (Virtual hosts in Apache). So my question is: Is it possible to have different include_path's, depending on which domain is used. Example: I want xx.com to have the following include p

[PHP-INST] Installing php on AIX (4.3.3)

2003-01-02 Thread Kirt Thomas
In mid-December I asked about installing php on an AIX system, I was having trouble when I got to the 'make install' command, essentially the libphp4.so was not being created in the ./libs directory of the php install source, and the 'make install' was failing because it couldn't copy this into

php-install Digest 3 Jan 2003 00:23:31 -0000 Issue 1183

2003-01-02 Thread php-install-digest-help
php-install Digest 3 Jan 2003 00:23:31 - Issue 1183 Topics (messages 9484 through 9503): Error Loading mcrypt.dll on Windows XP system 9484 by: Jim Bierlein 9488 by: Stephen Edmonds 9498 by: Jean Baptiste FAVRE 9499 by: Christoph Grottolo Re: Segmentation Fau

[PHP-INST] Re: php.ini unfunctional in php4.3release on apache2.0.43

2003-01-02 Thread omer k
resolved ! the issue was due to --with-config-file-path=/usr/local/apache2/conf/php.ini instead of --with-config-file-path=/usr/local/apache2/conf/ in the original configuration. There is some confussion as the APXS binary itself (not the path) is pointed to where as its the path and not the file

[PHP-INST] Http error 403

2003-01-02 Thread [EMAIL PROTECTED]
Trying to use PHP4.0 with PWS4 on Win98. CGI works fine from dos prompt, e.g., c:\php>php phptest.php , and get expected output. But, when tried with IE Browser 5, a blank screen appears. View souce option reveals the original file. Following is the error message I'm getting: HTTP Error 403 403.1

[PHP-INST] php with gd with bcmath apache+mysql

2003-01-02 Thread Marcus
Hi there hope I can get some help of here. Has anybody successfully installed php with gd with bcmath apache+mysql And how did you get this write I've look just about everywhere for how2 but with no luck I found a howto on devshed for apache+php+mysql but they don't go into much detail about t

Re: [PHP-INST] Index page

2003-01-02 Thread toby -
hi set your home page to http://localhost/index.php then everytime u open ur browser u ll see index.php you wont even have to type anythin luck toby .. _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE* http://

[PHP-INST] Re: Error Loading mcrypt.dll on Windows XP system

2003-01-02 Thread Christoph Grottolo
Hi Jean Baptiste Favre wrote: > "Jim Bierlein" <[EMAIL PROTECTED]> a écrit dans le message de news: > [EMAIL PROTECTED] >> My problem is that I cannot get Apache to properly load the mcrypt >> module, I keep getting the warning message: >> >> Unknown(): Unable to load dynamic library >> 'c:\php-4

[PHP-INST] Re: [PHP-DEV] Re: Error Loading mcrypt.dll on Windows XP system

2003-01-02 Thread Derick Rethans
On Thu, 2 Jan 2003, Christoph Grottolo wrote: > > You need limcrypt.dll which is not provided by default. > > Just download it here: > > http://ftp.proventum.net/pub/php/win32/misc/mcrypt/php-4.3-mcrypt.zip > > , copy the files: php_mcrypt.dll in your extensions directory and > > libmcrypt.dll in