php-install Digest 17 Jul 2001 19:17:54 -0000 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
        3587 by: Walter, Marcel

php 4.0.6 & SCO: intallation nitemare.. as usual. Please help?
        3588 by: Gaetano Giunta
        3589 by: Paul Gardiner

EO - New FREE web development engine
        3590 by: admin.eodeveloper.com

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------


Hello,

Has anyone had any problems with including the imap piece when building PHP
4.0.6 with apache?

When I compile as a DSO or Static. I get the same error.

I get errors with the "gss" symbols.  They come back as undefined symbol:
gss_mech_krb5 , this is when I have compiled PHP as a DSO with imap as an
option and start apache. Works fine without imap enabled.

Any ideas?

Thanks for your help in advance.






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 installed Apache 1.3.19 first, I tested it
> with a html file, it works just fine.  Then I installed PHP4, using the
> windows installer version, then I followed the instructions and unzipped
> the zip version into the folder c:\php,  I then added the following commands
> to the httpd.conf :
>
> #for the cgi binary (you can use that one compiled with force cgi redirect
> too)
> ScriptAlias /php4/ "C:/php/"
> Action application/x-httpd-php4 "/php4/php.exe"
> AddType application/x-httpd-php4 .php
> #I put this in
> ScriptAlias /php/ "c:/php/"
> AddType application/x-httpd-php .php .phtml
> Action application/x-httpd-php "/php/php.exe"
> #I put this in
> LoadModule php4_module c:/php/sapi/php4apache.dll
> AddType application/x-httpd-php .php .phtml
>
> After this I reloaded the apache server, it says this when it loads :
>
> "Apache/1.3.19 <Win32> running..."
>
> so it seems as if I should be able to view php files off of the apache web
> server, but it doesn't work, when I go to a test page with a VERY
> simple php script  :
>
> <html>
> <head>
> <title>Hello World</title>
> </head>
> <body>
> <? echo phpinfo() ?>
> </body>
> </html>"
>
> The page loads nothing but blank white there's something wrong with the
> script but I got it from the php.net tutorial.
> All I really NEED from this apache server is the ability to test .php files
> as I learn PHP.
>
> Thank you very much for your cooperation.
>
> Best regards,
>
> Emerald Shop
> Eng. Aldemar Martin B.
> Manager
> Calle 22 #20-26
> Santa Fe de Bogota, D.C. - COLOMBIA
> Phone: (571) 562 29 11
> Fax: (571) 268 45 60
> email: [EMAIL PROTECTED]





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.com Port 80


Thanks,
Angel




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 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.com Port 80
> 
> 
> Thanks,
> Angel
>  << File: ATT1026465.txt >> 


If you have received this e-mail in error or wish to read our e-mail disclaimer 
statement and monitoring policy, please refer to
http://www.drkw.com/disc/email/ or contact the sender.




<rant>

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 to cope with that kind of
platform...)

I don't like to play with automake+autoconf, but even if I try to run
buildconf I get into trouble:
- ./build/buildcheck.sh relies on the 'which' command, that is absent from
SCO Openserv 5.0.5 (even though I installed all of the GNU stuff that comes
pre-packages from sco skunkware and a great deal more from source). Similar
command is aptly named 'type', which under linux serves an entirely
different purpose...

The .mk files generated by configure are not accepted by make (GNU make
3.78.1) since build rules lines start with 2 spaces instead of a nice tab
char!

The sockets.c file will refuse to compile, since constant h_errno is not
defined (NB: the version of the SCO developement environment I use is quite
old: 5.0.1A; in version 5.1.1A this is probably not true anymore).

The pthreads lib () will be reported not found because when it's checked for
(line 2662 of the stock configure) it misses a -lsocket...

Any help / suggestion would be greatly appreciated!
Thanks, Gaetano

 </rant>






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 dead as I agree that there always seems to be
problems with the SCO build. I've spent a great number of hours getting new
releases to build and in turn then helping others mainly off-list to do the
same.

If I manage to get 4.0.6 to build I'll let you know.

- Paul -

----- Original Message -----
From: "Gaetano Giunta" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 17, 2001 4:22 PM
Subject: [PHP-INST] php 4.0.6 & SCO: intallation nitemare.. as usual. Please
help?


> <rant>
>
> 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 to cope with that kind of
> platform...)
>
> I don't like to play with automake+autoconf, but even if I try to run
> buildconf I get into trouble:
> - ./build/buildcheck.sh relies on the 'which' command, that is absent from
> SCO Openserv 5.0.5 (even though I installed all of the GNU stuff that
comes
> pre-packages from sco skunkware and a great deal more from source).
Similar
> command is aptly named 'type', which under linux serves an entirely
> different purpose...
>
> The .mk files generated by configure are not accepted by make (GNU make
> 3.78.1) since build rules lines start with 2 spaces instead of a nice tab
> char!
>
> The sockets.c file will refuse to compile, since constant h_errno is not
> defined (NB: the version of the SCO developement environment I use is
quite
> old: 5.0.1A; in version 5.1.1A this is probably not true anymore).
>
> The pthreads lib () will be reported not found because when it's checked
for
> (line 2662 of the stock configure) it misses a -lsocket...
>
> Any help / suggestion would be greatly appreciated!
> Thanks, Gaetano
>
>  </rant>
>
>
>
> --
> 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 PROTECTED]
>





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 protect you, the web developer.  The 
Engine behind EO has been in development since 1996 and has been used to build simple 
to complex systems in many industries including retail, automotive, financial, marine 
and more.

BEST OF ALL IT'S FREE!
 
Please visit http://www.eodeveloper.com/eo/eo.exe/eofree?01 to find out more and 
download your FREE copy.

Thank you!
 Team EO
 http://www.eodeveloper.com
 



Reply via email to