Hi..i installed it on archlinux and when i write into guile prompt i get:
guile> (use-modules (nala shell))
Backtrace:
In standard input:
1: 0* (use-modules (nala shell))
1: 1 (eval-case (# # *unspecified*) (else #))
1: 2 (begin (process-use-modules (list (list #))) *unspecified*)
In u
On Wed, 2013-05-01 at 10:17 -0700, Mike Gran wrote:
> Challenge #6 in the Guile 100 Programs Project is to write a Guile
> CGI script that accesses a MySQL-family database. It is the second
> challenge in this month's theme, which is "Web 1.0 --
> Web 1990s style".
>
Since we have mysql in guil
Challenge #6 in the Guile 100 Programs Project is to write a Guile
CGI script that accesses a MySQL-family database. It is the second
challenge in this month's theme, which is "Web 1.0 --
Web 1990s style".
Problem: http://www.lonelycactus.com/guile100/html/Problem-6.html
The Guile 100 Programs
Dmitry Bogatov writes:
> Hello! The following, slightly modified example from from guile-dbi
> manual returns error:
> # /usr/lib/libguile-dbi.so.2: undefined symbol: __sqlite3_query_g_db_handle)>
> # /usr/lib/libguile-dbi.so.2: undefined symbol: __sqlite3_query_g_db_handle)>
>
> and