[PHP-INST] Can build database module and PHP module separately?

2001-04-27 Thread dino
Hi Because I always met problem when building the PHP, with informix support. I used the steps to do this Apache (1)./configure --enable-module=so make ; make install PHP (2) ./configure --with-informox=/opt/informix --with-apxs=/usr/local/apache/bin/ apxs (3)make ; make install But I can'

php-install Digest 27 Apr 2001 11:07:58 -0000 Issue 281

2001-04-27 Thread php-install-digest-help
php-install Digest 27 Apr 2001 11:07:58 - Issue 281 Topics (messages 2897 through 2920): Re: RH7.1, PHP4, and ucd-snmp 2897 by: Nicholas Ritter 2898 by: Rasmus Lerdorf 2905 by: Nicholas Ritter AIX 2899 by: Jacob Steinberger 2900 by: Andi Gutmans

[PHP-INST] Apache2 install grief

2001-04-27 Thread Tim Kay
Hello, I'm trying to install 4.0.4pl1 as a module to apache 2.0.16beta and failing miserably. Apache is built and running happily with DSO support but PHP fails to compile using apxs2. Error messages relate to php_apache.h and sapi_apache2.c (below) is this 'cause Apache2 has changed so mu

[PHP-INST] Re: Blocks in template class

2001-04-27 Thread Ninjaman
I have narrowed the problem down to the following puzzling fact. The problem is that I can't get anything back into the block. The following doesn't work: // Create the block handle $tpl->set_block("theList", "myblock", "HANDLE"); // Make the list $tpl->set_var("BLOCK_ROW", "On

[PHP-INST] Problem with network.c?

2001-04-27 Thread Victor Meirans
Hello, guys... I am trying to compile PHP_4.0.4pl1 as an Apache_3.1.19 module with gd support on FreeBSD_4.0-release. When I run "make" for PHP, I get following error: network.c: In function `php_network_getaddresses': network.c:79: storage size of `hints' isn't known network.c:87: dereferenci

Re: [PHP-INST] Can build database module and PHP module separately?

2001-04-27 Thread Yasuo Ohgaki
Change directory to exertion resides, then $ phpize $ ./configure --with- (or --enable-) $ make $ make install README.SELF-CONTAINED-EXTENSION will help also. It comes with PHP source. Regards, -- Yasuo Ohgaki ""dino"" <[EMAIL PROTECTED]> wrote in message 9cbjud$oaj$[EMAIL PROTECTED]">news:9cbju

[PHP-INST] Problems with PDFLib on RedHat 6.x

2001-04-27 Thread Donald Greer
Folks, Ok, I'm trying to rebuild PHP4 (4.0.3pl1) with PDF capabilities and running into problems. The build fails agains PDFLib 4.0.0. When I try to build PDFLib 3.0.3 the build fails because I need to upgrade libpng, and libpng 1.0.9 complains during installation about incompatibilitie

[PHP-INST] gd support

2001-04-27 Thread lookalive
Do web hosts have to enable GD support or should it already be active. I checked the phpinfo.php on my host (portland.co.uk) and noticed that GD support wasn't there. I haven't had a reply from them so can anyone tell me if it possible for it to be enabled somehow? Thanks -- PHP Install Maili

Re: [PHP-INST] Problems with PDFLib on RedHat 6.x

2001-04-27 Thread Andrew Apold
Donald Greer wrote: > >Folks, >Ok, I'm trying to rebuild PHP4 (4.0.3pl1) with PDF capabilities and > running into problems. The build fails agains PDFLib 4.0.0. When I try > to build PDFLib 3.0.3 the build fails because I need to upgrade libpng, > and libpng 1.0.9 complains during insta

[PHP-INST] file stub.lo: unknown file type

2001-04-27 Thread Tara Dirst
Hello, all--- I have apache and mysql installed on a Solaris 8 box. I'm trying to install PHP 4.0 and have this error when doing make: ld: fatal: file stub.lo: unknown file type ld: fatal: File processing errors. No output written to .libws/libphp4.so *** Error code 1 make: Fatal error: command

[PHP-INST] PHP for PWS??

2001-04-27 Thread Sarnil Prasad
CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: Hi fellas. I am brand new to this php thingy. I tried installing PHP for PWS and it worked fine, until I created and ran tested the "hello.php" file? I got the erro

php-install Digest 28 Apr 2001 01:21:45 -0000 Issue 282

2001-04-27 Thread php-install-digest-help
php-install Digest 28 Apr 2001 01:21:45 - Issue 282 Topics (messages 2921 through 2929): Apache2 install grief 2921 by: Tim Kay Re: Blocks in template class 2922 by: Ninjaman Problem with network.c? 2923 by: Victor Meirans Re: Can build database module and PHP mod

[PHP-INST] sqli_connect_set undefined symbol

2001-04-27 Thread dino
Hi all, I am use PHP4+Informix 7.3.1 with Client SDK 2.5 on SCO UnixWare 7 system. I configure it as the steps: 1. configure apache as enable-module=so 2. set IFX_LIBS / IFX_INCDIR / IFX_LIBDIR variables 3. configure PHP4 --with-informix, --with-apxs, --without-mysql 3. I can make PHP4 libr

Re: [PHP-INST] Can build database module and PHP module separately?

2001-04-27 Thread dino
Hi, Yes, I have already build the extention. But how can I add this into libphp.so ? and let it can be used by Apache ? Thanks. ""Yasuo Ohgaki"" <[EMAIL PROTECTED]> 撰寫於郵件 9cc177$ecp$[EMAIL PROTECTED]">news:9cc177$ecp$[EMAIL PROTECTED]... > Change directory to exertion resides,