OpenBSC on Solaris (Sqlite3)

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Omar Atia omar.atia at its.ws
Sat Jan 1 09:28:47 UTC 2011


Dear Holger,

I will try to make it on Linux (Home PC), but for the time being solaries is the OS available for me .

2nd I have found success in compiling sqlite3 and created 3 libs file and put them under 

root at ITSHPS # cd /usr/lib/dbd or /usr/local/lib/dbd
root at ITSHPS # ls -ltr
total 56
-rwxr-xr-x   1 root     root        31520 Jan  1 11:15 libdbdsqlite3
-rwxr-xr-x   1 root     root          942 Jan  1 11:15 libdbdsqlite3.la
-rw-r--r--   1 root     root        24532 Jan  1 11:15 libdbdsqlite3.a

Is it necessary to have the shared library as driver I mean is it obligatory to have libdbdsqlite3.a and libdbdsqlite3.so ?

Kindly check that folder under your linux path and let me know because I'm still getting same message when running bsc_hack.

[ITSHPS]celtabs:/oradata/u01/celtabs/openbsc/openbsc/openbsc/src>./bsc_hack -c openbsc.cfg.nanobts
<0012> db.c:192 Failed to create connection.
DB: Failed to init database. Please check the option settings.



Please check the below link it contains the so file ...

http://packages.debian.org/lenny/sparc/libdbd-sqlite3/filelist


Thanks,,
Omar Atia

-----Original Message-----
From: openbsc-bounces at lists.gnumonks.org [mailto:openbsc-bounces at lists.gnumonks.org] On Behalf Of Holger Hans Peter Freyther
Sent: Saturday, January 01, 2011 12:39 AM
To: openbsc at lists.gnumonks.org
Subject: Re: OpenBSC on Solaris (Sqlite3)

On 12/31/2010 11:32 PM, Omar Atia wrote:
> Dear holger,
> 

> so now I have framework installed and I have the sources for the libdbdsqlite3 but I'm not able to compile , it is writing make statements without compiling ...
>

search for *** in the output. it is an indication of (GNU) make that there is
an error. Most likely the configure script told you it couldn't find the
sqlite3.h and that the SQLIte3 backend was disabled or you need to pass
--enable-sqlite3 when configuring the drivers.

Is there a strong reason to use Solaris? If there is not strong reason to use
it you might be more happy with a Linux System as it comes with an easy way to
install all these dependencies.





More information about the OpenBSC mailing list