evaldas <evaldas.aur...@edqm.eu> writes:

> Hi,
>
> Check if you have in addition SUNWmysql installed, configure will
> use /usr/sfw/bin/mysql_config from this package to figure out where
> are include and lib files, then try with:
>
> ./configure --with-mysql=/usr/sfw/
>
> Regards,

After tinkering around some more I see what the trouble was.
I didn't need the package you suggested... and uninstalled it.

What I needed was to tell ./configure in general where to look for
mysql stuff:  --with-mysql=/usr/mysql/5.1

I'd been using the suggestion in the README that says to
`--with-mysql'  But that is expecting a linux environment.

Once I set the top level to look for mysql... all started working.

 ./configure --prefix=/usr/local/src/test 
  --with-mysql=/usr/mysql/5.1 

Seems to have worked.

_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to