Re: [PHP-INST] PHP4 as a DSO - no error, but dot working

2001-04-02 Thread Joe Laffey
> > "Xa" <[EMAIL PROTECTED]> wrote in message > 9a4vi2$2gh$[EMAIL PROTECTED]">news:9a4vi2$2gh$[EMAIL PROTECTED]... > > - Mozilla displays instead of the result of the command This sounds like you did not configure the httpd.conf file for the correct MIME type with something like: -17. Edit you

Re: [PHP-INST] php.ini not being used

2001-04-02 Thread Joe Laffey
On Mon, 2 Apr 2001, Joe Laffey wrote: > Hi, > > I have the following setup: > > Redhat 6.2 Intel > PHP 4.03pl1 > Apache 1.3.14 > > I compiled a DSO version using > ./configure' '--with-mysql' '--with-apxs' > '--with-config-file-path=/etc/httpd/conf/php.ini' > > The phpInfo() command indicates tha

Re: [PHP-INST] running as root??

2001-04-02 Thread Rasmus Lerdorf
So don't start it as the root user. On Mon, 2 Apr 2001, Duke wrote: > When I check phpinfo(INFO_ENVIRONMENT), I get all kinds of stuff about my > root user's environment. I installed the apache php4 module, and my apache > server is configured to run under user and group "nobody". My buddie's

[PHP-INST] running as root??

2001-04-02 Thread Duke
When I check phpinfo(INFO_ENVIRONMENT), I get all kinds of stuff about my root user's environment. I installed the apache php4 module, and my apache server is configured to run under user and group "nobody". My buddie's machine only puts out 2 rows on the "Environment" table, nothing about root.

Re: [PHP-INST] PHP4 as a DSO - no error, but dot working

2001-04-02 Thread Yasuo Ohgaki
Read Install instructions for all packages, PHP FAQ and PHP Manual carefully, then it should work. Regards, -- Yasuo Ohgaki "Xa" <[EMAIL PROTECTED]> wrote in message 9a4vi2$2gh$[EMAIL PROTECTED]">news:9a4vi2$2gh$[EMAIL PROTECTED]... > > Hello everybody, > > > > I'm trying to install Apache+MySQ

RE: [PHP-INST] MySQL, PHP4 & Apache on RH6.2

2001-04-02 Thread Chad Oblak
Thanks for all the help. I finally (after about a week of trying) got php and apache to play together nicely. If anyone is interested here is what I did: gunzip -cd php-4.0.4pl1.tar.gz | tar xvf - cd php-4.0.4pl1 ./configure --with-mysql=/usr/local/mysql \ --with-xml \ --with-apache=../apache_1.

Re: [PHP-INST] MySQL, PHP4 & Apache on RH6.2

2001-04-02 Thread Myke Carter
Chad Oblak wrote: > > Hello, > > I got MySQL up and running ok. I cannot seem to get php and apache to get > along. > > Can anyone recommend a good installation/configuration tutorial for PHP > running on apache writing to MySQL. http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/ Myk

[PHP-INST] php.ini not being used

2001-04-02 Thread Joe Laffey
Hi, I have the following setup: Redhat 6.2 Intel PHP 4.03pl1 Apache 1.3.14 I compiled a DSO version using ./configure' '--with-mysql' '--with-apxs' '--with-config-file-path=/etc/httpd/conf/php.ini' The phpInfo() command indicates that path. When I make changes to the php.ini file in the locati

[PHP-INST] MySQL, PHP4 & Apache on RH6.2

