php-install Digest 19 Feb 2002 15:30:45 -0000 Issue 708

Topics (messages 6050 through 6056):

problems with php4 and interbase on apple g3
        6050 by: Predl

maybe trivial (?): apxs doesn't create libphp4.so under AIX 4.3.3
        6051 by: Erwin S R U B A R

php on server without root access
        6052 by: Chris Hewitt
        6054 by: Hunter, Ray

add ftp support
        6053 by: Mikael Petterson (ERA)
        6055 by: Hunter, Ray

Re: Apache2.0 + PHP4.1 - Missing Variables
        6056 by: programmer.bethie.net

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
when i configure php with interbase-support it will fail. attachet you'll
find the debug log. what can i do to fix this problem?

regards

Gerald Predl (ICQ: 23775953)
---------------------------------------
3W Predl - Web Solutions for YOU ...
Webspace, Webdesign, E-Commerce, Übersetzungen,
Bannertausch, Anzeigenmarkt, kostenlose SubDomains,
Gastro Portal, und vieles mehr >> www.predl.com

Part of [CyberFuture](c) >> www.cyberfuture.at
--- End Message ---
--- Begin Message ---
Hi  php4-Installers,
what reason might cause the subject above ?

We have installed (and working well):

o gcc version 2.95.3 20010315 (release)
o perl, version 5.003 with EMBED  built under aix
o OpenSSL 0.9.6
o mm-1.1.3
o Apache-1.3.23 configured with:
       time CC=gcc CFLAGS=-O ./configure \
       --prefix=/pd/apache_1.3.23 \
       --enable-module=rewrite \
       --enable-shared=rewrite
   (with compiled-in modules mod_so.c - and mod_ssl.c ...)
o mod_ssl-2.8.6-1.3.23 configured with:
       CC=gcc CFLAGS=-O ./configure \
       --prefix=/pd/apache_1.3.23 \
       --with-apache=/pd/apache_1.3.23 \
       --with-ssl=/pd/openssl \
       --with-mm=/pd/mm-1.1.3 \
       --with-crt=/pd/openssl/certs/mail_cert.pem \
       --enable-module=most \
       --enable-module=ssl \
       --enable-shared=rewrite
o gmake -  GNU Make version 3.79.1 built for powerpc-ibm-aix4.3.3.0
o php-4.1.1 configured as:
       time CC=gcc CFLAGS=-O ./configure \
       --prefix=/pd/php-4.1.1 \
       --with-apxs=/pd/apache_1.3.23/bin/apxs
   ... done well:
+--------------------------------------------------------------------+
|                        *** WARNING ***
|
| You chose to compile PHP with the built-in MySQL support.  If you
| are compiling a server module, and intend to use other server
| modules that also use MySQL (e.g, mod_auth_mysql, PHP 3.0,
| mod_perl) you must NOT rely on PHP's built-in MySQL support, and
| instead build it with your local MySQL support files, by adding
| --with-mysql=/path/to/mysql to your configure line.
+--------------------------------------------------------------------+
| License:
| This software is subject to the PHP License, available in this
| distribution in the file LICENSE.  By continuing this installation
| process, you are bound by the terms of this license agreement.
| If you do not agree with the terms of this license, you must abort
| the installation process at this point.
+--------------------------------------------------------------------+
Thank you for using PHP.
real    29m48.27s (!)
user    1m6.67s
sys     4m10.69s

