[BioC] RSQLite installation question
Kasper Daniel Hansen
khansen at stat.berkeley.edu
Fri Sep 5 08:06:50 CEST 2008
You are trying to load a 64bit version of the package. My guess is
that you somehow have a 64 bit version of R, but have installed a 32
bit version of RSQLite. In that case R will not find the required
architecture. When you install RSQlite make sure you have
option(pkgType = "source") as the binary versions of the packages
don't contain x64_86.
You need to fix up your library.
Kasper
On Sep 4, 2008, at 10:24 PM, Herve Pages wrote:
> Hi Tae-Hoon,
>
> Sounds like a MacOS specific problem. I've you tried to ask on
> the R-SIG-Mac list?
>
> Cheers,
> H.
>
>
> Tae-Hoon Chung wrote:
>> Hi, All;
>> I installed RSQLite with no apparent problem. But when I tried to
>> load it, I
>> came across an error:
>>> library(RSQLite)
>> Loading required package: DBI
>> Error in dyn.load(file, DLLpath = DLLpath, ...) :
>> unable to load shared library
>> '/Users/thchung/Library/R64/RSQLite/libs/x86_64/RSQLite.so':
>> dlopen(/Users/thchung/Library/R64/RSQLite/libs/x86_64/RSQLite.so,
>> 6):
>> Symbol not found: _sqlite3_enable_load_extension
>> Referenced from: /Users/thchung/Library/R64/RSQLite/libs/x86_64/
>> RSQLite.so
>> Expected in: dynamic lookup
>> Error: package/namespace load failed for 'RSQLite'
>>> sessionInfo()
>> R version 2.7.2 beta (2008-08-16 r46368)
>> i386-apple-darwin9.4.0
>> locale:
>> C
>> attached base packages:
>> [1] stats graphics grDevices utils datasets methods base
>> other attached packages:
>> [1] DBI_0.2-4
>> Can anyone help me with this? Thanks in advance
>> Tae-Hoon
>>
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
More information about the Bioconductor
mailing list