#11407 closed defect (fixed)
mnogosearch +mysql5 build problem
Reported by: | mp@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | markd@… | |
Port: |
Description
When trying to build mnogosearch +mysql5 (probably other mysql versions as well) configure is called --with-mysql=$prefix. Subsequently the configure file checks for mysql in $prefix/include/mysql and $prefix/include (same for $prefix/lib).
The mysql5 port is installed in /opt/local/include/mysql5/mysql and /opt/local/lib/mysql5/mysql.
I'll attach a patch for the mnogosearch port that adapts the configure.in file to reflect the port installation. I'm not sure if patching configure.in and set use_autoconf is the best way to fix this, however.
Attachments (2)
Change History (7)
Changed 18 years ago by mp@…
Attachment: | patch-locations_configure.in added |
---|
comment:1 Changed 18 years ago by pipping@…
Milestone: | → Available Ports |
---|
comment:2 Changed 18 years ago by jmpalacios (Juan Manuel Palacios)
Component: | www → ports |
---|
comment:3 Changed 18 years ago by pipping@…
Milestone: | Available Ports → Port Bugs |
---|
comment:4 Changed 18 years ago by markd@…
Cc: | markd@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I think the patch you provided is the best way to do this. I committed it and bumped teh port to 3.3.3. Thanks!
Note: See
TracTickets for help on using
tickets.
Patch for the port that changes paths in configure.in