Bug 117233 - [PATCH] www/apache13-modssl: fix start on 7.0-PRERELEASE
Summary: [PATCH] www/apache13-modssl: fix start on 7.0-PRERELEASE
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-16 07:30 UTC by Alexander Logvinov
Modified: 2007-10-16 17:00 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.02 KB, patch)
2007-10-16 07:30 UTC, Alexander Logvinov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Logvinov 2007-10-16 07:30:02 UTC
 After updating from 6.2-RELEASE to 7.0-PRERELEASE and rebuilding ports I can't load apache.
 This patch based on patch-ae of www/apache13 resolves this problem.

How-To-Repeat: 
# /usr/local/etc/rc.d/apache.sh start
Starting apache.
Syntax error on line 205 of /usr/local/etc/apache/httpd.conf:
Cannot load /usr/local/libexec/apache/mod_mmap_static.so into server: /usr/local/libexec/apache/mod_mmap_static.so: Undefined symbol "ap_null_cleanup"
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-10-16 07:30:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-10-16 16:57:56 UTC
dinoex      2007-10-16 15:57:51 UTC

  FreeBSD ports repository

  Modified files:
    www/apache13-modssl  Makefile 
  Log:
  - fix build on CURRENT
  PR:             117233
  Reported by:    Alexander Logvinov
  
  Revision  Changes    Path
  1.185     +2 -0      ports/www/apache13-modssl/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2007-10-16 16:58:05 UTC
State Changed
From-To: open->closed

committeda different fix, thanks.