[Debian GNUstep maintainers] Bug#584505: libProjectCenter.so.0: cannot open shared object file: No such file or directory

Yavor Doganov yavor at gnu.org
Fri Jun 4 23:43:49 UTC 2010


Marc J. Driftmeyer wrote:
> Here is .bashrc

Can you check your other init files?  By "etc" I meant it can be
.xsession, .randomwm...  Any other subsequent sourcing will naturally
override all the variables previously set.

> . /usr/share/GNUstep/Makefiles/GNUstep.sh

That's correct, but there's no way (even in theory) sourcing this
script to add the bogus /usr/share/GNUstep/System/Tools to your path.
Really.  Could you please post the md5sum of
/usr/share/GNUstep/Makefiles/GNUstep.sh on your system?

> if [ `gdomap -L GDNCServer | grep -c Found` == '0' ]; then
>   echo "Starting GNUstep services..."
>   gdnc
>   gpbs
> fi

Useless check.  On Debian systems, you don't have to start gdnc and
gpbs (although for performance reasons a regular GNUstep user is
encouraged to do so).  Just start the daemons unconditionally.

Basically, we tried hard through the years to make things work out of
the box without any additional user settings.  Naturally, this
approach implies following *our/Debian* documentation...





More information about the pkg-GNUstep-maintainers mailing list