i´ve downloaded the rpm´s for the new release of grass 6.1.
the install of the rpm´s for proj4, geos, and gdal was o.k.
installing the GRASS 6.1-rpm´s i got following message:
"Installing grass-6.1.0-1suse10.0.i586 [Local packages]. There are no installable providers of libmysqlclient.so.14 for grass-6.1.0-1suse10.0.i586 [Local packages]."
in the spec-file i saw that the rpm for grass was build with the mysql-option.
any hints for solving the rpm-dependency-problem?
suse 10.1. on my computer.
thanks a lot for the hard work for GRASS 6.1.
greetings
helli
www.alectoria.at
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
On Sun, Aug 13, 2006 at 08:49:53PM +0200, Helmut Kudrnovsky wrote:
hi grass-friends,
i?ve downloaded the rpm?s for the new release of grass 6.1.
the install of the rpm?s for proj4, geos, and gdal was o.k.
installing the GRASS 6.1-rpm?s i got following message:
"Installing grass-6.1.0-1suse10.0.i586 [Local packages]. There are no installable providers of libmysqlclient.so.14 for grass-6.1.0-1suse10.0.i586 [Local packages]."
in the spec-file i saw that the rpm for grass was build with the mysql-option.
any hints for solving the rpm-dependency-problem?
suse 10.1. on my computer.
thanks a lot for the hard work for GRASS 6.1.
greetings
Hi helli,
apparently I forgot to define
Requires: mysql
in the spec file. Can you install the mysql RPM and try again?
Then it should hopefully work.
You may contact me through personal email to work that out.
On Mon, Aug 14, 2006 at 11:07:02AM +0200, Markus Neteler wrote:
On Sun, Aug 13, 2006 at 08:49:53PM +0200, Helmut Kudrnovsky wrote:
> hi grass-friends,
>
> i?ve downloaded the rpm?s for the new release of grass 6.1.
>
> the install of the rpm?s for proj4, geos, and gdal was o.k.
>
> installing the GRASS 6.1-rpm?s i got following message:
>
> "Installing grass-6.1.0-1suse10.0.i586 [Local packages]. There are no installable providers of libmysqlclient.so.14 for grass-6.1.0-1suse10.0.i586 [Local packages]."
>
> in the spec-file i saw that the rpm for grass was build with the mysql-option.
>
> any hints for solving the rpm-dependency-problem?
>
> suse 10.1. on my computer.
>
> thanks a lot for the hard work for GRASS 6.1.
>
> greetings
Hi helli,
apparently I forgot to define
Requires: mysql
in the spec file. Can you install the mysql RPM and try again?
Then it should hopefully work.
You may contact me through personal email to work that out.
Checking again, it seems that
mysql-shared
would be sufficient. I cannot login to our Suse PC right now, so
I cannot check.