LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 08-16-2009, 09:30 PM   #1
Sum1
Member
 
Registered: Jul 2007
Distribution: Fedora, CentOS, and would like to get back to Gentoo
Posts: 332

Rep: Reputation: 30
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.
 
Old 08-16-2009, 10:52 PM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
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.
 
Old 08-17-2009, 12:37 AM   #3
Sum1
Member
 
Registered: Jul 2007
Distribution: Fedora, CentOS, and would like to get back to Gentoo
Posts: 332

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by jschiwal View Post
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.
 
Old 08-17-2009, 12:46 AM   #4
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
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".
 
Old 08-17-2009, 08:43 AM   #5
Sum1
Member
 
Registered: Jul 2007
Distribution: Fedora, CentOS, and would like to get back to Gentoo
Posts: 332

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by bathory View Post
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.
 
Old 08-24-2009, 06:28 PM   #6
fhteagle
LQ Newbie
 
Registered: Aug 2009
Posts: 3

Rep: Reputation: 0
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 06:56 PM. Reason: update
 
Old 08-24-2009, 06:29 PM   #7
fhteagle
LQ Newbie
 
Registered: Aug 2009
Posts: 3

Rep: Reputation: 0
Quote:
Originally Posted by fhteagle View Post
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
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SVN working copy locked error updating e17 sources. The_Seraphim Linux - Software 0 04-28-2009 03:53 AM
E17, wow manwichmakesameal Linux - Desktop 3 11-12-2007 01:11 PM
e17 preferences... sync3 Ubuntu 2 03-05-2007 11:12 AM
e17 configuration linux-rulz Linux - Software 6 09-09-2005 08:23 PM
e17 engage Kroenecker Linux - Software 2 11-11-2004 03:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 12:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration