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
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