Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: cyberdude on April 14, 2005, 12:50:27 PM
-
Hi all
Is it posible to install SQlite (www.sqlite.org) on the SME ??
-
[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
-
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.
-
Indeed it is.
-
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...
-
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 :-(
-
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()
-
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 ??
-
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).
-
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 ?