Koozali.org: home of the SME Server

installing SQlite ?

cyberdude

installing SQlite ?
« on: April 14, 2005, 12:50:27 PM »
Hi all

Is it posible to install SQlite (www.sqlite.org) on the SME ??

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
installing SQlite ?
« Reply #1 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
......

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
installing SQlite ?
« Reply #2 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.

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
installing SQlite ?
« Reply #3 on: April 15, 2005, 04:32:00 AM »
Indeed it is.
......

cyberdude

installing SQlite ?
« Reply #4 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...

cyberdude

installing SQlite ?
« Reply #5 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 :-(

cyberdude

error...
« Reply #6 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()

cyberdude

Dependics
« Reply #7 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 ??

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Dependics
« Reply #8 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).

cyberdude

Re: Dependics
« Reply #9 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 ?