[PHP-INSTALL] Re: installation problem on tru64 unix

2004-02-17 Thread Michael Mauch
Nilanjan wrote: > APACHE/PHP/ORACLE/TRU64 on COMPAQ ALPHA SERVER: > we extracted apache 1.3.29 tar file and configured as > #./configure --prefix=/usr/users/dirq/web_apache --enable-module=so > then we extracted PHP-4.3.4 tar file and configured as > #./configure --with-oci8=$ORACLE_HOME --w

[PHP-INSTALL] Re: Install Apache/PHP where to find libphp4.so?]

2004-02-10 Thread Michael Mauch
Alain Barthélemy <[EMAIL PROTECTED]> wrote: > PHP-4.3.4: ./configure --with-apx2=/www/bin/apxs > --with-config-file-paths=/www/conf --enable-sigchild Is the "--with-apx2" (instead of "--with-apxs2") only a typo here or did you also use that on your command line? > libphp4.so is in /www/modules.

[PHP-INSTALL] Re: solaris gcc problem ...

2004-02-10 Thread Michael Mauch
Scott Maclure <[EMAIL PROTECTED]> wrote: > [-- multipart/alternative, Encoding 7bit, 1 Zeilen --] Can you please turn HTML off? > bash-2.03$ ./configure --with-apxs=/usr/local/stronghold/bin/apxs > creating cache ./config.cache > checking host system type... sparc-sun-solaris2.8 > checking for g

[PHP-INSTALL] Re: oracle compilation with php

2004-01-06 Thread Michael Mauch
Douglas B. Jones wrote: > We are on Tru64 5.1 and I am trying to compile php 4.3.4. I get > the following error: > > cc: Severe: /src/net/www/php-4.3.4/ext/oracle/php_oracle.h, line 23: Cannot > find f > ile "ocidfn.h" specified in #include directive. (noinclfilef) > #include "ocidfn.h" > -^ > >

Re: [PHP-INSTALL] Re: apache chroot + mail()

2003-12-23 Thread Michael Mauch
Ruben Vanhoutte wrote: > [-- text/html, Encoding 7bit, Zeichensatz: us-ascii, 80 Zeilen --] I can't quote your HTML - can you turn that off, please? Did you create all directories that are needed by qmail? Is your qmail binary statically linked or, if not, are all the libraries available in the

[PHP-INSTALL] Re: apache chroot + mail()

2003-12-23 Thread Michael Mauch
Ruben Vanhoutte wrote: > I am having a problem using the mail() command inside a chrooted > apache/php installation on linux with qmail. > Nothing apears in the logs, nothing in apache error logs , neither in > php error logs.. > And.. no mail gets send.. Nothing to see in my mailer daemon logs

[PHP-INSTALL] Re: recompiling php with cur - Problem with libjpeg.

2003-12-12 Thread Michael Mauch
Gene Ballard wrote: > I?ve looked through config.log file, searched Google and tried > to find info on php.net but to no avail. Perhaps this info is really missing on php.net - I can't find it either. I filed a documentation bug report for it now. > Working on recompiling php with curl but I get

[PHP-INSTALL] Re: configure: error: libpng.(a|so) not found

2003-12-12 Thread Michael Mauch
Rob Lloyd wrote: > Newbie trying to install php 4.3.4 on RH9 w/ apache 2.0. Also my first time > posting to this group. > > tried: > ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --enable-t > rack-vars --with-xmlrpc --with-gd --enable-mbstring=all -enable-mbregex --wi > th-zlib

Re: Fwd: [PHP-INSTALL] Re: PHP and httpd.conf

2003-12-12 Thread Michael Mauch
sara kolster wrote: > >>#AddType application/x-httpd-php .php > >>#AddType application/x-httpd-php-source .phps > >> > >>which i have to uncomment are NOT there. ?? > >> > >> > > > >Then add these lines (copy and paste to avoid typos) and remove the "#". > > > > > I did this in the AddType-se

