Bug 145879

Summary: Missing symbolic link
Product: [Fedora] Fedora Reporter: Stephen More <stephen.more>
Component: libidnAssignee: Joe Orton <jorton>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-01-23 14:08:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Stephen More 2005-01-23 00:12:19 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; 
FunWebProducts-MyWay; .NET CLR 1.1.4322)

Description of problem:
I was trying to compile gambas and I got this error:

gcc: /usr/lib/libidn.so: No such file or directory

So I fixed it with this:

[root@localhost lib]# ls -l libidn*
-rwxr-xr-x  1 root root    795 Oct  7 12:01 libidn.la
lrwxrwxrwx  1 root root     16 Jan 17 10:00 libidn.so.11 -> 
libidn.so.11.4.6
-rwxr-xr-x  1 root root 193700 Oct  7 12:02 libidn.so.11.4.6
[root@localhost lib]# ln -
s /usr/lib/libidn.so.11.4.6 /usr/lib/libidn.so 
[root@localhost lib]# ls -l libidn*
-rwxr-xr-x  1 root root    795 Oct  7 12:01 libidn.la
lrwxrwxrwx  1 root root     25 Jan 22 18:52 libidn.so -
> /usr/lib/libidn.so.11.4.6
lrwxrwxrwx  1 root root     16 Jan 17 10:00 libidn.so.11 -> 
libidn.so.11.4.6
-rwxr-xr-x  1 root root 193700 Oct  7 12:02 libidn.so.11.4.6


Version-Release number of selected component (if applicable):
libidn-0.5.6-1

How reproducible:
Always

Steps to Reproduce:
1. install FC3
2. yum update
3. configure and make gambas-1.0.2

    

Actual Results:  gcc: /usr/lib/libidn.so: No such file or directory

Expected Results:  Compile completed successfully.

Additional info:

See also: 

http://kb.atmail.com/view_article.php?num=132&title=libidn.so:%20No%
20such%20file%20or%20directory

Comment 1 Joe Orton 2005-01-23 14:08:03 UTC
You need to install libidn-devel.

$ rpm -qf /usr/lib/libidn.so
libidn-devel-0.5.6-1