Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-16-2009, 10:30 PM
|
#1
|
Member
Registered: Jul 2007
Distribution: Fedora, CentOS, and would like to get back to Gentoo
Posts: 332
Rep:
|
e17: EFL's are built/installed but e17-svn complains no liblua.so
My distribution is Slackware 12.2
I have built and installed all the latest enlightenment foundation libraries from svn at enlightenment.org.
./autogen.sh e17-svn is successful with no errors.
But ~$make install ends with:
gcc: /usr/lib/liblua.so: No such file or directory
and quits with error.
But I do in fact have liblua.so and it is in /usr/lib
Can't figure out what to do to complete the install.
Thanks for your time and help.
|
|
|
08-16-2009, 11:52 PM
|
#2
|
LQ Guru
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733
|
Is your slackware install for 64 bit or 32 bit? Some distro's use /lib64 and /lib whereas other use /lib & /lib32.
More likely is that when you installed the liblua package, the installer didn't run depmod -a for some reason.
You can do this yourself with "sudo /sbin/depmod -a". This will build a database of libraries that the ld loader uses.
Another possibility is that while liblua.so exists, it is a broken symbolic link, or it links to the wrong version.
Also check the install log from when you ran "./configure". If you had an initial unsuccessful attempt, start over with "make clean" (or maybe "make distclean" to clean out the intermediate files.
|
|
|
08-17-2009, 01:37 AM
|
#3
|
Member
Registered: Jul 2007
Distribution: Fedora, CentOS, and would like to get back to Gentoo
Posts: 332
Original Poster
Rep:
|
Quote:
Originally Posted by jschiwal
Is your slackware install for 64 bit or 32 bit? Some distro's use /lib64 and /lib whereas other use /lib & /lib32.
More likely is that when you installed the liblua package, the installer didn't run depmod -a for some reason.
You can do this yourself with "sudo /sbin/depmod -a". This will build a database of libraries that the ld loader uses.
Another possibility is that while liblua.so exists, it is a broken symbolic link, or it links to the wrong version.
Also check the install log from when you ran "./configure". If you had an initial unsuccessful attempt, start over with "make clean" (or maybe "make distclean" to clean out the intermediate files.
|
Thanks for the response, Jschiwal.
I'm using 32-bit slackware.
Going to try depmod right now --- uggh, did not work.
I think I'll go back and uninstall lua, then reinstall with make clean checkups along the way.
Thanks again for the thoughtful response.
|
|
|
08-17-2009, 01:46 AM
|
#4
|
LQ Guru
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,214
|
Quote:
But ~$make install ends with:
gcc: /usr/lib/liblua.so: No such file or directory
|
It looks like you're running "make install" as normal user. You have to su to root in order to run "make install".
|
|
|
08-17-2009, 09:43 AM
|
#5
|
Member
Registered: Jul 2007
Distribution: Fedora, CentOS, and would like to get back to Gentoo
Posts: 332
Original Poster
Rep:
|
Quote:
Originally Posted by bathory
It looks like you're running "make install" as normal user. You have to su to root in order to run "make install".
|
This could be, but I'm almost certain I was root at the time.
Tried it several different times and I tend to check myself alot when moving/installing things. Many "pwd" and "whoami" check-ups.
I'll try again this evening when home from work.
Thanks for your time, Mr. Bathory.
|
|
|
08-24-2009, 07:28 PM
|
#6
|
LQ Newbie
Registered: Aug 2009
Posts: 3
Rep:
|
Found the answer in the Google Code pages for ReasyE17... see Aug 17th comment at the bottom of its wiki page
a "sudo apt-get install liblua5.1-dev" fixed it right up for me... using UbuntuStudio Jaunty (with a few Karmic elements in the mix) and easy_e17.sh ...
UPDATE: switched to deb packages from packages.enlightenment.org, and these svn 41533 packages seem to work well... even the ecomorph-e17 set!
Last edited by fhteagle; 08-25-2009 at 07:56 PM.
Reason: update
|
|
|
08-24-2009, 07:29 PM
|
#7
|
LQ Newbie
Registered: Aug 2009
Posts: 3
Rep:
|
Quote:
Originally Posted by fhteagle
Found the answer in the Google Code pages for ReasyE17... see Aug 17th comment at the bottom of its wiki page
a "sudo apt-get install liblua5.1-dev" fixed it right up for me... using UbuntuStudio Jaunty (with a few Karmic elements in the mix) and easy_e17.sh ...
now back to troubleshooting ecomorph-e17 module...
|
This is the url, now that the forums should let me post links...
http://code.google.com/p/e17mods/wiki/ReasyE17
|
|
|
All times are GMT -5. The time now is 05:41 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|