* SimpleSQL problems
@ 2003-03-26 19:34 Bo Shi
2003-03-27 9:53 ` tomas
0 siblings, 1 reply; 2+ messages in thread
From: Bo Shi @ 2003-03-26 19:34 UTC (permalink / raw)
Hi,
I recently installed Guile and SimpleSQL on an OpenBSD
system. The installation didn't require too much
tweaking but when I try to load the module, this message
appears:
Type "(backtrace)" to get more information or "(debug)" to enter the debugger.
guile> (use-modules (database simplesql))
/usr/local/share/guile/database/simplesql.scm:21:1: In procedure dynamic-func in expression (load-extension "libguile-database-simplesql" "simplesql_extension_init"):
/usr/local/share/guile/database/simplesql.scm:21:1: symbol not found
ABORT: (misc-error)
I'm new to Guile and would appreciate any input as to
where the problem is.
Regards,
Bo
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: SimpleSQL problems
2003-03-26 19:34 SimpleSQL problems Bo Shi
@ 2003-03-27 9:53 ` tomas
0 siblings, 0 replies; 2+ messages in thread
From: tomas @ 2003-03-27 9:53 UTC (permalink / raw)
Cc: guile-user
On Wed, Mar 26, 2003 at 02:34:00PM -0500, Bo Shi wrote:
> Hi,
>
> I recently installed Guile and SimpleSQL on an OpenBSD
> system. The installation didn't require too much
> tweaking but when I try to load the module, this message
> appears:
>
> Type "(backtrace)" to get more information or "(debug)" to enter the debugger.
> guile> (use-modules (database simplesql))
> /usr/local/share/guile/database/simplesql.scm:21:1: In procedure dynamic-func \
> in expression (load-extension "libguile-database-simplesql" "simplesql_extension_init"):
> /usr/local/share/guile/database/simplesql.scm:21:1: symbol not found
> ABORT: (misc-error)
>
> I'm new to Guile and would appreciate any input as to
> where the problem is.
Hmmm. I'm no OpenBSD expert, but I see two possibilities: either you have
a version inconsistency between your simplesql.scm and libguile-database-simplesql.so,
or Guile doesn't find the shared library
You might want to try ktrace/kdump to see whether (and if yes, which)
the library gets found and loaded.
Good luck
-- tomas
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-03-27 9:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-26 19:34 SimpleSQL problems Bo Shi
2003-03-27 9:53 ` tomas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).