LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 07-17-2012, 05:19 AM   #1
irajjs
Member
 
Registered: Jan 2010
Location: Karaj , Iran
Distribution: Mandriva 2012
Posts: 204
Blog Entries: 1

Rep: Reputation: 15
Exclamation The installed libffi not found!


Hi

i am trying to install guile but whenever i type : "./configure" the last output lines are as follows:
.......
checking for LIBFFI... configure: error: Package requirements (libffi) were not met:

No package 'libffi' found
.....

but when i type:[root@localhost guile-2.0.6]# urpmi libffi
Package libffi4-4.6.1-3.3-mdv2011.0.i586 is already installed

What does this mean?! Please help.
Thank you in advanc
e
 
Old 07-17-2012, 06:03 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,976

Rep: Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337
try locate libffi to find out where is it installed and what is the real name of that lib.
 
2 members found this post helpful.
Old 07-17-2012, 04:38 PM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,516

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
libffi : 'configure is looking for a complete install of libffi.

So far you only have the run time files installed.
The missing files are in the package 'libffi4-devel'.

# urpmi libffi4-devel

Searching for "libffi" packages : # urpmq -fuzzy libffi

P.S.: "No package 'libffi' found" means no /usr/lib/pkgconfig/libffi.pc
( libffi.pc is a package config file.)

.
 
2 members found this post helpful.
Old 07-19-2012, 01:13 AM   #4
irajjs
Member
 
Registered: Jan 2010
Location: Karaj , Iran
Distribution: Mandriva 2012
Posts: 204

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Smile libffi locations

Quote:
Originally Posted by pan64 View Post
try locate libffi to find out where is it installed and what is the real name of that lib.
Hi
libffi ... locations:
1-Home/....
2- /usr/local/lib/
3- /usr/share/doc/
 
Old 07-19-2012, 01:20 AM   #5
irajjs
Member
 
Registered: Jan 2010
Location: Karaj , Iran
Distribution: Mandriva 2012
Posts: 204

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Exclamation No package!?

Quote:
Originally Posted by knudfl View Post
libffi : 'configure is looking for a complete install of libffi.

So far you only have the run time files installed.
The missing files are in the package 'libffi4-devel'.

# urpmi libffi4-devel

Searching for "libffi" packages : # urpmq -fuzzy libffi

P.S.: "No package 'libffi' found" means no /usr/lib/pkgconfig/libffi.pc
( libffi.pc is a package config file.)

.
Hi
[root@localhost lib]# urpmi libffi4-devel
No package named libffi4-devel
[root@localhost lib]# urpmi libffi4-devel
No package named libffi4-devel
[root@localhost lib]# urpmi libffi4
Package libffi4-4.6.1-3.3-mdv2011.0.i586 is already installed
 
Old 07-19-2012, 02:04 AM   #6
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,976

Rep: Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337
here is a list about the packages: http://rpm.pbone.net/index.php3?stat...evel&srodzaj=3. looks like its name is libffi-devel, but I'm not really sure. You can search for libffi4 package also on that page, libffi4-devel does not exist for mandriva 11.

Last edited by pan64; 07-19-2012 at 02:10 AM.
 
1 members found this post helpful.
Old 07-19-2012, 04:36 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,516

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Sorry, the package name for 2011 is 'libffi-devel'
ftp://ftp.sunet.se/pub/os/Linux/dist.../main/release/

But then again, the first command is always :
# urpmq -fuzzy <name> ( or part of name )
.... so you can see the correct name for yourself.

.

Last edited by knudfl; 07-19-2012 at 04:37 AM.
 
1 members found this post helpful.
  


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
[SOLVED] libffi in multilib slackware? BroX Slackware 1 07-17-2012 04:29 AM
where is libffi.so.6? mreff555 Linux - Software 7 05-12-2012 09:44 AM
No package 'libffi' found woow Linux - Software 7 02-07-2012 08:30 PM
zlib installed but can't be found Mark_667 Linux - Software 2 09-12-2011 12:43 PM
rpm installed right but is no where to be found! cgl72 Mandriva 3 08-17-2004 11:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 08:41 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