[PHP-INST] Re: Problems getting php to load of apache 1.3.19 under Windows Millenium Edition

2001-07-17 Thread James Tan
hi, did u copy your c:\php\php.ini.dist to c:\windows\php.ini ? did u copy c:\php/php4ts.dll to c:\windows\system32\? try restart ur apache after u have copied both file.. hope it works.. :) regards, James Emerald Shop wrote: > Hi there, > > PLEASE HELP!, > I'm running windows Me, I insta

[PHP-INST] Forbitten!

2001-07-17 Thread Angel F Rosa
I have everything that I think working right, yet I am getting the following Were else can I got to! to get this working right? Has anyone encounter this problem after insalling it. Forbidden You don't have permission to access /test.php on this server. Apache/1.3.12 Server at www.domain

RE: [PHP-INST] Forbitten!

2001-07-17 Thread Walter, Marcel
Maybe the File-Permission isn“t set correctly Try setting the permission to "world-readable" > -Original Message- > From: Angel F Rosa [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, July 17, 2001 16:04 > To: [EMAIL PROTECTED] > Subject: [PHP-INST] Forbitten! > > I have everything tha

[PHP-INST] php 4.0.6 & SCO: intallation nitemare.. as usual. Please help?

2001-07-17 Thread Gaetano Giunta
why o why each and every new installment of php has to take 2 to 5 days to get up and running on a SCO box ? Maybe i'm just plain brain-dead... i went thru the compilation cycle for versions 4.0.3, 4.0.4 and 4.0.6, and still it is so damn hard! (maybe I'm just about the only one that still has

Re: [PHP-INST] php 4.0.6 & SCO: intallation nitemare.. as usual. Please help?

2001-07-17 Thread Paul Gardiner
Hi, I know how you feel my friend, count yourself lucky you don't use Informix in the combination aswell - now that's a real pain in the bottom ;o) I've just got back from my hols and will very soon be trying version 4.0.6. >From what you're saying I'm in for fun. I don't think you're brain dea

[PHP-INST] EO - New FREE web development engine

2001-07-17 Thread admin
Hello, I'm contacting you because we have recently released a new web development platform, EO, that I would like for you to try out for use in building dynamic sites. EO is a portable, flexible yet robust system that you can use to quickly build interactive sites, plus it has features that p

php-install Digest 17 Jul 2001 19:17:54 -0000 Issue 367

2001-07-17 Thread php-install-digest-help
php-install Digest 17 Jul 2001 19:17:54 - Issue 367 Topics (messages 3584 through 3590): imap and PHP 4.0.6? 3584 by: Yoda Re: Problems getting php to load of apache 1.3.19 under Windows Millenium Edition 3585 by: James Tan Forbitten! 3586 by: Angel F Rosa

[PHP-INST] Need assistance installing php-4.0.0

2001-07-17 Thread jk
Greetings, I am a new Redhat Linux (7, publisher's edition) user, so please be clear when giving instructions or advice. I am trying to set up an Apache server (ver 1.3.12) with MySQL (3.22.32) and php(4.0.0) support. MySQL and Apache are installed and working, but I am having a lot of trouble

Re: [PHP-INST] Need assistance installing php-4.0.0

2001-07-17 Thread Julie Meloni
find / -name *libmysqlclient* -print put the result in ld.so.conf run ldconfig make/make install php. Julie Meloni [EMAIL PROTECTED] "PHP Essentials" & "PHP Fast & Easy" --- www.thickbook.com --- -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-m

[PHP-INST] php-4.0.6 with IMAP with Apache 1.3.20

2001-07-17 Thread GHz
php configure and make is fine (*appears*) after ./configure --prefix=blah --activate-module=src/modules/libphp4.a then make *snip* modules/php4/libphp4.a(php_imap.o): In function `mail_close_it': /usr/local/php-4.0.6/ext/imap/php_imap.c:190: undefined reference to `mail_close_full' *snip* ther

[PHP-INST] Re: --with-imap-ssl

2001-07-17 Thread GHz
try --with-imap "Alexus" <[EMAIL PROTECTED]> wrote in message 002101c10bdf$c686a550$97625c42@alexus">news:002101c10bdf$c686a550$97625c42@alexus... > > - Original Message - > From: "alexus" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, July 13, 2001 4:41 PM > Subject: --wit

[PHP-INST] Re: problems compiling php+imap with apache

2001-07-17 Thread GHz
I'm having the same problem on Redhat 7.2 Ron "Piotr Szymanek" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi. > > I'm trying to install apache with php4 and imap (c-client) on RedHat7.1 > . > > C-client compiles fine. > PHP (4.0.6) always compiles fine (w

[PHP-INST] Browser wants to download .php file

2001-07-17 Thread Stuart Hunter
I installed PHP 4.06 for Linux on my server and followed the instructions for uncommenting the AddType in my APache httpd.conf file. However when I try and get to a .php file on the server my browser tries to download it instead of displaying the contents generated by the php file. What have

Re: [PHP-INST] Need assistance installing php-4.0.0

2001-07-17 Thread Steve Brazill
You should really install the latest version of Apache and PHP (versions 1.3.20 and 4.0.6 respectively). But, in the meantime, you can either add the MySQL 'library' directory to your LDPATH (library search path), or simply 'link' the necessary MySQL file to "/usr/lib" (which is the 'standard'

[PHP-INST] Re: Browser wants to download .php file

2001-07-17 Thread James Tan
hi stuart (litter) lol.. just joking :P well, how did u install ur php? from rpm or from source? there is 2 ways to install php, as module or as static, both have different ways of installing.. pls refer to the INSTALL file located in the distributed source files... hope it works.. :) regards