php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2208 "make calendar.so" makes troubles instead of calendar
Submitted: 1999-09-01 03:54 UTC Modified: 2000-07-24 12:19 UTC
From: tobias at dnet dot it Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 3.0.12 OS:
Private report: No CVE-ID: None
 [1999-09-01 03:54 UTC] tobias at dnet dot it
Verbose:
When following the instructions from dl/README, "make calendar.so" puts the generated .o files into the current directory (dl/) instead of putting them into dl/calendar/. Manually copying the *.o into calendar fixes the problem.

Reproduce:
cd <php>/dl
./setup
<edit Makefile>
make calendar.so
ld: calendar/calendar.o: No such file or directory
*** Error code 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-24 12:19 UTC] hholzgra at cvs dot php dot net
seems to be ok as of 3.0.16+
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 05:01:29 2024 UTC