[PHP-INSTALL] Re: Apache Make Error with GD/JPEG Enabled

2003-12-11 Thread Michael Mauch
Paul Burney wrote: > I'm not able to compile a static apache/php, using the built in GD library > and enabling GD with jpeg support. I have no problems make/make install'ing > PHP, nor making it as a DSO, but the apache build fails when I try to make > it with a static PHP module. > > PHP 4.3.4

[PHP-INSTALL] Re: PHP and httpd.conf

2003-12-11 Thread Michael Mauch
Sara Kolster wrote: > I've some problems getting php running. I would like to install php > together with MySQL. Php is installed, but haven't configured it yet > with MySQL. > For so far i entered the folowing problems; > > 1) First problem is that when i want to edit my httpd.config file, the

[PHP-INSTALL] Re: Installing on Redhat

2003-12-04 Thread Michael Mauch
Mike Morton wrote: > Trying to do a compile/install on redhat: > > ./configure --with-mysql --with-apxs --with-mcrypt > > Using apache 1.3.29, php 4.3.4 Are you sure that you really are using Apache 1.3.29, not 2.x? And that the "apxs" in your PATH doesn't belong to Apache 2? > /root/WORK/php-

[PHP-INSTALL] Re: PHP version 4.3.3 Install on Solaris 2.9

2003-12-01 Thread Michael Mauch
G Bedford wrote: > I am trying to install PHP version 4.3.3 on Solaris 2.9 with Apache 1.3. > > I am running configure with the following options: ./configure > --with-apxs=/usr/apache/bin/apxs --enable-shared > > and I get to the point in the configure script where the following line is >

[PHP-INSTALL] Re: Install Hangs at configure on solaris 2.8

2003-11-30 Thread Michael Mauch
Ray Garrison wrote: > I'm trying to get 4.3.3 or 4.3.4 installed on a Solaris box. > > Install script whittled down to bare bones: > > ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-gd > --with-zlib=/usr --enable-shared > > configure step hangs at "checking base type of last arg to

[PHP-INSTALL] Re: new install of php-4.3.3

2003-10-30 Thread Michael Mauch
Patrick Fowler wrote: > When I try access the index..php file it tries to download. I checked all > of the config files and all looks good I can't find out why php will not > work. > > RH 9 > Apache 2.0.48 I don't have any clue about Apache2, but

[PHP-INSTALL] Re: My problem: "Notice: Undefined variable: i in ....."

2003-10-25 Thread Michael Mauch
Pisek wrote: > My problem is that when i enter my web page there is written " > Notice: Undefined variable: i in ." You can define all your variables (e.g. $i="") before you use them, or you can change the error_reporting setting in php.ini so that it doesn't report notices: error_reporting

[PHP-INSTALL] Re: compilation/performance problem on solaris

