chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] repository-path problem


From: Jean-Philippe Theberge
Subject: [Chicken-users] repository-path problem
Date: Thu, 13 Dec 2007 13:47:22 -0500
User-agent: Icedove 1.5.0.14pre (X11/20071025)

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

I can fix it by copying over the htmlprag.so from the server /usr/lib/chicken/3/ but this is not what I want to do.

So the question is why is htmlprag.so not found when it is there?

Note that htmlprag is just an example. It is the same for all files.

Thanks
--

*Jean-Philippe Théberge*
*Programmeur Architecte*
Tel: (514) 353-2307







reply via email to

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