Skip to content
Prev 3158 / 15075 Next

RMySQL install failure

Ricardo,

On Nov 4, 2006, at 2:50 PM, Ricardo Rodr?guez - Your EPEC ICT Team  
wrote:
HFS+ is case insensitive by default so it shouldn't matter. However,  
you're passing the wrong directories anyway - mysql sources won't  
work for this.
I don't think you really want to do this, especially if you're not  
sure what you're doing. You can get mysql binary from the MySQL pages  
(and apparently you have it already). Compiling MySQL may be a nice  
exercise, but I would recommend you to get RMySQL compiled first as  
it is much easier.
Those are the static libraries that you can use if you compile RMySQL  
from sources - the -L flag tells the compile where to look for them  
(that's why it says PKG_LIBS='-L/usr/local/mysql/lib -l  
libmysqlclient').
A quick look at config.log would tell you - that is the first step  
you should take when something goes wrong. I don't remember if the  
first post was from you, but if it fails at -lz already, then the  
problem is more likely your tools and not the way you set the flags.  
Please use the PKG_xx settings I posted and send me your config.log  
if in doubt.

Cheers,
Simon