2003-10-25 Thread Michael Mauch
Stefan Hortschitz wrote: > My hardware: sun-ultrasparc 1,2ghz dual with 8gb ram > If i run a simple php-script which builds an array of arrays i need ~3.3 > sec to execute [...] > to compare the speed: my notebook (p4 2.1 ghz/512mb ram/RedHat Linux 2.4 > executes the code in 1.7 seconds Umm, y

[PHP-INSTALL] Re: please remove me from the list

2003-10-24 Thread Michael Mauch
[EMAIL PROTECTED] wrote: > [-- multipart/alternative, Encoding 7bit, 0 Zeilen --] > >[-- text/plain, Encoding 7bit, Zeichensatz: US-ASCII, 2 Zeilen --] > > Regards Doesn't work for you? Regards... Michael

[PHP-INSTALL] Re: Can you please remove me from the list.

2003-10-24 Thread Michael Mauch
Bhavin Desai wrote: > Urgent, can you please unsubscribe me from the list. Hmm - doesn't work for you? Regards... Michael

[PHP-INSTALL] Re: Post Problem

2003-10-23 Thread Michael Mauch
Vishesh Kaul wrote: > now i have installed new RH9 on my system and started with PHP 4.2.2 > and Apache 2.0.40 again.. but this time i am encountering this > error message when i am trying to POST data using forms. ( action=$PHP_SELF method=post>) > > "The requested URL /method=post was not fo

[PHP-INSTALL] Re: make error

2003-10-23 Thread Michael Mauch
Ashish Mishra wrote: > I tried installing php-4.3.1. Configuration went fine but make > gives some error. First two lines of error are: > > /root/snortfiles/php-4.3.1/ext/gd/libgd/gd_jpeg.c:34:21: jpeglib.h: No > such file or directory The GD library needs the jpeg library. Either install the

[PHP-INSTALL] Re: Oracle 9 and PHP 4.3.x

2003-10-22 Thread Michael Mauch
Johan Kruger-Haglert wrote: > I've set env values in httpd.conf together with the mod_env module > without any success, probably because there are no oracle 9 support. Don't set these environment variables in httpd.conf - set (and export) them before you start Apache, e.g. in the apachectl script

[PHP-INSTALL] Re: [PHP-DB] Php433 running on RedHat73 with support to OCI8

2003-10-09 Thread Michael Mauch
Christopher Jones wrote: > Adriano Rocha wrote: > > > I'm running Linux RedHat7.3 with PHP 4.3.3. > >> root # > ./configure --with-oci8 (no errors) >> root # > make (no errors) >> root # > make install (no errors) >> >> ... it does not create the oci8.so file. That's perfectly normal. "--with-o

[PHP-INSTALL] Re: php install problems. blank screen after install

2003-10-07 Thread Michael Mauch
Jim Price wrote: > I have been having problems upgrading php to 4.3.3 . The compile and > install seem to work fine but php scripts do not parse and I end up with > a blank screen. Here's the weird part the same configure procedure works > on a testserver with solaris 8. I ran a truss on the p

[PHP-INSTALL] Re: upgrade problems

2003-10-07 Thread Michael Mauch
Aditya Ivaturi wrote: > I recently upgraded from redhat 8.0 to 9.0. I used the server install > option. And now I cannot use PHP on command line. It works fine through the > web. When I execute php on command line, it dumps the following > > Content-type: text/html > > PHP Warning: Function reg

[PHP-INSTALL] Re: question of setting in php.ini

2003-10-06 Thread Michael Mauch
Ruprecht Helms wrote: > how have I to change the entry in the php.ini for handle > formfieldentries in php. I want that I mustn't specify with which method > I transfer the values to the script. > > Actual I've a form and a outputscript, but the value of the field is > not displayed. See

[PHP-INSTALL] Re: How are absolute includes supposed to work?

2003-10-01 Thread Michael Mauch
Karl Widde wrote: > Hi > > I using PHP (CGI) 4.3.3 on a win2k server with IIS 5.0. Ive got a php.ini > with include_path = "f:\web\folderA\folderB\" and a Site defined in IIS with > that has the same home dir. If I try to include myFile2.php from > f:\web\folderA\folderB\folderC\folderD\myFile1.ph

[PHP-INSTALL] Re: Solaris-8 et php-4.3.3

2003-09-26 Thread Michael Mauch
Michel Mounier wrote: > j'ai un petit souci d'install de "php-4.3.3" sur "solaris-8" ! > > - j'utilise comme variables : >LD_RUN_PATH=/usr/local/ssl/lib:/usr/local/mysql/lib/mysql >CC=gcc > > - et comme configure les commandes suivantes : >./configure --with-apxs=/usr/lo

[PHP-INSTALL] Re: RH9 Pro, oracle, php

2003-09-25 Thread Michael Mauch
Fintan wrote: > Then the Client should be complete. Then why am I getting sqlplus/php > errors. Just out of curiousity what is the minimun needed to get php > working. I know you need the Oracle Call Interface. Do you need the > rest? I've tried different things like > > putenv("ORACLE_HOME=/opt/

[PHP-INSTALL] Re: I need JPEG support in gd with php

2003-09-19 Thread Michael Mauch
Bj wrote: > I an trying to compile php with gd and be able to use jpeg support under > Linux. I Can correctly compile php with gd and have zlib, png, bmp support > and when installed all those functions work, the problem is just jpeg will > never work. I know I have to use the -with-jpeg-dir= exte

Re: [PHP-INSTALL] install issues.

2003-09-16 Thread Michael Mauch
Didier McGillis wrote: > > Sorry dont know if I mentioned this in the email > make: *** [ext/ctype/ctype.lo] Error 1 > Is the last thing I get. > >>From: "Didier McGillis" <[EMAIL PROTECTED]> >>To: [EMAIL PROTECTED] >>Subject: [PHP-INSTALL] install issues. >>Date: Mon, 15 Sep 2003 19:30:52 +

[PHP-INSTALL] Re: php-mysql not installed

2003-09-16 Thread Michael Mauch
Ar wrote: > My os is mandrake 9.1 > > How is the php-mysql extension installed on this platform? > > I have mysql and php installed (as rpm packages). phpinfo() displays the > configure command which does not include --with-mysql. phpinfo said that > the extensions could be installed by doing urp

[PHP-INSTALL] Re: problems after upgrading from 4.2.3 to 4.3.3

2003-09-16 Thread Michael Mauch
Hansjo wrote: > I am having problems since upgrade from 4.2.3 to 4.3.3. > I try to open and read a file from a remote server: > $source = fopen(http://www.remote-server.../$remote_file,"r";); > $content = fread($source, 50); > But only the first 2731 characters are read into $content by fread.

Re: [PHP-INSTALL] ./configure problems

2003-09-11 Thread Michael Mauch
Sebastian Musial wrote: > It is something else, the file is there, any other ideas, thanks. > > [php-4.3.3]# ls > acconfig.h*ltmain.sh* README.STREAMS* > acconfig.h.in* main/ README.SUBMITTING_PATCH* Why are all these files executa

[PHP-INST] Re: problems with environment variables

2003-07-29 Thread Michael Mauch
George L. Yermulnik wrote: > Michael Mauch wrote: > >> George L. Yermulnik wrote: >> >> >I've got FreeBSD 4.8 Stable, Apache/1.3.27 (Unix) mod_throttle/3.1.2 >> >PHP/4.3.3RC1 rus/PL30.17 and PHP 4.3.3RC1 >> > >> >It's a newly in

[PHP-INST] Re: Subject: Problems using mysql.so with PHP

2003-07-28 Thread Michael Mauch
Luis Navarro wrote: > I've built DBI 1.37 and DBD::mysql 2.9002 successfully, but am having > problems running it on Apache 1.3.27 with PHP 4.3.2 and MySQL 4.0.13 on > Solaris 9 x86. When I restart Apache after placing mysql.so in the > correct place and telling php.ini about it, I get the follow

[PHP-INST] Re: /usr/var/lib

2003-07-28 Thread Michael Mauch
Moritz Steiner wrote: > I don't want that the usr/var/lib directory is used during the > installation, but even with -prefix and -exec-prefix I cannot prevent > the installation procedure of using this directory. > Does someone know how to do this? Do you mean /usr/local/lib? Did you try --prefix

[PHP-INST] Re: problems with environment variables

2003-07-28 Thread Michael Mauch
George L. Yermulnik wrote: > I've got FreeBSD 4.8 Stable, Apache/1.3.27 (Unix) mod_throttle/3.1.2 > PHP/4.3.3RC1 rus/PL30.17 and PHP 4.3.3RC1 > > It's a newly installed server with a lot of virtual hosts using > environment variables like $REQUEST_URI in php scripts. > > The problem is that PH

[PHP-INST] Re: PHP 4.3.2 extensions building problem?

2003-07-21 Thread Michael Mauch
Lukasz Karapuda wrote: > All the extensions work correctly, besides mysql. I tried compiling > with the bundled mysql libraries (---with-mysql) and with the mysql > libraries which i have currently installed on my system > (---with-mysql=/usr). I guess these three dashes "---" are a typo only in

[PHP-INST] Re: PHP 4.3.2 extensions building problem?

2003-07-19 Thread Michael Mauch
Lukasz Karapuda wrote: > I am trying to build and install PHP 4.3.2 on Linux RedHat 7.3. The > configure, make and make install commands generate correct output. > > The phpinfo() tells me that all the extensions I compiled in are > enabled. > > However the extensions installation folder: > /us

[PHP-INST] Re: Compiling php for Oracle

2003-07-19 Thread Michael Mauch
Christian Villada wrote: > I'm trying to get PHP 4.2.2 connected to Oracle 8.1.7 > in Linux RedHat 9 > ./.libs/libphp4.a(my_error.o)(.text+0x275): In > function `my_error': > /usr/src/redhat/BUILD/php-4.2.2/ext/mysql/libmysql/my_error.c:32: > undefined reference to `errno' That's an old bug in ol

[PHP-INST] Re: PHP binary too big

2003-07-17 Thread Michael Mauch
Bhavin Modi wrote: > I compiled php 4.3 with apache2 and found out that the binary (libphp4.so) > was almost 7.5MB. Then figured out that I had compiled in a few > modules(gd,openssl,domxml,bz2,iconv,curl) so I recompiled PHP to make all > the modules shared and still the libphp4.so is almost 6.5M

[PHP-INST] Re: error NOTICE

2003-07-12 Thread Michael Mauch
Marco Mastrorilli wrote: > -Notice: Use of undefined constant data.. > -Notice: Use of undefined constant mail... > -Undefined variable > > Why in my scripts i always get error notice like this? > How can i solve this problem? See and

[PHP-INST] Re: Freetype & RH9

2003-06-21 Thread Michael Mauch
Ville Mattila wrote: > I'm trying to install PHP 4.3.2 with Freetype libraries enabled in RH9. > There is my configure attributes: > '--with-pear' '--with-zlib-dir=/usr/include/' '--enable-mailparse' > '--enable-trans-sid' '--enable-shared' '--enable-static' > '--with-apxs=/usr/local/apache/bin/ap

[PHP-INST] Re: Make error (make: *** [ext/ctype/ctype.lo] Error 1)

2003-06-19 Thread Michael Mauch
Thomas wrote: > I could not find anything describing this problem at bugs.php.net nor > the mailing list archives. Google is your friend ;-) > /usr/local/include/unix.h:182: parse error before `MAILSTREAM'

[PHP-INST] Re: apxs:Error: Unknown option: S

2003-06-17 Thread Michael Mauch
Gaetano Paolo Viola wrote: > I've a problem during installation of php 4.0.6 whit apache 1.3.6 on a > Sun Blade 100 whit SunOs 5.8, > apxs:Error: Unknown option: S Your ancient PHP is still too new for your pre-historical Apache. Grab the latest 1.3.x Apache (1.3.27) and the latest PHP (4.3.2).

[PHP-INST] Re: php-4.3.2 errors upgrading from php-4.3.1

2003-06-11 Thread Michael Mauch
Nate Parsons wrote: > './configure' '--with-apxs=/usr/local/httpd/bin/apxs' > '--with-config-file-path=/usr/local/httpd/conf' '--with-xmlrpc' > '--with-xml' '--with-freetype-dir=/home/system/src/freetype-2.0.9' > '--with-gd=/usr' '--with-gdbm=/usr' '--with-jpeg' > '--with-jpeg-dir=/home/system

[PHP-INST] Re: Solaris 8 , Apache 1.3.26 , php-4.3.1 install problems

2003-05-27 Thread Michael Mauch
Matt M Siti-Itdieee Garrett wrote: > I have build PHP 4.3.1 quite happily using > ./configure --with-apxs=/local/apache/bin/apxs --prefix=/local/php4 > --with-config-file-path=/local/php4/lib > > Done make , make install > > Added the following to httpd.conf file > > LoadModule php4_module

[PHP-INST] Re: php and Apache won't play nice

2003-04-02 Thread Michael Mauch
Jim Kelly <[EMAIL PROTECTED]> wrote: > AddModule mod_php4.c > > When I do apachectl configtest I get: > Syntax error on line 233 of /usr/local/apache/conf/httpd.conf: > Cannot add module via name 'mod_php4.c': not in list of loaded modules Probably you don't have a line like this: LoadModule ph

[PHP-INST] Re: The Document contains no data

2003-04-02 Thread Michael Mauch
Sander Sokk <[EMAIL PROTECTED]> wrote: > $php phpinfo.php > index.html > > File phpinfo consists following > > > > Normally should this produce me html file (phpinfo function output), but > i get answers without html tags like this: This is ok. Since PHP 4.3.0 the command line (CLI) version o

[PHP-INST] Re: HP11.00, php 4.3 and mysql

2003-03-25 Thread Michael Mauch
Madhu <[EMAIL PROTECTED]> wrote: > I am facing heavy challenges trying to compile php as a DSO module into > apache. > I have a HP 11.00 OS (B2600) system with gcc 3.1 installed. I don't have > installed any new patch bundles on this system. > I am having apache 1.3.26 for HP 11.00 downloaded from

Re: [PHP-INST] Re: Problem on Solaris 8

2003-03-25 Thread Michael Mauch
Guillermo Guill?n Angel wrote: > root en zeus# make install > Installing PHP CLI binary: /usr/local/bin/ > Installing PHP SAPI module > Installing shared extensions: > /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ > Installing PEAR environment: /usr/local/lib/php/ > ld.so.1: /usr/local

[PHP-INST] Re: Output line too long error?

2003-03-25 Thread Michael Mauch
Tom Tsongas <[EMAIL PROTECTED]> wrote: > I am running into a bizarre error when attempting to build the PHP 4.3.1 > package. I run the following configuration: > > ./configure --with-oci8=/oracle/product/9.0.1 > --with-oracle=/oracle/product/9.0.1 --with-apache=../httpd-2.0.44 > --enable-track

[PHP-INST] Re: Problems with PHP 4.3.1 and RH 7.3

2003-03-25 Thread Michael Mauch
Juvenal A. Silva Jr. <[EMAIL PROTECTED]> wrote: > Can anyone respond about this, please... > I already changed the glibc to the latest one (2.2.5-43) and to the latest > apache (1.3.27-2) available at RHN (RPM packages). I keep the kernel the > same. > Even after these changes I still get the same

[PHP-INST] Re: Problem on Solaris 8

2003-03-25 Thread Michael Mauch
Guillermo guill?n angel <[EMAIL PROTECTED]> wrote: > I've been trying to install PHP 4.3.1 on my Solaris 8 server, but when I > try to run the configure script it just freezes See the thread starting with , subject "Problems running configure (locks up)", from yesterday.

[PHP-INST] Re: Problems running configure (locks up)

2003-03-25 Thread Michael Mauch
Eli White <[EMAIL PROTECTED]> wrote: > Michael Mauch wrote: >> Or put a >> "set -x" on the second line of the configure script and post the last >> lines of the output. > So, I then followed your advice and added the xpg4 version of sed higher > in

[PHP-INST] Re: installing cUrl

2003-03-25 Thread Michael Mauch
Diana Castillo <[EMAIL PROTECTED]> wrote: > Hi, I am running windows XP and I am looking for a way to install Curl, cant > seem to find a version that I can easily install just by clicking on > Setup.exe , does anyone know how to install it on XP? I don't know anything about XP, but did you have

[PHP-INST] Re: Problems running configure (locks up)

2003-03-24 Thread Michael Mauch
Eli White <[EMAIL PROTECTED]> wrote: > I'm running on Solaris 2.8, and unpacked php 4.3.1, ran the following > configure, and got the following ouput: > > > configure --with-apxs=/var/html/apache/bin/apxs --with-gd > --with-jpeg-d=/opt/X11R5 --with-ttf --enable-gd-native-ttf --with-mysql > --w

[PHP-INST] Re: suse8.0 configure and make problem! no makefile?

2003-03-21 Thread Michael Mauch
Sven Suhl <[EMAIL PROTECTED]> wrote: > got a little problem while recompiling php4.1.0 under SuSE8.0. Are you sure you want to stick to an ancient version of PHP? > I needed to include Imagick support for various reasons. > > This is what I did: > > - unzip imagick-0.9.5 to ./ext/imagick > - c

Re: [PHP-INST] Re: installing 4.3.0 error

2003-03-02 Thread Michael Mauch
Chris Hewitt <[EMAIL PROTECTED]> wrote: > jun wrote: > >>>Here's the error: >>>Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo >>>main/internal_functions_cli.lo -lintl -lpng -lz -lz -lcrypt -lresolv -lm - >>>ldl -lnsl -lcrypt -o sapi/cli/php >>>ext/mysql/libmysql/my_tempnam.o: In func

[PHP-INST] Re: PHP 4.3.0 install libtool failure on Tru64 5.1

2003-02-25 Thread Michael Mauch
Buz Dreyer <[EMAIL PROTECTED]> wrote: > Server: Compaq Alphaserver DS20 using Tru64 Unix 5.1a (Rev. 1885) > > Configure works with this command: > CC="/usr/bin/cc" ./configure > --with-mysql --with-apxs=/data2/www/bin/apxs > ld: > Can't read file: ext/ctype/ctype.lo (Successful) > *** Exit 1

[PHP-INST] Re: Neither way installs it ....

2003-02-25 Thread Michael Mauch
Cl. Yuri Huitron Alvarado <[EMAIL PROTECTED]> wrote: > Output line too long. > gcc: main/php_ini: No such file or directory > make: *** [sapi/cli/php] Error 1 > > What can be happening ? (see especially the user notes).

[PHP-INST] Re: install 4.3.1 on redhat7.2

2003-02-24 Thread Michael Mauch
Henry <[EMAIL PROTECTED]> wrote: > [-- text/plain, Encoding quoted-printable, 6 Zeilen --] > > I saw the message below, how can I do sloving this? > > ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam': > /home/henry/php-4.3.1/ext/mysql/libmysql/my_tempnam.c:103: the use of `tempnam' is

Re: [PHP-INST] fail to compile php 4.3.0

2003-02-24 Thread Michael Mauch
James Sigler <[EMAIL PROTECTED]> wrote: > I am having the same issue and the sed switch has not resolved the > issue. I am unable to determine why the buffer length for the command is > not large enough. Ask Sun why they ship a broken sed (and cut, and what else). Try "export PATH". If that doe

[PHP-INST] Re: Building PHO 4.3.1 with MySQL support

2003-02-24 Thread Michael Mauch
Vicki Brown <[EMAIL PROTECTED]> wrote: > I ran > ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs > and received the following warning: [...] > But, what "path to mysql" should I use? Try --with-mysql=/usr/local/mysql. > MySQL (the binary) is installed at /usr/local/bin/mysql;

[PHP-INST] Re: PHP 4.1.1 on Apache 1.22 as CGI

2003-02-24 Thread Michael Mauch
Daniel Pomrehn <[EMAIL PROTECTED]> wrote: > I want to run PHP 4.1.1 as CGI in Apache 1.22 on Suse Linux 7.0 No, you don't. Both PHP 4.1.1 and Apache 1.3.22 are a hundreds years old and have serious security issues. Regards... Michael -- PHP Install Mailing List (http://www.php.