The 22-05-2006 07:46 Gopalarathnam Venkatesan wrote:
On 05/22/06 10:57, Mikkel Mastrup Jensen wrote:

There's loads of files called libecore... What could have gone wrong, I did do ./autogen.sh, ./configure, make, make install in e17/libs/ecore after evas and before embryo, and as I said got no error messages...

Okay, sorry to sound so stupid, I'm new to all of this, I hope it's not too anoying. Now I seem to have found the solution, more or less. At http://enlightenment.freedesktop.org/ it says "Remember the default install for all autoconf based things is /usr/local. Remember to modify /etc/ld.so.conf to include /usr/local/lib (or whatever prefix you choose) and add /usr/local/bin to your PATH so the *-config scripts can be found when compiling."

So I guess I should change the line in /etc/ld.so.conf from /usr/local to /usr/local/lib. But I'm not sure what PATH is? It says "add /usr/local/bin to your PATH", is that another config file?


Hah, just as I suspected.

Okay, you need to just add "/usr/local/bin" to your PATH environment variable.

Assume, "shell>" is your shell prompt, you can do this like:
shell> export PATH=$PATH:/usr/local/bin

This is needed for the E17 packages to get the configuration parameters for compilation/linking.

Also, after modifying "/etc/ld.so.conf", remember to run "ldconfig".

HTH.


It didn't work... I edited the /etc/ld.so.conf and then ran ldconfig, then entered /usr/tmp/e17/e17/apps/e and wrote "export PATH=$PATH:/usr/local/bin", then I redid the ./autogen.sh, ./configure and make, but unfortunately I get exactly the same error, so that wasn't the problem I guess. What else can I do?



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to