Bug 154420 - www/mod_auth_cookie_mysql2 undefined symbol mysql_real_escape_string
Summary: www/mod_auth_cookie_mysql2 undefined symbol mysql_real_escape_string
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: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-31 17:50 UTC by Stéphane D'Alu
Modified: 2011-06-20 20:30 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 Stéphane D'Alu 2011-01-31 17:50:10 UTC
when starting apache the "undefined symbol mysql_real_escape_string" error appear due to module mod_auth_cookie_mysql2.

APR used is:
apr-ipv6-devrandom-db48-ldap24-mysql55-sqlite3-1.4.2.1.3.10

Fix: 

Using in port Makefile
AP_LIB=         "${LOCALBASE}/lib/mysql -lmysqlclient"
instead of
AP_LIB=         ${LOCALBASE}/lib/mysql
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-02-01 04:57:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Fix synopsis and assign.
Comment 2 Olli Hauer freebsd_committer freebsd_triage 2011-06-20 19:46:05 UTC
Responsible Changed
From-To: apache->ohauer

I'll take it
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2011-06-20 20:28:27 UTC
State Changed
From-To: open->closed

Committed with update to version 1.0 

Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-06-20 20:28:47 UTC
ohauer      2011-06-20 19:28:09 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_auth_cookie_mysql2 Makefile distinfo pkg-descr 
  Log:
  - update to version 1.0
  - fix lib AP_LIB (missing -lmysqlclient) [1]
  - change DIST_SUBDIR from apache20 to apache22
  - extent pkg-descr with feature list
  
  Changelog:
  Version 1.0 (version 2) - 18.06.2009
      enhancement: AuthCookieSql_AdditionalSQL parameter added.
  
  PR:             ports/154420 [1]
  Submitted by:   Stephane DAlu <sdalu _at_ sdalu.com>
  
  Revision  Changes    Path
  1.13      +5 -6      ports/www/mod_auth_cookie_mysql2/Makefile
  1.8       +2 -2      ports/www/mod_auth_cookie_mysql2/distinfo
  1.4       +7 -0      ports/www/mod_auth_cookie_mysql2/pkg-descr
_______________________________________________
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"