php-windows Digest 13 Jun 2009 03:58:42 -0000 Issue 3642

Topics (messages 29398 through 29399):

Re: In what package can I find arpa/nameser.h ?
        29398 by: Lester Caine

PHP Not working in Virtual Directory on IIS6.0
        29399 by: No1uno

Administrivia:

To subscribe to the digest, e-mail:
        php-windows-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-windows-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-wind...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
George Brink wrote:
Trying to build PHP 5.2.9 on WinXP and configure fails with error:

We really need that arpa\nameser.h file - it is part of the win32build package

What is this "win32build" package?
I have VC6/VC2003 and Windows Server 2003 R2 Platform SDK
But they do not know about any nameser.h or even arpa subfolders.
What package this header is supposed to come from?

George
You will find the missing libraries in the pecl section of the php site ...
http://pecl2.php.net/downloads/php-windows-builds/php-libs/

http://wiki.php.net/internals/windows/libs lists the libraries used, and
some of them are easy to identify.

arpa is in bindlib-cvs-vc6.zip in
http://pecl2.php.net/downloads/php-windows-builds/php-libs/VC6/x86/

If you have not found this out yet, copy the files to your vc6/\deps\
directory, just move the include and lib subdirectories there.

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php


--- End Message ---
--- Begin Message --- I have PHP 4.4.2 running on a Windows with IIS6.0 with no problems, but when I try to view an php in a virtual directory I get the below error. Also here is a link to a phpinfo file in the offending directory.

https://secured.hobbywebhosting.com/oceanfresh/info.php

Anyone have any suggestions?
Thanks

"PHP Warning: Unknown(): (null): Unable to initialize module Module compiled with module API=20050922, debug=0, thread-safety=1 PHP compiled with module API=20020429, debug=0, thread-safety=1 These options need to match in Unknown on line 0 PHP Warning: Unknown(): (null): Unable to initialize module Module compiled with module API=20050922, debug=0, thread-safety=1 PHP compiled with module API=20020429, debug=0, thread-safety=1 These options need to match in Unknown on line 0 PHP Warning: Unknown(): (null): Unable to initialize module Module compiled with module API=20050922, debug=0, thread-safety=1 PHP compiled with module API=20020429, debug=0, thread-safety=1 These options need to match in Unknown on line 0 PHP Warning: Unknown(): (null): Unable to initialize module Module compiled with module API=20050922, debug=0, thread-safety=1 PHP compiled with module API=20020429, debug=0, thread-safety=1 These options need to match in Unknown on line 0 PHP Warning: Unknown(): (null): Unable to initialize module Module compiled with module API=20050922, debug=0, thread-safety=1 PHP compiled with module API=20020429, debug=0, thread-safety=1 These options need to match in Unknown on line 0 PHP Warning: Unknown(): (null): Unable to initialize module Module compiled with module API=20050922, debug=0, thread-safety=1 PHP compiled with module API=20020429, debug=0, thread-safety=1 These options need to match in Unknown on line 0"
--- End Message ---

Reply via email to