| 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
State Changed From-To: open->feedback I will look into this. Responsible Changed From-To: freebsd-bugs->dinoex I will look into this. 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 State Changed From-To: feedback->closed No feedback. No action requiered. Rebuilding all dependend ports fixes the problem. |