Hi!
I've a problem installing pike under WinME (with 98lite) I got the following message from the installer:
Loading installation script, please wait... \distmaker\Distmaker\2.2\build\pike.nt4sp6\pike\src\backend.c:260: Fatal error: Couldn't create backend wakup pipe! errno=10044. No stack - no backtrace.
I know 98lite wipes out some windows components, which has big space (first pike installer wants me to get odbc32.dll); but may I ask what component is missing?
Gergo
+-[Kontra, Gergely @ Budapest University of Technology and Economics]-+ | Email: kgergely@mcl.hu, kgergely@turul.eet.bme.hu | | URL: turul.eet.bme.hu/~kgergely Mobile: (+36 20) 356 9656 | +-------"Olyan langesz vagyok, hogy poroltoval kellene jarnom!"-------+ . Magyar php mirror es magyar php dokumentacio: http://hu.php.net
Error 10044: "The support for the specified socket type does not exist in this address family." The family is AF_INET in this case, and the socket type is SOCK_STREAM. From the docs for the socket() function on msdn:
Requirements
Windows NT/2000/XP: Included in Windows NT 3.1 and later. Windows 95/98/Me: Included in Windows 95 and later. Header: Declared in Winsock2.h. Library: Use Ws2_32.lib.
/ Martin Stjernholm, Roxen IS
Previous text:
2002-09-20 16:08: Subject: installing under WinME (98lite)
Hi!
I've a problem installing pike under WinME (with 98lite) I got the following message from the installer:
Loading installation script, please wait... \distmaker\Distmaker\2.2\build\pike.nt4sp6\pike\src\backend.c:260: Fatal error: Couldn't create backend wakup pipe! errno=10044. No stack - no backtrace.
I know 98lite wipes out some windows components, which has big space (first pike installer wants me to get odbc32.dll); but may I ask what component is missing?
Gergo
+-[Kontra, Gergely @ Budapest University of Technology and Economics]-+ | Email: kgergely@mcl.hu, kgergely@turul.eet.bme.hu | | URL: turul.eet.bme.hu/~kgergely Mobile: (+36 20) 356 9656 | +-------"Olyan langesz vagyok, hogy poroltoval kellene jarnom!"-------+ . Magyar php mirror es magyar php dokumentacio: http://hu.php.net
/ Brevbäraren
pike-devel@lists.lysator.liu.se