ae25
![]() |
|
|
|
|
|||||||
| General General questions about the FreeBSD operating system. Ask here if your question does not fit elsewhere. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Howdy,
I hope someone can help me out with the following: I'm trying to run a Linux application using Linux emulation, but it fails with the following complaint: Code:
ELF interpreter /lib/ld-lsb.so.3 not found I have the linux.ko module loaded, linprocfs has been mounted and the following ports have been installed (not all are relevant, but hey): Code:
% ls /var/db/pkg|grep -i linux linux-f10-atk-1.24.0 linux-f10-cairo-1.8.0_1 linux-f10-curl-7.19.6_1 linux-f10-cyrus-sasl2-2.1.22_1 linux-f10-expat-2.0.1 linux-f10-flashplugin-10.3r181.34 linux-f10-fontconfig-2.6.0 linux-f10-gtk2-2.14.7_3 linux-f10-jpeg-6b linux-f10-libssh2-0.18 linux-f10-nspr-4.7.6 linux-f10-nss-3.12.3.99.3_1 linux-f10-openldap-2.4.12_1 linux-f10-openssl-0.9.8g linux-f10-pango-1.28.3 linux-f10-png-1.2.37_1 linux-f10-sqlite3-3.5.9_1 linux-f10-tiff-3.8.2 linux-f10-xorg-libs-7.4_1 linux-realplayer-10.0.9.809.20070726_2 linux_base-f10-10_4 opera-linuxplugins-11.50
__________________
It's self-perpetuating a parahumanoidarianised. -- Queen: "Back to Humans" (best song lyric ever) Last edited by fonz; July 7th, 2011 at 11:08. Reason: Solved :-) |
|
#2
|
|||
|
|||
|
Are you running it on a 64bit machine? I think it is looking for the 32 bit ld-lsb.so.3. It might not be installed on your machine and you can try looking for the package or you can download the source and compile it yourself.
I'm not 100% this is the solution, but its worth a shot. Last edited by DutchDaemon; July 7th, 2011 at 15:20. Reason: Unnecessary abbreviations. |
|
#3
|
||||
|
||||
|
Yep.
It's a 32-bit app indeed. After all, linux_base is 32-bit. Quote:
Fonz Edited to add: I couldn't find a FreeBSD port/package that contains this lib, but I found an RPM on Fedora's archive server. I installed that one and presto: my FreeBSD machine now runs Maple 14.
__________________
It's self-perpetuating a parahumanoidarianised. -- Queen: "Back to Humans" (best song lyric ever) Last edited by DutchDaemon; July 7th, 2011 at 15:22. |
![]() |
| Tags |
| linux emulation |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| find dependencies for linux package | SIFE | Porting New Software | 7 | November 27th, 2010 15:15 |
| lxpanel needs linux-alsa-lib-1.0.10.3_2 bsd.linux-rpm.mk. Install from ports failed. | dapayne12 | Installation and Maintenance of FreeBSD Ports or Packages | 0 | May 1st, 2010 21:06 |
| [Solved] [PC-BSD] Errors while installing linux opera and Linux flash 7 | dalfish | Installation and Maintenance of FreeBSD Ports or Packages | 7 | November 27th, 2009 19:11 |
| The Name of This Application ? | setti | X.Org | 7 | July 24th, 2009 13:20 |