[PHP-INST] Apache Seg Faults with php/java page.

2001-08-30 Thread Bill Koch
I posted this on the General board and I have not heard any response. I hope someone can help me. Here the low down. I am getting Apache errors everytime that I try and run a Java class I get a segmentation error. Everything works fine except the Java. I have since recompiled PHP as a static

[PHP-INST] Compile : error with ludmsearch

2001-08-30 Thread FL
Hi! I've compiled and installed mnogosearch 3.1.19. The indexer runs well. I've downloaded php-4.0.6.tar.gz. configure runs but make stops on : /bin/sh /root/php-4.0.6/libtool --silent --mode=link gcc -I. -I/root/php-4.0.6/ -I/root/php-4.0.6/main -I/root/php-4.0.6 -I/root/php-4.0.6/Zend -I/u

[PHP-INST] PHP on iis5 as isapi "The specified module could not be found." what gives?

2001-08-30 Thread Bawy
I am using iis5 and tried switching the .php association from php.exe to php4isapi.dll (with the appropriate file path) and all I get is "The specified module could not be found." What do I gotta do to get PHP working as an isapi module? -- PHP Install Mailing List (http://www.php.net/) To uns

[PHP-INST] Install & Build Php4 with Apache 1.3.20 - Directory st ructure and include paths

2001-08-30 Thread Larry Cotton
Hi Previously I wrote : I've been trying to install and build php 4 with apache 1.3.20 on linux and have had a couple of minor problems. I've been following the build instructions at http://www.php.net/manual/en/install.apache.php. 1) As indicated in th

[PHP-INST] PHP make install error

2001-08-30 Thread james
Hi all i am new to the list and trying to install php on Suse 6.1. My apache is ver 1.3.6 and am installing php ver 4.0.6. The kind of error I get is as follows: /usr/local/etc/php-4.0.6/build/shtool mkdir -p "/usr/lib/apache" && apxs -S LIBEXECDIR="/usr/lib/apache" -i -a -n php4 libs/li

RE: [PHP-INST] PHP-4.0.6 gd-1.8.4 freetype2.0.4 woes

2001-08-30 Thread Jonathan Hilgeman
You say you're getting a message that indicates that it worked via phpinfo() ? Where is your info page? Are you sure there isn't another error or warning that is being displayed inside the image file? Try: 1) Putting error_reporting(0) at the top of your image file code 2) Modify php.ini and set

[PHP-INST] PHP-4.0.6 gd-1.8.4 freetype2.0.4 woes

2001-08-30 Thread Tim Kay
Ok, end of my tether now - has _anyone_ got this combination to give anything but "libgd was not built with TrueType font support" I've tried every combination of ./configure --with-gd --enable-gd-native-ttf with freetype support in gd -verified by testft and phpinfo() ./configure --with-g

[PHP-INST] Install & Build Php4 with Apache 1.3.20 - Directory st ructure and include paths

2001-08-30 Thread Larry Cotton
Hi I've been trying to install and build php 4 with apache 1.3.20 on linux and have had a couple of minor problems. I've been following the build instructions at http://www.php.net/manual/en/install.apache.php. 1) As indicated in the above instructions I configure the php using the following co

[PHP-INST] IMAP Support

2001-08-30 Thread Nicolas JOUANIN
Hi, I'm trying to enable IMAP support (--with-imap) on PHP 4.0.6 and Apache 1.3.19 on a RH 7.1 Linux. Here's my Apache configure line: ./configure --prefix=/usr/local/apache --sysconfdir=/etc/httpd --htdocsdir=/ www/htdocs --cgidir=/www/cgi-bin --logfiledir=/var/log/httpd --enable-module =so

[PHP-INST] Install & Build Php4 with Apache 1.3.20 - Directory st ructure and include paths

2001-08-30 Thread Larry Cotton
Hi I've been trying to install and build php 4 with apache 1.3.20 on linux and have had a couple of minor problems. I've been following the build instructions at http://www.php.net/manual/en/install.apache.php. 1) As indicated in the above instructions I configure the php using the following co

Re: [PHP-INST] installation of php on solaris 8 on sparc with iplanet4.1 and sybase

2001-08-30 Thread Alfred Lerch
Hi Peter, have a look at http://benoit.noss.free.fr/php/install-php4.html It covers iplanet 4 as NSAPI on Windows and UNIX, but not sybase regards alfred Peter Francq wrote: > > Dear all, > > has somebody already compiled and installed php as NSAPI module for > iplanet > 4.1 in combination

[PHP-INST] Install & Build Php4 with Apache 1.3.20 - Directory structure and include paths

2001-08-30 Thread Larry Cotton
Hi I've been trying to install and build php 4 with apache 1.3.20 on linux and have had a couple of minor problems. I've been following the build instructions at http://www.php.net/manual/en/install.apache.php. 1) As indicated in the above instructions I configure the php using the following co

[PHP-INST] Install & Build Php4 with Apache 1.3.20 - Directory structure and include paths

2001-08-30 Thread Larry Cotton
Hi I've been trying to install and build php 4 with apache 1.3.20 on linux and have had a couple of minor problems. I've been following the build instructions at http://www.php.net/manual/en/install.apache.php. 1) As indicated in the above instructions I configure the php using the following co

[PHP-INST] installation of php on solaris 8 on sparc with iplanet4.1 and sybase

2001-08-30 Thread Peter Francq
Dear all, has somebody already compiled and installed php as NSAPI module for iplanet 4.1 in combination with sybase 12 and that on a solaris8 on sparc? All comments are welcome, Kind regards, Peter Francq _ Peter Francq swITch nv/sa Tel:+32 2 254.13.

[PHP-INST] Compiling php4 with apache - directory stucture and include paths

2001-08-30 Thread Larry Cotton
Hi I've been trying to install and build php 4 with apache 1.3.20 on linux and have had a couple of minor problems. I've been following the build instructions at http://www.php.net/manual/en/install.apache.php. 1) As indicated in the above instructions I configure the php using the following co

[PHP-INST] Directory structure and include paths for php and apache

2001-08-30 Thread Larry Cotton
Hi I've been trying to install and build php 4 with apache 1.3.20 on linux and have had a couple of minor problems. I've been following the build instructions at http://www.php.net/manual/en/install.apache.php. 1) As indicated in the above instructions I configure the php using the following co

[PHP-INST] Compiling php with apache

2001-08-30 Thread Larry Cotton
Hi I've been trying to install and build php 4 with apache 1.3.20 on linux and have had a couple of minor problems. I've been following the build instructions at http://www.php.net/manual/en/install.apache.php. 1) As indicated in the above instructions I configure the php using the following co

php-install Digest 30 Aug 2001 09:36:38 -0000 Issue 436

2001-08-30 Thread php-install-digest-help
php-install Digest 30 Aug 2001 09:36:38 - Issue 436 Topics (messages 4108 through 4116): Re: PHP on WinNT + IIS4 4108 by: Phil Driscoll 4109 by: Phil Driscoll HTTP 500 Error 4110 by: Web user cgi-bin/php has a parse error?! 4111 by: S Beam Request For Info

[PHP-INST] mysql API Version

2001-08-30 Thread Phil Bryan
Hi all, I am newbie in Php. Try to port ASP to Php. I have complied a Aapche+SSL with DSO support. 3 Days ago, I tried to complie PHP 4.0.6 + Mysql 3.23.41 into libphp4.so. Everything looks fine. I have noticed when I run phpinfo(), the Mysql client API showed 3.23.32. When I complied the PHP w/M