[ic] Where's the install docs?

Davor Ocelic docelic at mail.inet.hr
Sun Jun 25 05:23:00 EDT 2006


On Sat, 24 Jun 2006 22:37:05 -0400
"Bob Puff at NLE" <bob at nleaudio.com> wrote:

> 
> > http://icdevgroup.org/xmldocs/install.html
> 
> Got it, thanks!  Its a little less than I was hoping for, but got the perl modules going.

Say what would you like to see in there, and I could add it.

> One last thing: I get the error: [24/June/2006:22:26:38 -0400] bobtest
> /cgi-bin/bobtest/admin/index.html Runtime error: ichelp import into  failed: sdbm store returned -1,
> errno 22, key "kaccess.main" at /usr/local/interchange/lib/Vend/Table/Common.pm line 490, <IN> line 3.
> 
> Doing some digging seems to indicate a lack of gdbm.  Yet:
> 
> [root at web2 interchange]# rpm -qa | grep dbm
> libgdbm2-1.8.0-24mdk
> libgdbm2-devel-1.8.0-24mdk
> 
> and:
> 
> [root at web2 interchange]# /usr/local/bin/perl -V | grep dbm
>     cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
>     cppflags='-fno-strict-aliasing -pipe -I/usr/local/include -fno-strict-aliasing -pipe
> -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm'
>     libs=-lnsl -ldl -lgdbm -lm -lcrypt -lutil -lc
> 
> Ideas?

Run   perl -MGDBM_File -le 'print "Yes"'   . If it prints "Yes", it's OK. If it says
it can't find GDBM_File, they you don't have Perl bindings for the GDBM library 
installed.




More information about the interchange-users mailing list