Displaying 3 results from an estimated 3 matches for "gdbm_file".
Did you mean:
ndbm_file
2015 Jan 16
0
gdbm update and GDBM_File
hi all,
i'm stuck debugging a problem that appeared after this update made it to
our systems:
http://lists.centos.org/pipermail/centos-announce/2015-January/020856.html
GDBM_File fails simple operation (which works with 1.8.0-36 of gdbm)
could someone with same perl and gdbm confirm the issue via simple
script below? (would help me narrow down if this is something specific
on our site or not)
> # rpm -q perl gdbm glibc
> perl-5.10.1-136.el6_6.1.x86_64
>...
2003 Jul 06
0
Installing RSPerl (PR#3415)
...so
/usr/local/lib/perl5/5.8.0/sun4-solaris/auto/List/Util/Util.so /usr/local/
lib/perl5/5.8.0/sun4-solaris/auto/IPC/SysV/SysV.so
/usr/local/lib/perl5/5.8.0/sun4-solaris/auto/IO/IO.so
/usr/local/lib/perl5/5.8.0/
sun4-solaris/auto/I18N/Langinfo/Langinfo.so
/usr/local/lib/perl5/5.8.0/sun4-solaris/auto/GDBM_File/GDBM_File.so
/usr/local/lib/perl5
/5.8.0/sun4-solaris/auto/Filter/Util/Call/Call.so
/usr/local/lib/perl5/5.8.0/sun4-solaris/auto/File/Glob/Glob.so
/usr/local/lib/perl
5/5.8.0/sun4-solaris/auto/Fcntl/Fcntl.so
/usr/local/lib/perl5/5.8.0/sun4-solaris/auto/Encode/Encode.so
/usr/local/lib/perl5/5.8.0/su...
2009 Oct 20
0
Perl error - Can't locate R/Rdconv.pm in @INC
...th a shared library and tcktk
support. The
package, myPkg, depends on RSPerl, and imports it in its NAMESPACE.
I've downloaded and installed RSPerl using command:
>R CMD INSTALL -c --configure-args="--with-modules='IO \
Fcntl Socket Storable XML::Parser::Expat DB_File File::Glob \
GDBM_File SDBM_File POSIX'" RSPerl
When installing myPkg, I use the following command:
>R CMD INSTALL myPkg
* Installing to library ?/usr/local/lib/R/library?
* Installing *source* package ?myPkg? ...
** R
** inst
** preparing package for lazy loading
Warning: 'Sys.putenv' is deprecate...