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))  <--

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to