Bug 46268 - linker error in mod_php4 because missing -lstdc++ in textproc/sablotron
Summary: linker error in mod_php4 because missing -lstdc++ in textproc/sablotron
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: skv
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-15 09:20 UTC by Jens Rehsack
Modified: 2003-02-27 13:22 UTC (History)
1 user (show)

See Also:


Attachments
sablot-make.diff (476 bytes, patch)
2002-12-15 09:20 UTC, Jens Rehsack
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Rehsack 2002-12-15 09:20:01 UTC
	When I build www/mod_php4 including XSLT support through Sablot,
	the apache load fails, because Sablot.so.69 couldn't be loaded,
	because some symbols couldn't be resolved.
	The same happens during build already when I try to build
	lang/php4 with XSLT support using Sablotron.
	A fix is included, but it's not the solution. It seems, that either
	the c++ should add the information that this library is required,
	so even when cc is used to build a program that depends an this
	library the dynamic linker knows what to do (don't know if it's
	possible)

How-To-Repeat: 	Build lang/php4 with XSLT support on -CURRENT or www/mod_php4
	with the same options.
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-12-16 02:29:13 UTC
Responsible Changed
From-To: freebsd-ports->dirk

Over to maintainer
Comment 2 dirk freebsd_committer freebsd_triage 2002-12-16 21:14:26 UTC
Responsible Changed
From-To: dirk->skv

Over to maintainer of sablot.
Comment 3 skv freebsd_committer freebsd_triage 2003-02-27 13:21:39 UTC
State Changed
From-To: open->closed

Fixed, thanks.