>Am running Apache 1.3.19 on windows me and php4.0.4...all seems to have
>installed without any problems but when i seem to be getting an error
>
>[error] [client 127.0.0.1] Invalid URI in request GET /test.php HTTP/1.1
>
>This seems to be a fairly common error looking thru all the forums but
>no
> Then I reinstalled PHP, and then it didn't work then either!
>What could possibly be the problem? Any one know how to install it
>correctly?
You need to install MySQL then PHP and then Apache.
Take a look at www.devshed.com click serverside and look for an article
about installing those to
>i would greatly appreciate help with this, as earthlink customer service
>won't offer any. thank you in advance
Try to rename it to .php .. see what happens.. Perhaps they forgot to add
.php3 to their apache config file.
Bye,
B.
--
PHP Install Mailing List (http://www.php.net/)
To
>When I Install PHP with apache, it does not install the php.ini
>The path is defined as /usr/local/apache, but nothing is there after
>make install.
>Every thing else is OK.
>
>Do I have to copy the php.ini from somewhere ?
Yeah..
In the directory where your sourcefiles are found you shou
At 22:49 1-8-01 -0400, [EMAIL PROTECTED] wrote:
>Since I joined the list this morning, there's been about 10
>questions (one was mine), and no answers. :) That's kinda
>funny. All the people that know stuff know to turn this
>list off. ;)
Might have been busy..
I might not be one of the "peop
>Now i have looked in every nook and crany around the internet and i still
>don't have any luck. Can someone please tell me where to find the file!!!
>
>The file is called: mscomctl.ocx
Think every M$ developer has at least one copy :-)
Perhaps you can find it on the M$ website..
Bye,
B.
-
>So, I've tried using Red Hat 7.0 to get a php/mysql enabled web server
>running on a PII 266 system with a whoping 16M ram. It has been a chore to
>say the least. Red Hat really seems to have some issues here. The RPMs
>don't work and installing from source doesn't work. Is there a better
>v
>Then it wouldn't let me start it with ./bin/safe_mysqld --user=mysql &
>but I could start it without naming a user (./bin/safe_mysqld) and
>create new dbs and stuff. So is that running as root then? It also won't
>let me change the password (or I'm doing it wrong---using ./mysqladmin
>-u root -p
> > ld.so.conf should contain /usr/local/mysql/lib/mysql DO NOT FORGET to run
> > ldconfig after changing ld.so.conf
>
>Did this before and got same errors, and I didn't forget to ldconfig
I know an experienced sysadmin who forgot.
> > uhm, being a creative guy does NOT mean you know how to ins
>BTW If anyone gets this working can they post an idiots guide on how to do
>it, as I'm an idiot that needs to do it!!
Is the old syntax invalid?? --with-gd --with-gd-dir=/where/you/put/it
I don't have time to try it myself.. but the syntax above worked for me
until 4.0.4pl1 (which is the firs
>I hope I get a slightly less elitist reply eventually.
/me no..
>I'd try to recompile apache, but last time I tried to compile apache, it had
>even more errors then I'm getting now... This project is worth a good
>fight, but not one that will ~require~ that I recode half the kernel.
Onl
You might need to install Apache from source too. I'm not sure, don't like
Redhat. I know the MySQL RPM on the cd has u HUGE bug.. perhaps this is
also causing you one or two problems.. not sure.
uhm.. it's --with-mysql=/path/to/mysql not --with-mysql
Apache 1.3.12 you say thats pretty old
>I get the infamouse attention message after I try to configure. I have the
>right paths to mysql. I have the libmysqlclient files in
>/usr/local/mysql/lib/mysql and symbolic linked to /usr/local/mysql
>ld.so.conf is correct. Please before I loose the rest of my hair help!
Think I remembe
At 00:51 1-5-01 -0400, Alex Miller wrote:
>I would like to look at it.
>
>My package installation did not leave any
>AddType or AddHandler Directives.
No. I'm running Slackware. I doubt the difference is big when it comes to
Apache.
AddType application/x-httpd-php .php
NOT
AddType application/x
>
>When I click on "yes", nothing happens. The click
>goes nowhere.
I tried it too and it worked.
So perhaps there was a problem with that link, or a problem with your isp..
or whatever.
Bye,
B.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
F
>http://forums.devshed.com/showthread.php?s=46d78209eb4257fd191100a67b2b7187&;
>threadid=14158&forumid=5
>
>
>
>the problem was not solved at all.
Tutorial will learn you how to install from source, dunno about the forums.
Don't have time to check.
I NEVER use RPM and I'm most certainly not go
Checkout the page where you subscribed.
At 02:38 29-4-01 -0400, Alex Miller wrote:
>On Sunday 29 April 2001 09:50, you wrote:
> > >from phpinfo() I know that php 4 is not
> > >configure with mysql, how do I turn it on
> > >in redhat 7.0 ?
> >
> > Doesn't matter which Linux distro you're usi
>from phpinfo() I know that php 4 is not
>configure with mysql, how do I turn it on
>in redhat 7.0 ?
Doesn't matter which Linux distro you're using.
If you would have bothered to read the docs (or this lists archive) you
would have know you should do a --with-mysql=/path/to/mysql while
i
>I am getting the following error when trying to run for the first time
>admin.php from nuke 4.2;
>
>Fatal error. Call to undefined function: mysql+pconnect() in
>/var/www/html/mainfile.php
Check this lists archive, look at some tutorials.
www.devshed.com www.phpbuilder.com www.phpnewbie.com
>I'm trying to configer apache server and PHP.ini on my windows98 but still
>i have some mistakes. PHP interpeter works and the apache server also work
>and my problem wiht brworser that can understand php extention.
>
>can any body send to me these two files
>( httpd.conf and php.ini )
>And i'
Aconfigure php with the line "./configure
>--with-apache=/usr/local/apache_1.3.19 --with-mysql --with-ldap
>--enable-track-vars" it tells me that it can't find the header files.
>Then I point it to the header files, after that I get the error "can't
>find client lib". What should I do about this ?
>I've installed PHP and Apache on my PC under win98. Apache is running fine
>and launching PHP at the same time.
>When I open a php file (.php) under my browser, the PC is launching a
>console window which is immediately closing... I suppose it's a PHP console
>window. This window is empty and my
Hi,
Although I wouldn't recommend running Apache and PHP on any Windooz, here
are some ideas.
- check the docs at www.apache.org for a clue..
- Check your log both apache and systemlogs..
- check how long it takes after a reboot before it crashes (I know someone
who admins a few hosting NT box
>-lmys
>qlclient -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
>/usr/bin/ld: cannot find -lmysqlclient
>collect2: ld returned 1 exit status
You could add the path to the mysqlclient libs to your ld.so.conf and run
ldconfig.. If you build your mysql from source I would advise you to use
s
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
>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
>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
>IE5 responce: "save on disk" or "open", not running.(apache+php4)
>HELP, PLZ!!!
Has been answered a million times on this list
Edit your httpd.conf and take a look at the Addtype application stuff. You
know the lines with x-httpd-php in it..
Need more info? check the archive.
Bye,
B.
>Btw.
>Now I get this error when trying to use mysql in a php script:
>Warning: MySQL Connection Failed: Can't connect to local MySQL server
>through socket '/var/lib/mysql/mysql.sock' (111) in lib.inc.php3 on line 97
> Error
>I'm sure that mysql server is running.
If you would have taken a few
>I am trying to install PHP on a Red Hat Linux system and get an error which
>seems to complain about not finding the mySql client software. both mySql
>and Apache are installed and working correctly. Can anyone help point me in
>the right direction with this. I have attached the debug.log fil
>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
> > I think you should be fine
> > after changing the php.ini file.
>
>Yes, I wouldn't be surprised if the problem is an existing
>configfile, but I don't know which one. The location
>of mysql.sock isn't specified or implied in php.ini, so
>far as I can see.
Check again.
"grep mysql php.ini"
>which is kind of odd because in the process of getting
>PHP4 installed, I removed and reinstalled MySQL, and changed
>the layout in the process: the mysql directory
>was moved from /var/lib to /usr/local/mysql/var
>and PHP4 was configured with '--with-mysql=/usr/local/mysql'
>... so I don't know
33 matches
Mail list logo