php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18446 FreeBSD+Apache+PHP4+lpthread
Submitted: 2002-07-20 03:44 UTC Modified: 2002-07-20 12:26 UTC
From: dmitrytv at mtu-net dot ru Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.2.1 OS: FreeBSD 4.5
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: dmitrytv at mtu-net dot ru
New email:
PHP Version: OS:

 

 [2002-07-20 03:44 UTC] dmitrytv at mtu-net dot ru
System: FreeBSD 4.5 (installed)
Web: Apache 1.3.26 (installed (--enable-module=so))
PHP: PHP4-200207140000 (installed (with apxs))
All work properly!!!
#ldd /www/bin/httpd
	libcrypt.so.2
	libc.so.4
BUT,I WONT to do:
	libpthread.so.0
	libm.so.6
	libcrypt.so.1
	libdl.so.6
	libc.so.6
	/lib/ld-linux.so.2
For this, in manual written,that I must to do:
#cd apache
#make clean
#LIBS=-lpthread ./config.status
#make
#make install
But then I do:
#LIBS=-lpthread ./config.status
I have ERROR:
cd ..;gcc -funsigned-char -DUSE_EXPAT -I./lib/expat-lite './apaci' -lpthread -o helpers/dummy helpers/dummy.c -lcrypt
/usr/libexec/elf/ld: cannot fiind -lpthread
Error Code 1

Help,please.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-20 12:26 UTC] sniper@php.net
Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 00:01:29 2024 UTC