php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6614 configure does not recognize sys/socket.h
Submitted: 2000-09-07 17:37 UTC Modified: 2001-05-14 08:46 UTC
From: frey at siggraph dot org Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.2 OS: IRIX 6.5.6m
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: frey at siggraph dot org
New email:
PHP Version: OS:

 

 [2000-09-07 17:37 UTC] frey at siggraph dot org
output of ./configure --with-apxs=[...] --with-my-sql=[...]

checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... no
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for sys/varargs.h... no
checking for sys/wait.h... yes

but socket.h is present in /usr/include/sys

(varargs.h is not present, so no error there)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-28 06:08 UTC] sniper@php.net
Duplicate of #7725
 [2001-05-11 21:49 UTC] sniper@php.net
Does this happen with PHP 4.0.5 too?

 [2001-05-14 08:46 UTC] sniper@php.net
Most likely not. If 4.0.5 / 4.0.6 doesn't work for you, reopen this bug report.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 14:01:30 2024 UTC