Re: libsqlite.so.0
Alejandro Guerrieri <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Seems like the RPM you're using is expecting a dependency package that's not installed. Regarding RPM, if you compiled sqlite or installed a different package than the one the RPM is expecting, you'll get that error, even if the files are where they are supposed to be. You can try a few things, though: 1. Try searching for an sqlite RPM package and installing it, if you didn't do that before. 2. Try "cheating" the RPM using the --nodeps switch. If the sqlite files are where they are supposed to be, it should work. 3. If you did the step 2 and you get some ugly errors, try using ldd to find the proper location for the sqlite files and check if they are really there. Anyway, I'd strongly suggest you to try to get the step 1 working, mixing RPM and user-compiled binaries to fill dependencies is not a good idea in the long run, since any change in some place could break things in other places. Either use "pure RPM", or use self-contained binaries/compile your own sources. Hope it helps. Alejandro On 12/7/05, fred <[email protected]> wrote: > check where you installed the libsqlite..... > ie > /usr > or /usr/local > > I've had problems running stuff (doxygen) with the cstd++ libs installed in > /usr/local/lib > --can't find directory or file etc...... > > I've attempted to add /usr/local/lib to the PATH, but didn't work? must be > some way of telling linus where > extra to search for shared libraries ?? > > anyway, solved problem by installing the needed shared libs in /usr/lib !! > > > > ----- Original Message ----- > From: "Fuat Anat" <[email protected]> > To: <[email protected]> > Sent: Wednesday, December 07, 2005 8:15 AM > Subject: libsqlite.so.0 > > > > Hello, > > > > I have the following error message when I want to install kannel to my > > Redhat Linux syste. I also installed sqlite, and libsqlite.so.0 file is > > created but it did not help. Could you please help me. > > > > Thanks > > Best Regards > > Fuat Anat > > > > > > [admin@gu01asp gateway-1.4.0]$ rpm -i kannel-1.4.0-3.1.fc3.fr.i386.rpm > > Warnung: kannel-1.4.0-3.1.fc3.fr.i386.rpm: V3 DSA signature: NOKEY, key ID > > e42d547b > > Fehler: Failed dependencies: > > libsqlite.so.0 is needed by kannel-1.4.0-3.1.fc3.fr.i386 > > > > > > > > > > __________________________________________ > > Yahoo! DSL - Something to write home about. > > Just $16.99/mo. or less. > > dsl.yahoo.com > > > > > > > -- Alejandro Guerrieri Magicom http://www.magicom-bcn.net/