chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] mysql-client egg not working


From: Albert Hoenigmann
Subject: [Chicken-users] mysql-client egg not working
Date: Fri, 18 May 2012 23:35:52 -0700

When starting the chicken scheme interpreter (csi) and executing the
following s-expression the following error occurs in the interpreter.
The command sudo chicken-install mysql-client installed the egg
without any problems.

#;1> (use mysql-client)
; loading /usr/local/lib/chicken/6/mysql-client.import.so ...
; loading /usr/local/lib/chicken/6/scheme.import.so ...
; loading /usr/local/lib/chicken/6/chicken.import.so ...
; loading /usr/local/lib/chicken/6/foreign.import.so ...
; loading /usr/local/lib/chicken/6/irregex.import.so ...
; loading /usr/local/lib/chicken/6/data-structures.import.so ...
; loading /usr/local/lib/chicken/6/mysql-client.so ...

Error: unbound variable:
|\xcf\xfa\xed\xfe\x07\x00\x00\x01\x03\x00\x00\x00\x08\x00\x00\x00|

        Call history:

        <syntax>          (use mysql-client)
        <syntax>          (##core#require-extension (mysql-client) #t)
        <syntax>          (##core#begin (##core#begin (##core#begin
(##sys#require (quote mysql-client))) (import mysql-client......
        <syntax>          (##core#begin (##core#begin (##sys#require
(quote mysql-client))) (import mysql-client))
        <syntax>          (##core#begin (##sys#require (quote mysql-client)))
        <syntax>          (##sys#require (quote mysql-client))
        <syntax>          (quote mysql-client)
        <syntax>          (##core#quote mysql-client)
        <syntax>          (import mysql-client)
        <syntax>          (import scheme chicken foreign irregex
data-structures)
        <syntax>          (##core#undefined)
        <syntax>          (##core#undefined)
        <syntax>          (##core#undefined)
        <eval>    (##sys#require (quote mysql-client))  <--



reply via email to

[Prev in Thread] Current Thread [Next in Thread]