chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Deploying Bundles of Chicken Programs


From: Andy Bennett
Subject: Re: [Chicken-users] Deploying Bundles of Chicken Programs
Date: Tue, 25 Sep 2012 18:33:40 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.6esrpre) Gecko/20120817 Icedove/10.0.6

Hi,

> Here I present my findings and partially finished solution.

> deploy.sh

It appears that binaries built this way still need to be encouraged to
link against the supplied libchicken.so.6 with LD_LIBRARY_PATH=.

Also, the openssl egg seems to have trouble when deployed away from a
chicken installation:

-----
Error: (u32vector-length) bad argument type - not a structure of the
required type
#f
u32vector

        Call history:

        eval
        <syntax>          (let () (use openssl) ssl-port->tcp-port)
        <syntax>          (##core#let () (use openssl) ssl-port->tcp-port)
        <syntax>          (##core#begin (use openssl) ssl-port->tcp-port)
        <syntax>          (use openssl)
        <eval>    (use openssl)
        k732738
        g736737
        ##sys#require
        ##sys#require
        ##sys#require
        ##sys#require
        ##sys#require
        ##sys#require
        ##sys#list->vector
        make-parameter
-----

The same version of libssl is present on both machines.




Regards,
@ndy

-- 
address@hidden
http://www.ashurst.eu.org/
0x7EBA75FF




reply via email to

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