Link to home
Start Free TrialLog in
Avatar of GWeeK
GWeeK

asked on

Not finding imlib dependency

Hey all

Im installing the Enlightenment window manager. Before the installation I downloaded all the required libraries and applications: (http://www.enlightenment.org/pages/download.html)
After installing imlib (works fine) I tried installing fnlib, but then the fun ends. When running the configure script in fnlib directory it says it's looking for imlib config files in /usr/local/bin but cant find them. But they are there. I've added the path to ld.so.conf but that didn't help. It also suggests I set the LD_LIBRARY_PATH, how do I do that?
Appreciate any help and suggestions!
/gweek
Avatar of LamerSmurf
LamerSmurf

Hey GWeeK

You might be able to use the command ldconfig, and if not merely append the directory you installed imlib in to the LD_LIBRARY_PATH

If this does not help, the 'easy' way is to move the installed files from the imlib-package to the standard lib-dir where it will be checked.
that could be /usr/lib :)

/LamerSmurf
Hi!

Either by adding it to /etc/profile
at end of this file add a line:
LD_LIBRARY_PATH=/dir/in/which/imlib/can/be/found

Or if you just want it for the compile:
export LD_LIBRARY_PATH=/dir/in/which/imlib/can/be/found


Regards
/Hans - Erik Skyttberg
Avatar of GWeeK

ASKER

Okey, thanx to both you guys.
Still got a small problem left :).
I've now installed the fnlib libraries but when I run
rpm -Uvh enlightenment-0.16.5-1.i386.rpm, it says that
it still needs fnlib >= 0.5, libFnlib.so.0 and libFnlib.so.1.
However, I now have libFnlib.so.0 under /usr/local/bin/lib but no libFnlib.so.1. Is that why it still says fnlib is a missing dependency? Fnlib also created a share/fnlib_fonts-directory under /usr/local/bin if that means anything to you that it really has been installed correct.

I'd really appreciate a bit more help
Regards
/gweek
ASKER CERTIFIED SOLUTION
Avatar of heskyttberg
heskyttberg

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of GWeeK

ASKER

Alright,
I'll try it as soon as I get back home from work in a few hours.

Regards
/gweek
Avatar of GWeeK

ASKER

Yup, got it working.
Thnx.
/gweek