[PHP-INST] Re: compiling PHP (any version) on cobalt linux

2002-01-07 Thread Drew
Found out what it was, I was compiling in with --enable-openssl and thats what was causing the failure issue. maybe someone can benefit from this :) Drew "Drew" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello All, > I tried to compile PHP last night o

Re: [PHP-INST] Installation Problems

2002-01-07 Thread Chris
Hello Dave, The most frequent cause of this can be found in your httpd.conf file in the followinf locations: # DirectoryIndex: Name of the file or files to use as a pre-written HTML # directory index. Separate multiple entries with spaces. # DirectoryIndex index.html index.htm index.php de

php-install Digest 7 Jan 2002 23:39:48 -0000 Issue 638

2002-01-07 Thread php-install-digest-help
php-install Digest 7 Jan 2002 23:39:48 - Issue 638 Topics (messages 5495 through 5507): compiling PHP (any version) on cobalt linux 5495 by: Drew Re: NEWBIE IN DISTRESS: Install Instructions are not work for PHP 4.1.1!!! 5496 by: Freddy Vulto --enable-trans-sid don't work

[PHP-INST] Lex issue when installing PHP

2002-01-07 Thread Robert Abbate
I get a strange error when running configure: checking whether ln -s works... yes checking for flex... lex checking for yywrap in -ll... no checking lex output file root... ./configure: lex: command not found configure: error: cannot find output from lex; giving up Any ideas? Can't find "l

[PHP-INST] PHP4 with Imap on RH 7.2 fails

2002-01-07 Thread Jens Ansorg
I try to build php 4.1 on RH 7.2, apache with Imap support I tried the RH supplied imap RPMs I tried to build the IMAP myself as described on php.net It does not work :-(( Now, configure with my usual stuff and --with-imap --with-kerberos --with-imap-ssl runs without any errors then I "make"

[PHP-INST] Installation Problems

2002-01-07 Thread Dave Lurie
I'm a professional webdesigner, but a recent job i recieved asked me to host the webpage on my computer, which means i'm trying to install php on my own system. I have done so, but when opening a .php file i see the source code and it's ignoring that php exists. If i stick on the start to make

[PHP-INST] Postgresql and PHP/Apache for windows question

2002-01-07 Thread HBz7777
Hey there I am running Win 2000 on my laptop, have apache_1.3.22-win32-x86.msi installed and PHP Version 4.0RC2. I also have cygwin installed and postgresql-7.1.3 installed. I dont know how to get PHP to load postgresql module. I understand how to do it on Linux. Do i need a certain .dll?

[PHP-INST] Problems with mm shared memory session handler on Linux 2.2.19

2002-01-07 Thread Rick Morris
Hi, I keep getting segfaults, such as: [Mon Jan 7 10:02:15 2002] [notice] child pid 20400 exit signal Segmentation fault (11) This happens whenever I set session.save_handler to mm in php.ini The platform: Linux kernel 2.2.19 on a Rackspace server (Gigahertz athlon, 1 GB RAM) Apache 1.3.19 P

[PHP-INST] Help! Apache doesn't recognize my php files!!!!

2002-01-07 Thread Ignacio Sosa
Hi. I have installed the PHP4 and I did the "make" and "make install" to Apache after the "configure --activate-module=src/modules/php4/libphp4.a", and it seems that all was right but when I try to see the php test page the apache server manage the file as a data file and ask for Opening or Savin

[PHP-INST] uninstall and install php

2002-01-07 Thread jhony fready dcosta
Dear All, My system is red hat 6.2 and got Apache 1.3, Mysql 3.22.32, postgres 6.5 and php 3.0.16, installed on it. This PHP of mine doesn't have any support for MYSQl and also for postgres. As the version 4 of PHP is already out, I would like to install it with the support for MYSQL+Pos

[PHP-INST] Help me PHP + libgd

2002-01-07 Thread Marecky
I have configured PHP with gd, zlib and png but I can't display images Here is configure output: Configuring extensions checking if the location of ZLIB install directory is defined... no checking whether to include ZLIB support... yes checking for gzgets in -lz... yes checking whether to include

[PHP-INST] Compiled version of PHP 4.1.1 for Mandrake 8.1

2002-01-07 Thread Programmer
I am looking for with compiled version of the newest PHP 4.1.1 for Linux Mandrake 8.1. -- Jaroslaw -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL P

[PHP-INST] Sorry for my previous post (was --enable-trans-sid)

2002-01-07 Thread Martin Rode
Sorry guys, I found the bug in the script included in php documentation. url-rewriting does not work in the script because the url is not given within php code. ;martin -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP-INST] --enable-trans-sid don't work any more!!

2002-01-07 Thread Martin Rode
Since I've upgraded to 4.1.1 from 4.0.6 the --enable-trans-sid don't work for me any more. 1) Test script is as easy as (taken from php documentation): --- Hello visitor, you have seen this page times.; To continue, click here - 2) relevant l

[PHP-INST] Re: NEWBIE IN DISTRESS: Install Instructions are not work for PHP 4.1.1!!!

2002-01-07 Thread Freddy Vulto
My module configuration (Win98, Apache 1.3.22, PHP 4.1.1) started working after I added the line: AddModule mod_php4.c to httpd.conf. This seems to be an omission from the install.txt as stated in the php.windows thread "Apache 1.3.22 and PHP 4.1.0" d.d. Jan 3, 2002. It's added as note to th

[PHP-INST] compiling PHP (any version) on cobalt linux

2002-01-07 Thread Drew
Hello All, I tried to compile PHP last night on one of my company's RaQ servers and it appears to have configured, ran make and make install fine, however when I fire up apache I keep getting Undefined_Symbol errors, they seem to be random with no specific one happening over and over. Sample error

php-install Digest 7 Jan 2002 10:40:36 -0000 Issue 637

2002-01-07 Thread php-install-digest-help
php-install Digest 7 Jan 2002 10:40:36 - Issue 637 Topics (messages 5493 through 5494): Re: Problems with Apache2 + PHP4.1.1 ... making headway, I think 5493 by: Yasuo Ohgaki HELP! : ...cannot find output from lex; giving up 5494 by: Ignacio Sosa Administrivia: To su

[PHP-INST] HELP! : ...cannot find output from lex; giving up

2002-01-07 Thread Ignacio Sosa
Hi, I have a problem: When I run the "configure" script it stops with this error message: - checking lex output file root... ./configure[2343]: lex: not found. configure: error: cannot find output from lex; giving up ---