[Freeciv-Dev] [bug #19315] 64bit Fedora puts mysql client libs in /usr/lib64/mysql

2012-06-25 Thread Marko Lindqvist
Update of bug #19315 (project freeciv):

  Status:None => Fixed  
 Assigned to:None => cazfi  
 Open/Closed:Open => Closed 

___

Follow-up Comment #3:

S2_2 is obsolete, S2_3 works so well that it should not be touched in mature
branch, S2_4 & TRUNK work about perfectly. Closing this.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #19315] 64bit Fedora puts mysql client libs in /usr/lib64/mysql

2012-02-21 Thread Mark Metson
Follow-up Comment #2, bug #19315 (project freeciv):

OK, thanks, using LDFLAGS worked.

The shell script for setting up the MySQL database bombed though, apparently
the type=myisam is wrong now it wants engine= instead of type=

I didint find that out until after I had simply deleted the part about type
entirely. I think myisam is default though so that probably workend anyway.

-MarkM-


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #19315] 64bit Fedora puts mysql client libs in /usr/lib64/mysql

2012-02-20 Thread Marko Lindqvist
Update of bug #19315 (project freeciv):

Category:None => bootstrap  

___

Follow-up Comment #1:

Without testing, I think this is the status of this in different branches:

- S2_2 (as reported): there's no special support for having mysql libs under
[someprefix]/lib64. One have to configure with LDFLAGS set up so that library
is found
- S2_3: there's configure option "--with-mysql-libdir" separate from
"--with-mysql-prefix" that can be used. One still has to give that option to
find libraries under [someprefix]/lib64, it's not automatic
- S2_4 & TRUNK: mysql_config is used to find libraries. Should work
out-of-the-box as long as mysql installation works (mysql_config returns
correct values) 

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #19315] 64bit Fedora puts mysql client libs in /usr/lib64/mysql

2012-01-21 Thread Mark Metson

URL:
  

 Summary: 64bit Fedora puts mysql client libs in
/usr/lib64/mysql
 Project: Freeciv
Submitted by: knotwork
Submitted on: Sat 21 Jan 2012 09:25:41 PM GMT
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 2_2
 Discussion Lock: Any
Operating System: None
 Planned Release: 

___

Details:

Two years ago, m4/auth.m4 was fixed so that my 32bit fedora machine would
conmfigure correctly, it put its mysql client libs in /usr/lib/myql and
auth.m4 was fixed to account for that.

I am now on a 64bit fedora machine, and it turns out that it uses
/usr/lib64/mysql.

Thus line 38 of auth.m4 needs to include lib64 versions of the paths it lists
for checking, to make it work on 64 bit fedora like that line already
accomplishes for 32bit fedora.

-MarkM-





___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev