Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - k.a.schubert

Pages: [1]
1
General / Make install did not install correctly
« on: May 03, 2011, 12:18:19 am »
I can confirm what Recruit0 said.

I'm doing a project in eclipse Helios on Ubuntu 11.04 and
under /usr/local/lib the dynamic linker doesn't find the sfml libs (*.so).
But under /usr/lib it's no problem, I just changed the makefile.

the error it gives me under /usr/local/lib is:
error while loading shared libraries: libsfml-graphics.so.1.6: cannot open shared object file: No such file or directory

And this file is definitely in /usr/local/lib, so this dir can't be searched.

So it works for me with different path, but i wonder how i can get  /usr/local/lib to be found by
the dynamic linker.

Tried to add a file to etc/ld.so.conf.d:

name: sfml.conf

inside I just wrote /usr/local/lib

I don't know where the connection is between sfml.conf and the libsfml-system.so for
example.

regards,
Kai

Pages: [1]
anything