[Chicken-users] mysql-client egg not working

2012-05-19 Thread Albert Hoenigmann
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

Re: [Chicken-users] mysql-client egg not working

2012-05-19 Thread Albert Hoenigmann
Here is the additional information on my mysql-client egg not working in macosx Lion 10.7.3 after sudo chicken-install mysql-client was successful: Output from: chicken-status mysql-client: chicken-status mysql-client mysql-client version: 0.6

Re: [Chicken-users] mysql-client egg not working

2012-05-19 Thread Peter Bex
On Sat, May 19, 2012 at 04:57:16AM -0700, Albert Hoenigmann wrote: Here is the additional information on my mysql-client egg not working in macosx Lion 10.7.3 after sudo chicken-install mysql-client was successful: Output from: chicken-status mysql-client: chicken-status mysql-client

Re: [Chicken-users] mysql-client egg not working

2012-05-19 Thread Carl
Hi Albert, Could you also provide the output from the installation process, for example: chicken-install -s mysql-client mysql-egg-install.log 21 Thanks, Carl On Sat, May 19, 2012 at 9:57 PM, Albert Hoenigmann hoenigm...@gmail.com wrote: Here is the additional information on my mysql-client

Re: [Chicken-users] mysql-client egg not working

2012-05-19 Thread Carl
Hi Albert, I was able to reproduce this problem with MySQL 5.5, chicken 4.7.0, mysql-client 0.6. There's two work arounds, either change the dependent shared library install name in your installed mysql-client egg: sudo install_name_tool -change libmysqlclient.18.dylib

Re: [Chicken-users] mysql-client egg not working

2012-05-19 Thread Albert Hoenigmann
Thanks Carl. It is working now. On Sat, May 19, 2012 at 7:20 PM, Carl carl.doug...@gmail.com wrote: Hi Albert, I was able to reproduce this problem with MySQL 5.5, chicken 4.7.0, mysql-client 0.6. There's two work arounds, either change the dependent shared library install name in your