From:             vbhackattack at hotmail dot com
Operating system: Windows 2000
PHP version:      4.3.1
PHP Bug Type:     Compile Failure
Bug description:  link error when building /win32/php4ts.dsw

php.exe is not compilable using the instructions at
/manual/en/install.windows.php#install.windows.build and the MS VC++
project file under /win32 for all 3 source versions:
- latest version complete source (php-4.3.1)
- PHP snapshots latest CVS (4.5.x-dev)
- PHP snapshots latest CVS (5.0.x-dev)

Symptom (on MS Windows 2000 using MS VC++ 6):
...
----Configuration: php4dllts - Win32 Release_TS----
...
Linking...
LINK : fatal error LNK1181: cannot open input file "zlib.lib"
Error executing link.exe.
php.exe - 1 error(s), 21 warning(s)

Reason: 
php4dllts.dsp in php4ts.dsw contains a link.exe command that links
zlib.lib which is neither included in the source package nor accounted for
in the instructions.

One possible resolution: update /extra/win32build.zip to include CVS [PHP]
/zlib and update /manual/en/install.windows.php with instructions to build
and manage zlib.lib

-- 
Edit bug report at http://bugs.php.net/?id=22743&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22743&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22743&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22743&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22743&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22743&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22743&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22743&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22743&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22743&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22743&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22743&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22743&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22743&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22743&r=gnused

Reply via email to