View Single Post
  #2  
Old 01-04-2005, 09:56 AM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

use the find utility to find where the file libmysqlclient.so is.

Edit the makefile, and in front of the -lmysqlclient, insert this switch:
-L/path/to/the/lib

No space between -L and your path.
Do not include the actual file name libmysqlclient.so -- only the path that contains it.
__________________
<idleRPG> Rogean ate a plate of discounted, day-old sushi. This terrible calamity has slowed them 0 days, 15:13:51 from level 48.
Reply With Quote