[PHP-INST] compiling php4.1.1 undersolsris8 broken ?

2002-02-24 Thread Gérard Gachelin
Does anybody succeed compiling php4.1.1, using apxs (apache 1.3.23) under Solaris 8 ? Here is what happens during the compilation of ext/standard/mail.c : /bin/sh /local/src/php-4.1.1/libtool --silent --mode=compile gcc -I. -I/local/src/php-4.1.1/ext/standard -I/local/src/php-4.1.1/main -I/l

RE: [PHP-INST] php.ini problem

2002-02-24 Thread Mikael Petterson (ERA)
Send a copy of your php.ini and check if you also have one in /lib. That´s where I keep mine. //Mikael -Original Message- From: Mefistofeles [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 9:41 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] php.ini problem I'm trying to insta

Re: [PHP-INST] Re: php java extension (php 4.1.1 and jdk1.4) not working

2002-02-24 Thread Yasuo Ohgaki
Sukhwinder Singh wrote: > Hello, > As I mentioned php4.1.1 did work with jdk 1.2 but only after exporting > java lib directories. So do you think that there is some kind of problem > (bug etc.) with php 4.1.1 java extension? Not sure now. > > Can I compile php4.1.1 with Apache 2.0 using --w

php-install Digest 25 Feb 2002 00:08:04 -0000 Issue 716

2002-02-24 Thread php-install-digest-help
php-install Digest 25 Feb 2002 00:08:04 - Issue 716 Topics (messages 6141 through 6143): php.ini problem 6141 by: Mefistofeles Re: php java extension (php 4.1.1 and jdk1.4) not working 6142 by: Sukhwinder Singh 6143 by: Yasuo Ohgaki Administrivia: To subscribe to

Re: [PHP-INST] Re: php java extension (php 4.1.1 and jdk1.4) not working

2002-02-24 Thread Yasuo Ohgaki
Sukhwinder Singh wrote: > Hello, > As I mentioned php4.1.1 did work with jdk 1.2 but only after exporting > java lib directories. So do you think that there is some kind of problem > (bug etc.) with php 4.1.1 java extension? Not sure now. > > Can I compile php4.1.1 with Apache 2.0 using --w

Re: [PHP-INST] Re: php java extension (php 4.1.1 and jdk1.4) not working

2002-02-24 Thread Sukhwinder Singh
Hello, As I mentioned php4.1.1 did work with jdk 1.2 but only after exporting java lib directories. So do you think that there is some kind of problem (bug etc.) with php 4.1.1 java extension? Can I compile php4.1.1 with Apache 2.0 using --with-apache option? Also in which file this export c

[PHP-INST] php.ini problem

2002-02-24 Thread Mefistofeles
I'm trying to install a PHP-app which requires changes to the path. In /usr/local/lib/php.ini I have changed the path to include the path to the file required like so: include_path= "/chroot/htdocs/irm/include/DBI:/usr/local/lib/php:." but when I try to access the setup file for the

php-install Digest 24 Feb 2002 11:40:10 -0000 Issue 715

2002-02-24 Thread php-install-digest-help
php-install Digest 24 Feb 2002 11:40:10 - Issue 715 Topics (messages 6137 through 6140): php java extension (php 4.1.1 and jdk1.4) not working 6137 by: Sukhwinder Singh 6138 by: Yasuo Ohgaki ./configure problem: says "test" 6139 by: Dan Delaney Webserver with php a

[PHP-INST] Webserver with php and cgi and suexec or cgiwrap - php-cgiwrap

2002-02-24 Thread Casper Gondelach
Hi there, I am searching now for weeks to find the best way to secure my webserver. I want users to be able to run cgi and php scripts. For the securtity all the scripts have to run under there own names. All the users that may use scripts, have a virtual host. I tried with suexec. It works pe