Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#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)

patch-locations_configure.in (633 bytes) - added by mp@… 17 years ago.
Patch for the port that changes paths in configure.in
Portfile.diff (296 bytes) - added by mp@… 17 years ago.
required changes for the Portfile

Download all attachments as: .zip

Change History (7)

Changed 17 years ago by mp@…

Patch for the port that changes paths in configure.in

Changed 17 years ago by mp@…

Attachment: Portfile.diff added

required changes for the Portfile

comment:1 Changed 17 years ago by pipping@…

Milestone: Available Ports

comment:2 Changed 17 years ago by jmpp@…

Component: wwwports

comment:3 Changed 17 years ago by pipping@…

Milestone: Available PortsPort Bugs

comment:4 Changed 17 years ago by markd@…

Cc: markd@… added
Resolution: fixed
Status: newclosed

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!

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.