[PHP-INST] CVS compile issues

2001-08-14 Thread Evan Nemerson
I'm trying to compile the latest CVS for use with PHP-GTK CVS. ./configure is fine, but here is the last few lines of make expat -I/usr/local/cvs/php4/TSRM -g -O2 -c basic_functions.c && touch basic_functions.lo basic_functions.c: In function `zif_is_numeric': basic_functions.c:1476: too many

[PHP-INST] Errors after installing 4.06

2001-08-14 Thread Maurice Schalker
Hi, I have installed php4.06 tonight. I have an win2000 system with xitami webserver. after the installation of 4.06 my site is giving errors. This is the error: Warning: Use of undefined constant REMOTE_ADDR - assumed 'REMOTE_ADDR' in e:/webpages/fotoserver/fotos.php on line 524 You can see fo

[PHP-INST] Enable-trans-sid with .htaccess

2001-08-14 Thread MUSICApuntoAMICI
Hello and excuse me for my english, I'm italian! Is my first time in this newsgroup. My question is... how can I configure php with --enable-trans-sid with .htaccess? Is it possible? Thanks, -- Domenico Redazione MpA website: http://www.musicapuntoamici.com [EMAIL PROTECTED] -- PHP Install Mai

Re: [PHP-INST] libpng jpeg & gd - what a pain..........!

2001-08-14 Thread hide
Hi Jonathon, Here is the output - that worked ok locate gd-1.8.4 /usr/local/gd-1.8.4 /usr/local/gd-1.8.4/bdftogd /usr/local/gd-1.8.4/gd.c /usr/local/gd-1.8.4/gd.h /usr/local/gd-1.8.4/gd2copypal.c /usr/local/gd-1.8.4/gd2time.c /usr/local/gd-1.8.4/gd_gd.c /usr/local/gd-1.8.4/gd_gd2.c /usr/local/gd

Re: [PHP-INST] libpng jpeg & gd - what a pain..........!

2001-08-14 Thread hide
Hi Jonathon, Thanks for your response , locate libpng /usr/lib/libpng.so.2.1.0.8 /usr/lib/libpng.so.2 /usr/lib/libpng.a /usr/lib/libpng.so /usr/share/doc/libpng-1.0.8 /usr/share/doc/libpng-1.0.8/CHANGES /usr/share/doc/libpng-1.0.8/README /usr/share/doc/libpng-1.0.8/TODO /usr/share/doc/libpng-1.0

[PHP-INST] libpng jpeg & gd - what a pain..........!

2001-08-14 Thread hide
Hi All, I am about to bang my head real hard against the wall: I have successfully installed php 4.0.6 / mysql 3.23.40 / apache 1.3.20 / openssl 0.9.6b / mod_ssl 2.8.4 -1.3.20 OK all good, I did my ./configure like so: ./configure --with-mysql=/usr/local/mysql --with-xml --with-zlib --with-gd=

Re: [PHP-INST] Installation with mod_perl / mod_so

2001-08-14 Thread Steve Brazill
That's the first time I've ever seen anyone try to install "mod_perl" by manually 'hacking' the Apache 'source configuration' file... I do believe that there's a lot of 'dependancies' (at least when I install it) for "mod_perl" in order for it to install correctly (and the order of installation m

[PHP-INST] Installation with mod_perl / mod_so

2001-08-14 Thread Alex Page
I'm having difficulty installing PHP (surprise) alongside mod_perl and mod_so. I've got the source tarballs for PHP (4.0.6), mod_perl (1.26), and apache (1.3.20), and unpacked them in my home directory. Then I've done: $ vi apache_1.3.20/src/Configuration # uncommented the mod_so include lin

[PHP-INST] Post #2: Solaris/PHP non-standard libraries, AFS,etc

2001-08-14 Thread Jill Reese
If you are loading this package into a non-standard place, you need to set the configure flags to set where the php.ini file will be looked for after your installation (among other things). I've modified my previous post's directions to add a few more configure flags. This is what I've used: ./

[PHP-INST] Oracle troubles with php 3.x

2001-08-14 Thread Leif Gripner
Have a working Oracle installation (8.0.5) Have all my ORACLE_HOME/SID/BASE and so on corectly set up. Configures apache Configures php with --with-apache --with oracle . .. . . .. Works just good. Oracle are found and right version are found in the Configure output. make and make install php

[PHP-INST] Re: sparc-sun-solaris2.7 with mySQL configuration problems

2001-08-14 Thread Jill Reese
Chris S wrote: > > i am trying to set up PHP 4.0.6 and when i execute this command: > > /configure --with-mysql=/opt/local/mysql --with-apache=/opt/local/apache-1. > 3.9 --enable-track-vars > > i get the following problems: > > 1) checking for working makeinfo... missing > - i tried to find t

php-install Digest 14 Aug 2001 15:18:41 -0000 Issue 413

2001-08-14 Thread php-install-digest-help
php-install Digest 14 Aug 2001 15:18:41 - Issue 413 Topics (messages 3956 through 3966): configured problem 3956 by: Abu Yatim 3957 by: Jani Taskinen SQL script file 3958 by: legal.HEROCYCLES.COM Re: oci8 on s/390 3959 by: Benjamin Heckmann PHP as CGI with

[PHP-INST] Solaris/PHP libs in non-standard places, AFS, etc

2001-08-14 Thread Jill Reese
Hi Jeff, (answer to post on 8/6/01, 8:16 pm: "*Please* post fix for Solaris/PHP libmysqlclient.so.10") I've been having the same difficulty with configuring, making and installing PHP. I would put this up there as "worse than sendmail" for a build. Building PHP on a Solaris

[PHP-INST] HTML HELP WITH PHP

2001-08-14 Thread Aaron Norton
I created my page in html and then created a php file seperately for date/time function. How do I add the function to my html page and keep the html tage on it. Or is there a way to ad a function that will call on the php file I made. PLZ HELP -- PHP Install Mailing List (http://www.php.net/)

Re: [PHP-INST] PHP as CGI with shared modules - is it possible?

2001-08-14 Thread Rasmus Lerdorf
Works fine for me. I use the same php.ini for my DSO and my CGI build and in there I have a bunch of extension=module.so entries. Works fine. -Rasmus On Tue, 14 Aug 2001, Peter Holm wrote: > HI! > > It would be interesting to know if any body did php conpile as a cgi > with shared modules and