[Mono-list] installing complete mono framework on CentOS 4.3

Robert Jordan robertj at gmx.net
Thu Jun 29 20:49:29 EDT 2006


Hey,

> [root at madril mono]# rpm -iv *.rpm
> error: Failed dependencies:
>        libsqlite.so.0 is needed by mono-data-sqlite-1.1.15-0.novell.i586
> 
> sqlite package IS installed on my box
> 
> [root at madril mono]# rpm -qa | grep sqlite
> sqlite-3.2.2-1
> sqlite-devel-3.2.2-1
> 
> I've created a symbolic link to libsqlite.so.0
> 
> ln -s libsqlite3.so.0.8.6 libsqlite.so.0
> 
> It did not help.
> 
> My next try was to install sqlite supplied by mono
> 
> [root at madril mono]# rpm -iv sqlite-2.8.16-1.2.el4.rf.i386.rpm
> Preparing packages for installation...
>        package sqlite-3.2.2-1 (which is newer than 
> sqlite-2.8.16-1.2.el4.rf)
> is already installed
> 
> As you can see ...  it did not work.  Now, I am lost. I do not know how to
> proceed.
> 
> What should I do next to install mono framework on CentOS 4.3 ?

Either don't install mono-data-sqlite-1.1.15-0.novell.i586
or install it using rpm --nodeps ...

IIRC, this dependency will be removed in the near future.

Robert



More information about the Mono-list mailing list