php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6988 Will not compile with NSAPI
Submitted: 2000-10-03 04:19 UTC Modified: 2001-02-20 07:52 UTC
From: swinkle at wittenberg dot edu Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.2 OS: HP-UX 11
Private report: No CVE-ID: None
 [2000-10-03 04:19 UTC] swinkle at wittenberg dot edu
just running ./configure I can make without any problems.

but when ./configure --with-nsapi=/netscape/server4 it configures fine but as soon as I run make, here is what I get:

Making all in Zend
        cd .. \
          && CONFIG_FILES=Zend/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Zend/Makefile
        /bin/sh ../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I
..   -D_REENTRANT -DXML_BYTE_ORDER=21 -I../TSRM -DTHREAD=1   -c zend-scanner-cc.c
c
In file included from /usr/include/unistd.h:11,
                 from ./zend-scanner.l:71:
/usr/include/sys/unistd.h:188: declaration of C function `int pthread_atfork(void
 (*)(...), void (*)(...), void (*)(...))' conflicts with
/usr/include/sys/pthread.h:440: previous declaration `int pthread_atfork(void (*)
(), void (*)(), void (*)())' here
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-07 04:12 UTC] sniper@php.net
Could you please try the latest snapshot from http://snaps.php.net/ ??

--Jani
 [2001-02-20 07:52 UTC] sniper@php.net
No feedback, considered fixed.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Sep 22 20:01:27 2024 UTC