php-install Digest 11 Apr 2001 03:22:36 -0000 Issue 256

2001-04-10 Thread php-install-digest-help
php-install Digest 11 Apr 2001 03:22:36 - Issue 256 Topics (messages 2731 through 2746): Re: w/ CURL can't find -lpam, wout/ CURL everything is fine (How can that be) 2731 by: Jani Taskinen Compile question... 2732 by: Chris McClenahan Please help me! 2733 by: .Wo

[PHP-INST] PHP4 + Netscape3.6 on AIX 4.1.5 Cannot start

2001-04-10 Thread Madeline Wu
I get the Error: conf_init: Error running init function load-modules: dlopen of /netscape/suitesp ot/bin/libphp4.so failed (dlopen(): access failure: permissions denied (errno = EACCES)) How to make it start correctly?? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mai

Re: [PHP-INST] Browser prompts me to download the index.php3 file

2001-04-10 Thread B. van Ouwerkerk
Did you stop and start apache?? If not, try it. Bye, B. At 22:32 11-4-01 +0100, Derek Colley wrote: >Hi, > >I have a Cobalt Qube3 (includes php-4.0.1-C7q3) with the following apache >settings: > >httpd.conf: >LoadModule php4_modulemodules/libphp4.so >AddModule mod_php4.c > >srm.conf: >Add

Re: [PHP-INST] incompatible version of Apache?

2001-04-10 Thread Myke Carter
Enrique de las Heras wrote: > > I've tried recompiling Apache and I've repeated the full process at least > twice, but the result it's always the same. I've even updated my Apache > Server to 1.3.19 (just to assure that wasn't the problem). > > Anyone can help me? > > Thanks a lot. http://www.

[PHP-INST] incompatible version of Apache?

2001-04-10 Thread Enrique de las Heras
I was working with php3 and Apache 1.3.12. Everything seemed to be going OK, but last weekend I decided to try php 4.0.4pl1. After following all the installing process, when I tried to restart my Apache server, the apachectl command failed with a message similar to this one (I don“t have the exact

[PHP-INST] Browser prompts me to download the index.php3 file

2001-04-10 Thread Derek Colley
Hi, I have a Cobalt Qube3 (includes php-4.0.1-C7q3) with the following apache settings: httpd.conf: LoadModule php4_modulemodules/libphp4.so AddModule mod_php4.c srm.conf: AddType application/x-httpd-php4 .php .php3 I added the .php3 to the AddType line in an attempt to get Horde (http://

Re: [PHP-INST] Newbie problem

2001-04-10 Thread B. van Ouwerkerk
>I've got mysql-3.23.36-pc-linux-gnu-i686 and when I try to install this I >get the error "Sorry, the host 'xpto' could not be looked up. > >What should I put in the host name? You've got yourself a binary.. If you want to install from source you should pickup the file mysql-3.23.36.tar.gz I th

Re: [PHP-INST] PHP 4.03 + sessions = enable-trans-sid rewrite imgsrc too

2001-04-10 Thread Jani Taskinen
On Tue, 10 Apr 2001, Matthieu Brunet wrote: >Hello >I've compiled my php with the option --enable-trans-sid. >Now, php add the SID to all the links and it's very usefull. >But he rewrite the tag too. > >I thought i can fix it in the php.ini, but the url_rewriter.tags is like >this : >url_rewrite

[PHP-INST] PHP 4.03 + sessions = enable-trans-sid rewrite img src too

2001-04-10 Thread Matthieu Brunet
Hello I've compiled my php with the option --enable-trans-sid. Now, php add the SID to all the links and it's very usefull. But he rewrite the tag too. I thought i can fix it in the php.ini, but the url_rewriter.tags is like this : url_rewriter.tags ="a=href,area=href,frame=src,input=src,form=fa

[PHP-INST] Newbie problem

2001-04-10 Thread sousa . hugo
I'm trying to install Apache with MySql and PHP... I've got mysql-3.23.36-pc-linux-gnu-i686 and when I try to install this I get the error "Sorry, the host 'xpto' could not be looked up. What should I put in the host name? The problem is that I'm a Linux newbie too :-) Any help will be great!!

Re: [PHP-INST] What version of Apache and GLIBC ?

2001-04-10 Thread Rasmus Lerdorf
glibc-2.1.x should work just fine. On Tue, 10 Apr 2001, STF wrote: > Hi, > > I have to install php4.0.4pl1 on a Mandrake 7.2 computer. > > I can't use precompiled binaries because I need special option (ldap, > postgre and apache). > > Can the latest version of php be compiled on a glibc 2.1 sys

[PHP-INST] What version of Apache and GLIBC ?

2001-04-10 Thread STF
Hi, I have to install php4.0.4pl1 on a Mandrake 7.2 computer. I can't use precompiled binaries because I need special option (ldap, postgre and apache). Can the latest version of php be compiled on a glibc 2.1 system or do I have to upgrade to glibc 2.2 ? Another easy question : does php4.0.4

[PHP-INST] Problem running php under Apache/Solaris

2001-04-10 Thread Uwe Lammers
Hi, I am having trouble getting php-4.0.4pl1 working with apache-1.3.19 under Solaris 2.6 as a DSO. The compilation/installation of apache/php all seems to have gone fine - no compilation or linking problems and in /usr/local/apache/libexec I see: -rw-r--r-- 1 root other7449 Apr 10

Re: [PHP-INST] Please help me!

2001-04-10 Thread B. van Ouwerkerk
>What can I do? >Thanks a lot! Check the installation directions at www.devshed.com Bye, B. -- 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 PROT

[PHP-INST] Please help me!

2001-04-10 Thread .Wolf
Hello php-install, I tried to install php4.0.4pl1 on FreeBSD and seen en error: localhost# ./configure --prefix=/usr/local/php localhost# make Making all in Zend byacc -p zend -v -d ./zend_language_parser.y -o zend_language_parser.c usage: yacc [-dlrtv] [-b file_prefix] [-o output_filename]

[PHP-INST] Compile question...

2001-04-10 Thread Chris McClenahan
Hello there, I'm attempting to get PHP running with a Netscape Fasttrack web server. I believe that using a CGI module is the only way that it will work. How do I go about compiling the PHP source as a CGI application? This is being done on an SGI running IRIX 6.5. Any input or suggestions in

RE: [PHP-INST] w/ CURL can't find -lpam, wout/ CURL everything is fine (How can that be)

2001-04-10 Thread Jani Taskinen
Try looking at the config.log for a clue.. Propably some library missing. --Jani On Tue, 10 Apr 2001, Krznaric Michael wrote: >This is a repost? Does anyone have any ideas, it must be an issue with the >build process? > >Mike > >-Original Message- >From: Krznaric Michael [mailto:[EMA

php-install Digest 10 Apr 2001 14:17:35 -0000 Issue 255

2001-04-10 Thread php-install-digest-help
php-install Digest 10 Apr 2001 14:17:35 - Issue 255 Topics (messages 2725 through 2730): Re: installation blues with oracle 8i 2725 by: Brian.J.Mauter Re: date/time in wrong zone 2726 by: Yasuo Ohgaki Re: APXS install problem 2727 by: Yasuo Ohgaki Re: how to solve

RE: [PHP-INST] w/ CURL can't find -lpam, wout/ CURL everything is fine (How can that be)

2001-04-10 Thread Krznaric Michael
This is a repost? Does anyone have any ideas, it must be an issue with the build process? Mike -Original Message- From: Krznaric Michael [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 10:49 AM To: '[EMAIL PROTECTED]' Subject: [PHP-INST] w/ CURL can't find -lpam, wout/ CURL ever