Jules Bean wrote:
>
>
> Looks like a configure problem.
>
> Did you use ./configure? It seems bizarre that it hadn't substituted the
> /convert path...
Yeah, I did run configure, and it did bomb the first couple of times because
I hadn't installed the right libraries (didn't realize that I needed the
jpeg-devel libraries in addition to just the jpeg libs, that sort of thing),
but once I made it all the way through all of the libraries, ./configure did
run okay with no complaints.
>
>
> Anyway, either your library installation failed entirely, or you haven't
> put them in places your system recognises.
>
> You're using redhat, right? If so, did you install the libraries via rpms?
> If not, why not?
>
Some I installed with rpm, some I didn't. When I started out on this, I was
having trouble finding all of the various files (a lot of enlightenment sites
on the WWW are apparently twenty minutes out of date and don't point to the
right stuff), so sometimes all I could find were tarballs. But in each case,
./configure+make+make install did appear to run correctly. For what it's
worth.
> If you *didn't* install them using rpm, did you in that case put them in
> /usr/local? If you put them in /usr/local, is /usr/local in your ld.conf?
> Have you rerun ldconfig since then?
Yes, the libraries which I recompiled did tend to install themselves in
/usr/local/lib. . . here's my /etc/ld.so.conf:
[michael@fred michael]$ cat /etc/ld.so.conf
/usr/X11R6/lib
/usr/i486-linuxaout/lib
/usr/i486-linux-libc5/lib
/usr/lib
/usr/local/include
/usr/local/lib
. . . and I have run ldconfig since updating that file. Before I did that, I
was getting the 'cannot find library (N)' errors mentioned in the
enlightenment FAQ.
>
>
> There's a few things to check, anyway ;-)
Yeah, been there. Maybe I'll go back over my libs again and rpm them, but I
suspect that it won't help.
-
To unsubscribe from this list send mail to: [EMAIL PROTECTED]
with the message contents: unsubscribe e-develop