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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 08:01:34 2025 UTC