chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] repository-path problem


From: Jean-Philippe Theberge
Subject: Re: [Chicken-users] repository-path problem
Date: Fri, 14 Dec 2007 08:14:43 -0500
User-agent: Icedove 1.5.0.14pre (X11/20071025)

felix winkelmann wrote:
On Dec 13, 2007 7:47 PM, Jean-Philippe Theberge
<address@hidden> wrote:
Hi,

Because it is an app in development and the library I use may be
modified, I use an alternate path (set with repository-path) where I
copy over the libraries.

This work fine on my machine. but when I move the app on the server
(both computers are debian/amd64)
I got this error in my error.log

/var/BuddyPilots/core/dev/lib/htmlprag.so: cannot open shared object
file: No such file or directory

but it is actually there

# ls -l /var/BuddyPilots/core/dev/lib/htmlprag.so
-rwxrwxr-x 1 jphil jphil 115373 2007-12-13 13:18
/var/BuddyPilots/core/dev/lib/htmlprag.so


What is the output of

ldd /var/BuddyPilots/core/dev/lib/htmlprag.so

the output is:

not a dynamic executable

I guess I should not transfer compiled code but source and re-compile on the server. But I dont really understand why as it is the same architecture.

Thanks

--JP Theberge








reply via email to

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