2001-04-02 Thread Chad Oblak
Hello, I got MySQL up and running ok. I cannot seem to get php and apache to get along. Can anyone recommend a good installation/configuration tutorial for PHP running on apache writing to MySQL. Best regards, Chad Oblak -- PHP Install Mailing List (http://www.php.net/) To unsubscribe,

[PHP-INST] install fails

2001-04-02 Thread Mike Schwarz
i have a strange bug here, don't now where to search. when i install php with setup.exe on my win 2000 server, there is a error message: - component mscomctl.ocx or one of its dependencies not correctly registered, a file is missing or invalid after clicking on OK, php setup says OK, successfull

Re: [PHP-INST] need help with configure - NOVICE

2001-04-02 Thread B. van Ouwerkerk
>with Redhat 6.2 and Apache. I've never installed any software packages >until now and after following the PHP manual's instructions I attempted to >run configure: > >./configure -with-pgsql=/opt/pgsql-7.02 -with-apache=/opt/apache --with not -with Go to www.devshed.com .. you've got some read

[PHP-INST] Problems running oracle, apache and snmp together on debian

2001-04-02 Thread Gregory Brown
Hi, I have recently installed debian on a idle computer at the office, the idea was to use PHP with SNMP and Oracle to monitor and alert of possible network situations When I installed PHP + apache + SNMP using debian's interface everything worked just fine, but when trying to install supp

Re: [PHP-INST] Problem with pdflib

2001-04-02 Thread Luis Castro Mendoza
Chris Howells wrote: > Luis Castro Mendoza wrote: > > > What happen ?? > > Thanks in advance > > Hmm, are you sure you've go those bits installed? > > > Finally, I added the options --with-png-dir=/usr --with-tiff-dir=/usr > > --with-libz-dir=/usr > > and the problem continues. /usr/lib contains

Re: [PHP-INST] Problem with pdflib

2001-04-02 Thread Chris Howells
Luis Castro Mendoza wrote: > What happen ?? > Thanks in advance Hmm, are you sure you've go those bits installed? > Finally, I added the options --with-png-dir=/usr --with-tiff-dir=/usr > --with-libz-dir=/usr > and the problem continues. You'll need to delete config.cache before re-running ./c

php-install Digest 2 Apr 2001 18:07:13 -0000 Issue 244

2001-04-02 Thread php-install-digest-help
php-install Digest 2 Apr 2001 18:07:13 - Issue 244 Topics (messages 2647 through 2651): Compilation problems 2647 by: LeGall Tanguy w/ CURL can't find -lpam, wout/ CURL everything is fine (How can that be) 2648 by: Krznaric Michael Re: again:problem with configuring php wi

[PHP-INST] Problem with pdflib

2001-04-02 Thread Luis Castro Mendoza
Hi gurus: I tried to compile php-4.0.4pl1 with pdflib with no success, and I'd saw how did you help to another person in this situation, I'll very grateful if you can help me to understand what's wrong in my config. Config. Redhat 6.2 Apache 1.3.12 PHP-4.0.4pl1 test: pdflib-3.03> ./configu

[PHP-INST] need help with configure - NOVICE

2001-04-02 Thread bigbrthr3
Hi everyone, I am new to using LINUX and need to install PHP. I "inherited" a system with Redhat 6.2 and Apache. I've never installed any software packages until now and after following the PHP manual's instructions I attempted to run configure: ./configure -with-pgsql=/opt/pgsql-7.02 -with-apa

Re: [PHP-INST] again:problem with configuring php with informix7.22

2001-04-02 Thread Paul Gardiner
Hi, When I have a spare few minutes I'll try to get a script and notes to you for compiling Informix on SCO. It was a bit of a pig getting there but does work. In the mean time you could search through the mailing list archives as I'm sure I've sent this info lots of times before. (May have been

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

2001-04-02 Thread Krznaric Michael
I'm trying to compile PHP 4.0.4pl1, w/apache 1.3.17 as a DSO on a Solaris 8 sparc box I did this 100's of times and everything works good. For some reason the following configure fails: './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-pam_auth' '--enable-track-vars=ye

[PHP-INST] Compilation problems

2001-04-02 Thread LeGall Tanguy
Hi all I tried to install php-4.0.4pl1 with apache 1.3.9 and postgress on a linux This linux is a special distribution for armv4l processor I type ./configure --with-apache=../apache_1.3.9 --with-pgsql --enable-track-vars and everything goes fine but when I type make I got several errors like tha