Bug 51676

Summary: <cvsup breaks apache with modssl>
Product: Ports & Packages Reporter: andy <andy>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description andy 2003-05-01 23:40:10 UTC
	<cvsup'd on 30/04/03 and rebuilt machine, since havent been able to start apache. Have rebuilt complete source 
using make buildworld and remade apache from ports and still the same effect. Other services using openssl on the 
machine apear unaffected.>

How-To-Repeat: 	<cvs up to 4.8 RELEASE from RC1 and buildworld, rebuild openssl and apache13-modssl from ports, run apache.>
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2003-05-08 06:44:54 UTC
State Changed
From-To: open->feedback

I will look into this. 


Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2003-05-08 06:44:54 UTC
Responsible Changed
From-To: freebsd-bugs->dinoex

I will look into this.
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2003-05-08 06:47:16 UTC
State Changed
From-To: open->feedback

- Moved PR to ports. 

From your logs apache links the base and port lib. 

Reading symbols from /usr/local/lib/libc-client4.so.8...(no debugging symbols found)...done. 
Reading symbols from /usr/local/lib/libintl.so.4...(no debugging symbols found)...done. 
Reading symbols from /usr/lib/libpam.so.1...(no debugging symbols found)...done. 
Reading symbols from /usr/lib/compat/libssl.so.2...(no debugging symbols found)...done. 
Reading symbols from /usr/lib/compat/libcrypto.so.2...(no debugging symbols found)...done. 
Reading symbols from /usr/local/lib/libiconv.so.3...(no debugging symbols found)...done. 
Reading symbols from /usr/local/libexec/apache/libphp4.so...(no debugging symbols found)...done. 
Reading symbols from /usr/lib/libcrypto.so.3...(no debugging symbols found)...done. 
Reading symbols from /usr/lib/libssl.so.3...(no debugging symbols found)...done. 

please try: 

1) Update your modules, one of them loads "/usr/lib/compat/libssl.so.2" 
check: cclient 

2) please deinstall the openssl port to be sure. 
$ cd /usr/ports/apache13-modssl && make clean install 

3) force linking with port: 
$ cd /usr/ports/apache13-modssl && make WITH_OPENSSL_PORT=yes clean install
Comment 4 Dirk Meyer freebsd_committer freebsd_triage 2003-05-26 04:24:18 UTC
State Changed
From-To: feedback->closed

No feedback. No action requiered. 
Rebuilding all dependend ports fixes the problem.