Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: cyberdude on April 14, 2005, 12:50:27 PM

Title: installing SQlite ?
Post by: cyberdude on April 14, 2005, 12:50:27 PM
Hi all

Is it posible to install SQlite (www.sqlite.org) on the SME ??
Title: installing SQlite ?
Post by: mrjhb3 on April 15, 2005, 04:23:27 AM
[root@testing601 config]# pear install sqlite
downloading SQLite-1.0.3.tgz ...
Starting to download SQLite-1.0.3.tgz (371,189 bytes)
............................................................................done: 371,189 bytes
50 source files, building
running: phpize
/usr/bin/phpize: aclocal: command not found
phpize' failed

Looks like you will need to devtools for it to finish its configuration.

JB
Title: installing SQlite ?
Post by: CharlieBrady on April 15, 2005, 04:28:42 AM
Quote from: "mrjhb3"

Looks like you will need to devtools for it to finish its configuration.


Much easier to go to rpmfind.net, and install the RedHat 7.3 compatible RPM you find there.
Title: installing SQlite ?
Post by: mrjhb3 on April 15, 2005, 04:32:00 AM
Indeed it is.
Title: installing SQlite ?
Post by: cyberdude on April 15, 2005, 10:26:41 AM
Quote from: "CharlieBrady"
Quote from: "mrjhb3"

Looks like you will need to devtools for it to finish its configuration.


Much easier to go to rpmfind.net, and install the RedHat 7.3 compatible RPM you find there.


What is it i need to install - and what to look for at rpmfind.net (sqlite / devtools) ??

If it is sqlite for redhat there is no RPM at rpmfind.org...
Title: installing SQlite ?
Post by: cyberdude on April 15, 2005, 10:38:31 AM
Quote from: "cyberdude"
Quote from: "CharlieBrady"
Quote from: "mrjhb3"

Looks like you will need to devtools for it to finish its configuration.


Much easier to go to rpmfind.net, and install the RedHat 7.3 compatible RPM you find there.


What is it i need to install - and what to look for at rpmfind.net (sqlite / devtools) ??

If it is sqlite for redhat there is no RPM at rpmfind.org...


Woops - found it there anywhay

I got it installed on the server...
how to start it ??
the scipt i that it shoud use the sqlite stil not working :-(
Title: error...
Post by: cyberdude on April 15, 2005, 10:43:41 AM
When i tryes to run a script that uses sqlite i get this error message in the log file
Call to undefined function:  sqlite_open()
Title: Dependics
Post by: cyberdude on April 15, 2005, 11:08:51 AM
Hi all

I have found and installed the rpm, but it has some other requierments....
(http://www.rpmfind.net//linux/RPM/freshrpms/redhat/7.3/sqlite/sqlite-2.8.15-1.i386.html)
Requires
/bin/sh
/bin/sh
ld-linux.so.2
libc.so.6
libncurses.so.5
libreadline.so.4
libsqlite.so.0

Tryed to install the libsqlite.so.0
but got this error:
error: failed dependencies:
^Ilibc.so.6(GLIBC_2.3)   is needed by libsqlite-2.8.15-1

Is it safe to installe thees dependics, or woud (coud) it couropt other things on the server ??
Title: Re: Dependics
Post by: CharlieBrady on April 15, 2005, 07:41:47 PM
Quote from: "cyberdude"

Tryed to install the libsqlite.so.0
but got this error:
error: failed dependencies:
^Ilibc.so.6(GLIBC_2.3)   is needed by libsqlite-2.8.15-1


That hasn't been built on RH7.3 (which uses glibc 2.2).
Title: Re: Dependics
Post by: cyberdude on April 16, 2005, 07:36:45 AM
Quote from: "CharlieBrady"
Quote from: "cyberdude"

Tryed to install the libsqlite.so.0
but got this error:
error: failed dependencies:
^Ilibc.so.6(GLIBC_2.3)   is needed by libsqlite-2.8.15-1


That hasn't been built on RH7.3 (which uses glibc 2.2).


Is it safe to install this - or coud it corupt ather things ?
or is it in the new 6.01 e-smith ?