Bug 145988 - www/mod_auth_cookie_mysql2 doesn't compile
Summary: www/mod_auth_cookie_mysql2 doesn't compile
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: freebsd-apache (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-23 18:15 UTC by rabe
Modified: 2010-05-07 04:32 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rabe 2010-04-23 18:15:41 UTC
	# portinstall -p www/mod_auth_cookie_mysql2 
	[...]
	/usr/loCal/build-1/libtool --silent --mode=link cc -o mod_auth_cookie_mysql2.la  -L-rpath=/usr/local/lib -L/usr/local/lib/mysql -L/usr/local/lib -lmysqlclient -lz -lcrypt -lm -lssl -lcrypto -rpath /usr/local/libexec/apache22 -module -avoid-version    mod_auth_cookie_sql2_mysql.lo mod_auth_cookie_sql2.lo
	cd: unknown option: -r
	libtool: link: cannot determine absolute directory name of `-rpath=/usr/local/lib'
	apxs:Error: Command failed with rc=65536

	Full output: http://p.uugrn.org/86

Fix: 

Maybe somwhere in apxs, where "-L-rpath=" is generated.
How-To-Repeat: 	portinstall -p www/mod_auth_cookie_mysql2 with apache22 installed.
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2010-04-27 23:32:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Over to maintainer.
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-05-07 04:32:03 UTC
State Changed
From-To: open->closed

works with both www/apache20 and www/apache22