o gmake ... ok
o gmake install ... ending with:
.
.
.
Making install in .
gmake[1]: Entering directory `/appl/pd/php-4.1.1'
/pd/apache_1.3.23/bin/apxs -i -a -n php4 libs/libphp4.so
[activating module `php4' in /pd/apache_1.3.23/conf/httpd.conf]
cp libs/libphp4.so /pd/apache_1.3.23/libexec/libphp4.so
cp: libs/libphp4.so: No such file or directory
apxs:Break: Command failed with rc=1
gmake[1]: *** [install-sapi] Error 1
gmake[1]: Leaving directory `/appl/pd/php-4.1.1'
gmake: *** [install-recursive] Error 1
root@mail:/pd/php-4.1.1#


 So, no libphp4.so on the system.
 Considering we have the products (in most cases the up-to-date
versions)
 it must be some obvious problem - but I have no idea.
Thanks for help in advance,


Erwin

--
Dipl.-Ing. Erwin SRUBAR
Zentraler Informatikdienst, Bereich ,,Zentrale Services``
Technische Universitaet Wien, Wiedner Hauptstrasse 8-10
Turm C (Roter Trakt), 2.Stk., Zi.DC02O08
A-1040 Wien, OeSTERREICH
Mail:[EMAIL PROTECTED]
Tel: (++43 1) 588-01/42084, Fax: (++43 1) 588-01/42099



--- End Message ---
--- Begin Message ---
Hello all,

Thanks for reading this. I have an account on a Compaq Raq server 
(running linux) and would like to use php. I do not have root access, 
the computer does not have php or a compiler. I would need to compile 
php on my own computer (running RedHat 7.2) and install resulting files 
in my  home directory on the server manually.

 From what I have heard on this list and elsewhere, it should be 
possible to compile php on my computer and then install it. So far all I 
have not been able to get this to work.

I've looked through the php manual, on phpbuilder, emailed someone who 
asked a similar question in 2000 (the email bounced) and am presently 
stuck as to how to do this.

Does anyone know whether there there some instructions somewhere to do 
this? There probably are and its me not looking in the right place so 
please excuse me if I have missed something obvious.

Thanks in advance for any help.

Regards

Chris

--- End Message ---
--- Begin Message ---
This is a not so good idea...When you compile the compiled files are for
that system only.  You would have better luck with rpms.  

Ray Hunter
Firmware Engineer

ENTERASYS NETWORKS


-----Original Message-----
From: Chris Hewitt [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, February 19, 2002 4:26 AM
To: php-install mailing list
Subject: [PHP-INST] php on server without root access


Hello all,

Thanks for reading this. I have an account on a Compaq Raq server 
(running linux) and would like to use php. I do not have root access, 
the computer does not have php or a compiler. I would need to compile 
php on my own computer (running RedHat 7.2) and install resulting files 
in my  home directory on the server manually.

 From what I have heard on this list and elsewhere, it should be 
possible to compile php on my computer and then install it. So far all I 
have not been able to get this to work.

I've looked through the php manual, on phpbuilder, emailed someone who 
asked a similar question in 2000 (the email bounced) and am presently 
stuck as to how to do this.

Does anyone know whether there there some instructions somewhere to do 
this? There probably are and its me not looking in the right place so 
please excuse me if I have missed something obvious.

Thanks in advance for any help.

Regards

Chris


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Hi,

Solaris 2.6
php-4.0.6
apache1.3.23

I have installed everything and it works! Now I want to add ftp support . When I do 
./configure do I need to add the flags I used before plus --enable-ftp and do:

make clean
make
make install

//Mikael
--- End Message ---
--- Begin Message ---
If you are going to be using ftp then you will need to compile php with ftp
support.  (--enable-ftp).  Before you run config, you might want to clean up
everything with make clean.  

Example:

make clean
./configure --enable-ftp 
make 
make install



Ray Hunter
Firmware Engineer

ENTERASYS NETWORKS


-----Original Message-----
From: Mikael Petterson (ERA) [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, February 19, 2002 4:34 AM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] add ftp support


Hi,

Solaris 2.6
php-4.0.6
apache1.3.23

I have installed everything and it works! Now I want to add ftp support .
When I do ./configure do I need to add the flags I used before plus
--enable-ftp and do:

make clean
make
make install

//Mikael

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
A Quick Note, Apache2.0.32 beta builds properly, as does the unmodified 
php4.1/php dev..  The only error still remaining is 'The PHP Filter did not 
receive suitable input data'  at the bottom of the info screen..

Joe



Quoting [EMAIL PROTECTED]:

> no.. 2.0.28.. I couldn't get the alpha to build configure.. m4 comlained
> about 
> too many levels of recursion..  Is this a known issue with 2.0.28?  
> It's 
> mostly just for a personal web server that I try and keep somewhere near
> 
> current.. I haven't been able to keep it running with new software yet.
> :(
> 
> 
> Quoting Yasuo Ohgaki <[EMAIL PROTECTED]>:
> 
> > Are you using Alpha version of Apache? (version 2.0.31)
> > There is no stable Apache2 yet and PHP does not support beta.
> > 
> > BTW, I'm not trying to use Apache2 for production system.
> > Just doing some tests.
> > 
> > --
> > Yasuo Ohgaki
> > 
> > [EMAIL PROTECTED] wrote:
> > > Well, I got php-200202160900, but had build problems.
> > > 
> > > The errors were that ap_get_brigade was being given too many
> > parameters and 
> > > that the last parameter was of an incompatable type.. This is what
> it
> > looked 
> > > like:
> > > ap_get_brigade(f->next, bb, mode, block, readbytes)
> > > and I changed it to:
> > > ap_get_brigade(f->next, bb, mode, readbytes)
> > > 
> > > which compiled, and seems to work, except for this error at the end
> of
> > the 
> > > phpinfo() function.. and the page title says Cannot find server 
> > (which it 
> > > obviously can..
> > > The PHP Filter did not receive suitable input data
> > > 
> > > So my final question is, where is the sapi/apache2filter error
> coming
> > from in 
> > > the first place, and is there a real patch against something to
> make
> > it 
> > > right?  I realise that I'm working with a beta and a developmental
> > version, 
> > > but I'd like to get on the apache 2.0 bandwagon and it doesn't
> seem
> > like I can 
> > > find the info I need to support it.
> > > 
> > > 
> > > 
> > 
> > 
> > -- 
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> > 
> 
> -- 
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
--- End Message ---

Reply via email to