From: [EMAIL PROTECTED]
Operating system: cygwin
PHP version: 4.0.6
PHP Bug Type: *Compile Issues
Bug description: timezone,struct statfs,linking
I am trying to install php with gd,postgres,... to cygwin.
+timezone must be explicitly converted to long by typecast in
openssl/openssl.c
in line 782 replace it with
gmadjust = -(thetime.tm_isdst ? (long)timezone - 3600 : (long)timezone +
3600);
same in standard/datetime.c (multiple occurences of same problem)
+ struct statfs not defined
included file sys/vfs.h in configure mechanism...
include following block at line 49 in statndard/filestat.h
#if defined(HAVE_SYS_VFS_H)
# include <sys/vfs.h>
#endif
--block end
+ leaving problem of creating the .so library
what ever i do there is a problem :-(
when working with original scripts the .a/.lai files are generated but make
install fails
--
Edit bug report at: http://bugs.php.net/?id=12302&edit=1
--
PHP Development 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]