php-install Digest 4 Oct 2002 12:55:24 -0000 Issue 1053

Topics (messages 8658 through 8662):

Re make error
        8658 by: John Coder

Stuck at PHP4 installation( with Apache2 )
        8659 by: kramer
        8660 by: Erwin

Re: Further problems with ldap_connect
        8661 by: Stig Venaas

What do I need to do?
        8662 by: Douglas F. Keim

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]


----------------------------------------------------------------------
--- Begin Message ---
some further information I configured php4.2.3 as follows:
--with-mysql
--with-apxs
--with-gd=/usr/local/gd
--with-freetype-dir=/usr/local
--enable-gd-native-ttf  
--enable-gd-imgstrttf
--with-jpeg-dir=/usr/include
--with-png-dir=/usr/include
--with-zlib

it gets through these fine when it goes into /usr/local/php/ext/gd is
when I get the following message
In file included from gd.c:36:
php_gd.h:69 warning: static declaration for `gdImageColorResolve'
follows non-static
gd.c:92: conflicting types for `gdIOCtx'
/usr/local/gd/gd_io.h:18 previous declaration of `gdIOCtx'
make[3]: ***[gd.lo] Error 1







--- End Message ---
--- Begin Message ---
hi,

I've Apache 2 running fine in my Windows 2000 machine. I installed PHP
4.2.3( from the zip-file method ).
I copied php4apache.dll and php4apache2.dll to /WINNT/system32 and /WINNT as
well( to be safe ).

In my httpd.conf, either of the following startments are causing the Apache
to not start...
LoadModule php4_module F:/Progra~1/php-4.2.3-Win32/sapi/php4apache2.dll
LoadModule php4_module "D:/WINNT/system32/php4apache2.dll"

I tried to give "F:/Program Files/php-4.2.3-Win32/sapi/php4apache2.dll" and
all possible combinations of quotes, spaces, names, but it doesn't start if
I include any of those combinations. Otherwise it works !

Besides the above mentioned problematic line, these are the other entries(
in diff. lines ofcourse ) I've in my httpd.conf...
-> DirectoryIndex index.html index.html.var index.htm index.shtml index.php
index.php3 index.php4
-> ScriptAlias /php/ "F:/Program Files/php-4.2.3-Win32/"
-> AddType application/x-httpd-php .php .php3 .php4 .phtml
-> AddType application/x-httpd-php-source .phps
-> Action application/x-httpd-php "F:/Program Files/php-4.2.3-Win32/php.exe"

I'm new PHP & Apache2. Can someone help me to make this work. Thanks a lot.

kramer.


--- End Message ---
--- Begin Message ---
Kramer wrote:
> hi,
>
> I've Apache 2 running fine in my Windows 2000 machine. I installed PHP
> 4.2.3( from the zip-file method ).
> I copied php4apache.dll and php4apache2.dll to /WINNT/system32 and
> /WINNT as well( to be safe ).
>
> In my httpd.conf, either of the following startments are causing the
> Apache to not start...
> LoadModule php4_module F:/Progra~1/php-4.2.3-
> Win32/sapi/php4apache2.dll LoadModule php4_module
> "D:/WINNT/system32/php4apache2.dll"

Don't copy php4apache2.dll to the \winnt\system32 or \winnt directory,
because it's not required, but copy php4ts.dll to the system32 directory
instead. If you're using any extensions that require external libraries
(take a look in your php installation directory, subdirectory dlls), then
they should be copied to.

HTH
Erwin

--- End Message ---
--- Begin Message ---
On Thu, Oct 03, 2002 at 09:27:36AM -0400, Stewart Dean wrote:
> Gentlebeings:
> 
> I talked with the IBM SecureWay Directory support folks on this problem (Please see 
>my "Problems 
> with ldap_connect" post, which <ahem> no one has responded to yet), and in the 
>initial poking around 
> discovered that it doesn't seem that IBM doesn't supports ldap_connect calls, but 
>rather ldap_open 
> and ldap_init.  Before everyone starts crowing about IBM departures from Open 
>Standards, take a look 
> at the original LDAP RFC1823, which specifies ldap_open...and nothing else. I have 
>been unable to 
> find any subsequent RFC specifying anything for either ldap_init or ldap_connect.
> 
> Would someone of an architectural frame of mind explain WTF is going on.  Is Open 
>Standards (which I 
> had assumed IETF RFC based) not standardized?

Most modern API's follow some version of
draft-ietf-ldapext-ldap-c-api-0x.txt This is necessary to provide for
LDAPv3. It's not an RFC but it's the closest thing to a standard we
got.

Your problem with a blank page when using ldap_connect() is most likely
due to a segfault (crash) in PHP. This typically happens when there are
multiple libraries with LDAP functions linked into PHP. Oracle is one
typical culprit.

Stig
--- End Message ---
--- Begin Message ---
Ok! I am really in the dark here.  I have tried several different things and
none of them have worked.

I want to create a test bulletin board on my personal box.  Once this is
completed, I am going to try to get this set up at the ISP that runs a web
site for a club I belong to.  They just need to know what they need to do
this.  I thought if I could get this running on my system first, then I
would know what to tell them.  I am not running Apache.  Just the standard
Windows IIS5+ default web site and FrontPage.

I have looked at PHPbb and it seems to be really good.  I think that I need
to install PHP.  Also I have MySQL, Access, and I think that I have MSSQL7.0
on my box.  I say that I think that I have it because when I updated
FrontPage 2002 and got the extensions intalled, something called Team Share
appeared along with a MSSQL server icon residing in my tray.

I have tried to install PHPbb and PHP, but I must be missing something.
Some step is missing somewhere.

I would like someone to point me in the direction that I need to go.

What do I need on my box to get a bulletin board to work?
What needs to be installed and in what order?

Some of the problems that I have run into are that PHP doesn't seem to
install correctly.  And it keeps talking about file extensions, but it never
sets up the associations.

Currently all of the packages are off the box with the exception of MSSQL
and Access.

Please help if you can.  I will take direct e-mail if you like.
[EMAIL PROTECTED]


--- End Message ---

Reply via email to