Re: Linux emu: ELF file OS ABI invalid

2010-09-06 Thread Boris Samorodov
On Sun, 5 Sep 2010 20:53:18 + Mikle Krutov wrote: Thank you for your respond, and sorry for my long-time no-respond. It worked okay (now binaries run), but new problem here: ptrace attach: Operation not permitted What should i do to fix it? Can't help you here. But at least you may

Re: Linux emu: ELF file OS ABI invalid

2010-09-05 Thread Mikle Krutov
Hello, Boris! Thank you for your respond, and sorry for my long-time no-respond. It worked okay (now binaries run), but new problem here: ptrace attach: Operation not permitted What should i do to fix it? -- with best regards, Krutov Mikle ___

Linux emu: ELF file OS ABI invalid

2010-09-02 Thread Mikle Krutov
of tools and got: ./dfprospector: error while loading shared libraries: /usr/lib/libdfhack.so: ELF file OS ABI invalid What could be the source of the problem? I'm running 32-bit 8.1-STABLE FreeBSD right now. -- with best regards, Krutov Mikle ___ freebsd

Re: Linux emu: ELF file OS ABI invalid

2010-09-02 Thread Boris Samorodov
. The FreeBSD Handbook (section 10.2.3, Installing a Random Linux RPM Based Application) forbids library branding. So, i've put libs into /compat/linux/usr/lib/ and tried to run one of tools and got: ./dfprospector: error while loading shared libraries: /usr/lib/libdfhack.so: ELF file OS ABI

cups - error while loading shared libraries: /usr/lib/libcups.so.2: ELF file OS ABI invalid

2010-08-28 Thread claudiu vasadi
while loading shared libraries: /usr/lib/libcups.so.2: ELF file OS ABI invalid [...] D [28/Aug/2010:11:44:14 +0300] [Job 29] printer-state-message=/usr/local/libexec/cups/filter/rastertosamsungsplc failed [...] So I have 2 problems. 1) /usr/lib/libcups.so.2 # ldd /usr/lib/libcups.so.2 /usr/lib

Installing MATLAB: /lib/libXp.so.6: ELF file OS ABI invalid

2009-07-12 Thread Daniel Underwood
During installation of Matlab, just after accepting the licnse agreement, I get this error: /home/daniel/matlab-install/update/bin/glnx86/xsetup: error while loading shared libraries: /lib/libXp.so.6: ELF file OS ABI invalid I even tried # brandelf -t Linux /compat/linux/lib/libXp.so.6 but I

Re: Installing MATLAB: /lib/libXp.so.6: ELF file OS ABI invalid

2009-07-12 Thread Mel Flynn
On Sunday 12 July 2009 11:34:52 Daniel Underwood wrote: During installation of Matlab, just after accepting the licnse agreement, I get this error: /home/daniel/matlab-install/update/bin/glnx86/xsetup: error while loading shared libraries: /lib/libXp.so.6: ELF file OS ABI invalid I even

Re: Installing MATLAB: /lib/libXp.so.6: ELF file OS ABI invalid

2009-07-12 Thread Daniel Underwood
$ sysctl compat.linux.osrelease compat.linux.osrelease: 2.4.2 $ ls /var/db/pkg|grep linux_base linux_base-fc-4_14 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Installing MATLAB: /lib/libXp.so.6: ELF file OS ABI invalid

2009-07-12 Thread Daniel Underwood
FYI: I believe initially libXp.so.6 was not located in /compat/linux/lib/, so I copied it there from /usr/local/lib/. I believe I also tried to brand the file, but before branding the file and after branding the file I get this same error message. ___

Re: Installing MATLAB: /lib/libXp.so.6: ELF file OS ABI invalid

2009-07-12 Thread Gregory T Helton
On Sun, 12 Jul 2009 19:26:59 -0400 Daniel Underwood djuatde...@gmail.com wrote: FYI: I believe initially libXp.so.6 was not located in /compat/linux/lib/, so I copied it there from /usr/local/lib/. I believe I also tried to brand the file, but before branding the file and after branding

Re: Installing MATLAB: /lib/libXp.so.6: ELF file OS ABI invalid

2009-07-12 Thread Mel Flynn
On Sunday 12 July 2009 11:34:52 Daniel Underwood wrote: During installation of Matlab, just after accepting the licnse agreement, I get this error: /home/daniel/matlab-install/update/bin/glnx86/xsetup: error while loading shared libraries: /lib/libXp.so.6: ELF file OS ABI invalid I even

Re: Installing MATLAB: /lib/libXp.so.6: ELF file OS ABI invalid

2009-07-12 Thread Daniel Underwood
Thanks Mel, you're a genius! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

libc.so.6: ELF file OS ABI invalid

2009-04-07 Thread David Banning
I get this error when I attempt to run acroread8; /compat/linux/bin/sh: error while loading shared libraries: /usr/local/lib/libc.so.6: ELF file OS ABI invalid I get the impression maybe acroread is attempting run a linux binary using a freebsd library - but I am not sure if this is so, or how

Re: libc.so.6: ELF file OS ABI invalid

2009-04-07 Thread Tim Judd
OS ABI invalid I get the impression maybe acroread is attempting run a linux binary using a freebsd library - but I am not sure if this is so, or how to fix it. Any pointers would be appreciated. This looks like a Linux ELF file branding problem. google://linux+elf+branding That's what I'd

Re: libc.so.6: ELF file OS ABI invalid

2009-04-07 Thread Boris Samorodov
On Tue, 7 Apr 2009 12:18:30 -0400 David Banning wrote: I get this error when I attempt to run acroread8; /compat/linux/bin/sh: error while loading shared libraries: /usr/local/lib/libc.so.6: ELF file OS ABI invalid I get the impression maybe acroread is attempting run a linux binary using

Re: libc.so.6: ELF file OS ABI invalid

2009-04-07 Thread David Banning
Boris Samorodov wrote: On Tue, 7 Apr 2009 12:18:30 -0400 David Banning wrote: I get this error when I attempt to run acroread8; /compat/linux/bin/sh: error while loading shared libraries: /usr/local/lib/libc.so.6: ELF file OS ABI invalid I get the impression maybe

Re: libc.so.6: ELF file OS ABI invalid

2009-04-07 Thread David Banning
: /usr/local/lib/libc.so.6: ELF file OS ABI invalid I get the impression maybe acroread is attempting run a linux binary using a freebsd library - but I am not sure if this is so, or how to fix it. Any pointers would be appreciated. This looks like a Linux ELF file branding problem

Re: libc.so.6: ELF file OS ABI invalid

2009-04-07 Thread Boris Samorodov
OS ABI invalid I get the impression maybe acroread is attempting run a linux binary using a freebsd library - but I am not sure if this is so, or how to fix it. Any pointers would be appreciated. If you install it from ports/packages that definitely shouldn't happen. Do you have

Re: libc.so.6: ELF file OS ABI invalid

2009-04-07 Thread David Banning
You shoudn't see it with native ktrace. Seems that you rewrote your linux(?) ldconfig database. It's not so hard to restore. Remove /compat/linux/etc/ld.so.cache and rebuild it by sudo /compat/linux/sbin/ldconfig -r /compat/linux. That worked. Thanks Boris.

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-14 Thread Kris Kennaway
, | /usr/compat/linux/opt/openoffice.org2.4/program/soffice.bin: | error while loading shared libraries: | /usr/local/lib/libXext.so.6: ELF file OS ABI invalid ` that include statement leads to /usr/X11R6 Wow - can I just check that I have this right before I do it?! Best fix: rm /usr

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-14 Thread Glyn Millington
libraries: | /usr/local/lib/libXext.so.6: ELF file OS ABI invalid What I still don't get is why ldconfig doesn't find the the X11R6 directory, when /compat/linux/etc/ld.so.conf point at it include ld.so.conf.d/*.conf /lib /usr/lib /usr/local/lib it seems to be ignoring the first line

Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Glyn Millington
FreeBSD 7.0 release, ports currently up-to-date Trying to launch Linux Open Office 2.4 I get the following error message , | /usr/compat/linux/opt/openoffice.org2.4/program/soffice.bin: error while | loading shared libraries: /usr/local/lib/libXext.so.6: ELF file OS ABI | invalid

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Kris Kennaway
OS ABI | invalid ` Now I *think* that what it ought to load is /usr/compat/linux/usr/X11R6/lib/libXext.so.6 but it goes for the FreeBSD X extension lib instead. Can anyone help me to fix this? kldload linux or build it into your kernel. Kris

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Glyn Millington
libraries: /usr/local/lib/libXext.so.6: ELF file OS ABI | invalid ` Now I *think* that what it ought to load is /usr/compat/linux/usr/X11R6/lib/libXext.so.6 but it goes for the FreeBSD X extension lib instead. Can anyone help me to fix this? kldload linux or build it into your kernel

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Kris Kennaway
| loading shared libraries: /usr/local/lib/libXext.so.6: ELF file OS ABI | invalid ` Now I *think* that what it ought to load is /usr/compat/linux/usr/X11R6/lib/libXext.so.6 but it goes for the FreeBSD X extension lib instead. Can anyone help me to fix this? kldload linux or build

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Wojciech Puchar
(via rc.conf) Is it possible to use libmap.conf to persuade a Linbux binary to use a Linux library, or is that not the way to go? compile openoffice from ports. it works fine - natively. ___ freebsd-questions@freebsd.org mailing list

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Glyn Millington
/openoffice.org2.4/program/soffice.bin: error while | loading shared libraries: /usr/local/lib/libXext.so.6: ELF file OS ABI | invalid ` Now I *think* that what it ought to load is /usr/compat/linux/usr/X11R6/lib/libXext.so.6 but it goes for the FreeBSD X extension lib instead. kldload linux

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Glyn Millington
Wojciech Puchar [EMAIL PROTECTED] writes: (via rc.conf) Is it possible to use libmap.conf to persuade a Linbux binary to use a Linux library, or is that not the way to go? compile openoffice from ports. it works fine - natively. Thanks - yes it does, but it means tying up this by no means

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Wojciech Puchar
system for a couple of days while it builds. The Linux version was less than 16h on 1200Mhz CPU. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Glyn Millington
Wojciech Puchar [EMAIL PROTECTED] writes: system for a couple of days while it builds. The Linux version was less than 16h on 1200Mhz CPU. LOL - maybe I exaggerated :-) But this one has a 900Mhz CPU, and this is the fastest I have available. atb Glyn

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Mel
error message , | /usr/compat/linux/opt/openoffice.org2.4/program/soffice.bin: error | while loading shared libraries: /usr/local/lib/libXext.so.6: ELF | file OS ABI invalid ` Now I *think* that what it ought to load is /usr/compat/linux/usr/X11R6/lib/libXext.so.6

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Glyn Millington
/libXext.so.6: ELF | file OS ABI invalid ` that include statement leads to /usr/X11R6 Wow - can I just check that I have this right before I do it?! Best fix: rm /usr/X11R6 get rid of /usr/X11R6, which on a system-wide basis is a link to /usr/local touch /usr/X11R6 Create an empty

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Jan Henrik Sylvester
system for a couple of days while it builds. The Linux version was Did you try the 7-STABLE package? It will probably work on 7.0-RELEASE, too. ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7-stable/editors/openoffice.org-2.4.0_3.tbz ___

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Kris Kennaway
: /usr/local/lib/libXext.so.6: ELF | file OS ABI invalid ` that include statement leads to /usr/X11R6 Wow - can I just check that I have this right before I do it?! Best fix: rm /usr/X11R6 get rid of /usr/X11R6, which on a system-wide basis is a link to /usr/local Any suggestion

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Tijl Coosemans
: /usr/local/lib/libXext.so.6: ELF file OS ABI | invalid ` Now I *think* that what it ought to load is /usr/compat/linux/usr/X11R6/lib/libXext.so.6 but it goes for the FreeBSD X extension lib instead. Can anyone help me to fix this? If /compat/linux/usr/local doesn't exist

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Mel
: | error while loading shared libraries: | /usr/local/lib/libXext.so.6: ELF file OS ABI invalid ` that include statement leads to /usr/X11R6 Wow - can I just check that I have this right before I do it?! Best fix: rm /usr/X11R6 get rid of /usr/X11R6, which on a system-wide

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Glyn Millington
: error while | loading shared libraries: /usr/local/lib/libXext.so.6: ELF file OS ABI | invalid ` Now I *think* that what it ought to load is /usr/compat/linux/usr/X11R6/lib/libXext.so.6 but it goes for the FreeBSD X extension lib instead. Can anyone help me to fix

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Glyn Millington
/openoffice.org2.4/program/soffice.bin: | error while loading shared libraries: | /usr/local/lib/libXext.so.6: ELF file OS ABI invalid ` that include statement leads to /usr/X11R6 Wow - can I just check that I have this right before I do it?! Best fix: rm /usr/X11R6 get rid

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Tijl Coosemans
On Tuesday 13 May 2008 16:50:51 Glyn Millington wrote: Linking /compat/linux/usr/X11R6 to /compat/linux/usr/local got Openoffice running but reaplay is giving the same kind of error :-( Which error exactly? ___ freebsd-questions@freebsd.org mailing

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Glyn Millington
/linux/opt/openoffice.org2.4/program/soffice.bin: error while | loading shared libraries: /usr/local/lib/libXext.so.6: ELF file OS ABI | invalid ` Now I *think* that what it ought to load is /usr/compat/linux/usr/X11R6/lib/libXext.so.6 but it goes for the FreeBSD X extension lib

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Glyn Millington
it) [EMAIL PROTECTED]:~$ /usr/compat/linux/bin/sh realplay /usr/local/lib/RealPlayer/realplay.bin: error while loading shared libraries: /usr/local/lib/libgdk-x11-2.0.so.0: ELF file OS ABI invalid I'll bet it wants this one :-) /usr/compat/linux/usr/lib/libgdk-x11-2.0.so.0 and of course I have

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Tijl Coosemans
, | /usr/compat/linux/opt/openoffice.org2.4/program/soffice.bin: error while | loading shared libraries: /usr/local/lib/libXext.so.6: ELF file OS ABI | invalid ` Now I *think* that what it ought to load is /usr/compat/linux/usr/X11R6/lib/libXext.so.6 but it goes for the FreeBSD X

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Kris Kennaway
: | error while loading shared libraries: | /usr/local/lib/libXext.so.6: ELF file OS ABI invalid ` that include statement leads to /usr/X11R6 Wow - can I just check that I have this right before I do it?! Best fix: rm /usr/X11R6 get rid of /usr/X11R6, which on a system-wide basis is a link

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Tijl Coosemans
error exactly? This baby (sorry - should have included it) [EMAIL PROTECTED]:~$ /usr/compat/linux/bin/sh realplay /usr/local/lib/RealPlayer/realplay.bin: error while loading shared libraries: /usr/local/lib/libgdk-x11-2.0.so.0: ELF file OS ABI invalid I'll bet it wants this one

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Boris Samorodov
: /usr/local/lib/libXext.so.6: ELF file OS ABI | invalid ` Now I *think* that what it ought to load is /usr/compat/linux/usr/X11R6/lib/libXext.so.6 but it goes for the FreeBSD X extension lib instead. Can anyone help me to fix this? Please, show an output for: - % uname -a % pkg_info

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Glyn Millington
the following error message , | /usr/compat/linux/opt/openoffice.org2.4/program/soffice.bin: error while | loading shared libraries: /usr/local/lib/libXext.so.6: ELF file OS ABI | invalid ` Now I *think* that what it ought to load is /usr/compat/linux/usr/X11R6/lib/libXext.so

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Glyn Millington
/opt/openoffice.org2.4/program/soffice.bin: | error while loading shared libraries: | /usr/local/lib/libXext.so.6: ELF file OS ABI invalid ` that include statement leads to /usr/X11R6 Wow - can I just check that I have this right before I do it?! Best fix: rm /usr/X11R6 get rid of /usr

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Glyn Millington
is giving the same kind of error :-( Which error exactly? This baby (sorry - should have included it) [EMAIL PROTECTED]:~$ /usr/compat/linux/bin/sh realplay /usr/local/lib/RealPlayer/realplay.bin: error while loading shared libraries: /usr/local/lib/libgdk-x11-2.0.so.0: ELF file OS ABI

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Glyn Millington
/opt/openoffice.org2.4/program/soffice.bin: | error while loading shared libraries: | /usr/local/lib/libXext.so.6: ELF file OS ABI invalid ` that include statement leads to /usr/X11R6 Wow - can I just check that I have this right before I do it?! Best fix: rm /usr/X11R6 get rid of /usr

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Glyn Millington
: error while | loading shared libraries: /usr/local/lib/libXext.so.6: ELF file OS ABI | invalid ` Now I *think* that what it ought to load is /usr/compat/linux/usr/X11R6/lib/libXext.so.6 but it goes for the FreeBSD X extension lib instead. Can anyone help me to fix this? Please

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Boris Samorodov
On Tue, 13 May 2008 19:16:51 +0100 Glyn Millington wrote: % echo ${LD_LIBRARY_PATH} /usr/local/lib:/usr/local/share/squeak/3.7-7 The culprit is the first path. It results in non-standard linux path-finding. If you remove it all _linux_ troubles should go away. I said linux since assume that

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Glyn Millington
Boris Samorodov [EMAIL PROTECTED] writes: On Tue, 13 May 2008 19:16:51 +0100 Glyn Millington wrote: % echo ${LD_LIBRARY_PATH} /usr/local/lib:/usr/local/share/squeak/3.7-7 The culprit is the first path. It results in non-standard linux path-finding. If you remove it all _linux_ troubles

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Tijl Coosemans
/local/lib/libgdk-x11-2.0.so.0: ELF file OS ABI invalid I'll bet it wants this one :-) /usr/compat/linux/usr/lib/libgdk-x11-2.0.so.0 and of course I have just linked /usr/compat/linux/usr/local to X11R6 That's suspicious, realplayer just works for me. Do you have some LD_* variable

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Glyn Millington
Tijl Coosemans [EMAIL PROTECTED] writes: Ah! (bangs head against wall!) Yes I do:- in ~/.bashrc LD_LIBRARY_PATH=/usr/local/lib:/usr/local/share/squeak/3.7-7 Having removed that realplayer comes up with no problem. Should have spotted that one :-( So many thanks for

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Glyn Millington
libraries: | /usr/local/lib/libXext.so.6: ELF file OS ABI invalid What I still don't get is why ldconfig doesn't find the the X11R6 directory, when /compat/linux/etc/ld.so.conf point at it include ld.so.conf.d/*.conf /lib /usr/lib /usr/local/lib it seems to be ignoring the first line

Compilation error libpcre.so.0: ELF file OS ABI invalid

2007-09-28 Thread vittorio
file OS ABI invalid yes checking whether c++ accepts -g... grep: error while loading shared libraries: /usr/local/lib/libpcre.so.0: ELF file OS ABI invalid yes It seems that during the compilation a-linux-connected-lib is being looked for, doesn't it? Anyway, what should I do? Ciao Vittorio

Re: Compilation error libpcre.so.0: ELF file OS ABI invalid

2007-09-28 Thread Dan Nelson
loading shared libraries: /usr/local/lib/libpcre.so.0: ELF file OS ABI invalid yes checking whether c++ accepts -g... grep: error while loading shared libraries: /usr/local/lib/libpcre.so.0: ELF file OS ABI invalid yes It seems that during the compilation a-linux-connected-lib is being looked

Re: ELF file OS ABI invalid....

2006-07-13 Thread Boris Samorodov
not*. Which version of linux-ut you are running? It gives me the following error in its log file: Critical: Failed loading /usr/compat/linux/usr/X11R6/lib/libGL.so.1: /usr/local/ lib/libdrm.so.2: ELF file OS ABI invalid It's really strange that only linux-ut doesn't work. Eric, are you sure that you

Re: ELF file OS ABI invalid....

2006-07-13 Thread Eric Schuele
: /usr/local/ lib/libdrm.so.2: ELF file OS ABI invalid It's really strange that only linux-ut doesn't work. I agree. Eric, are you sure that you don't have any non-standard paths, LD_* or something else at your environment which ends up with searching /usr/local before /compat/linux for linux-ut

Re: ELF file OS ABI invalid....

2006-07-13 Thread Boris Samorodov
: Critical: Failed loading /usr/compat/linux/usr/X11R6/lib/libGL.so.1: /usr/local/ lib/libdrm.so.2: ELF file OS ABI invalid It's really strange that only linux-ut doesn't work. I agree. Eric, are you sure that you don't have any non-standard paths, LD_* or something else at your

Re: ELF file OS ABI invalid....

2006-07-13 Thread Boris Samorodov
. Though the message below is more descriptive now (in the 451 build) than it was when I asked him previously. It gives me the following error in its log file: Critical: Failed loading /usr/compat/linux/usr/X11R6/lib/libGL.so.1: /usr/local/ lib/libdrm.so.2: ELF file OS ABI invalid

Re: ELF file OS ABI invalid....

2006-07-13 Thread Eric Schuele
the following error in its log file: Critical: Failed loading /usr/compat/linux/usr/X11R6/lib/libGL.so.1: /usr/local/ lib/libdrm.so.2: ELF file OS ABI invalid It's really strange that only linux-ut doesn't work. I agree. Eric, are you sure that you don't have any non-standard paths, LD_* or something

Re: ELF file OS ABI invalid....

2006-07-13 Thread Eric Schuele
to figure it out. Though the message below is more descriptive now (in the 451 build) than it was when I asked him previously. It gives me the following error in its log file: Critical: Failed loading /usr/compat/linux/usr/X11R6/lib/libGL.so.1: /usr/local/ lib/libdrm.so.2: ELF file OS ABI invalid

Re: ELF file OS ABI invalid....

2006-07-13 Thread Boris Samorodov
/compat/linux/usr/X11R6/lib/libGL.so.1: /usr/local/ lib/libdrm.so.2: ELF file OS ABI invalid It's really strange that only linux-ut doesn't work. I agree. Eric, are you sure that you don't have any non-standard paths, LD_* or something else at your environment which ends up with searching

Re: ELF file OS ABI invalid....

2006-07-13 Thread Eric Schuele
/compat/linux/usr/X11R6/lib/libGL.so.1: /usr/local/ lib/libdrm.so.2: ELF file OS ABI invalid It's really strange that only linux-ut doesn't work. I agree. Eric, are you sure that you don't have any non-standard paths, LD_* or something else at your environment which ends up with searching /usr/local

Re: ELF file OS ABI invalid....

2006-07-13 Thread Boris Samorodov
previously. It gives me the following error in its log file: Critical: Failed loading /usr/compat/linux/usr/X11R6/lib/libGL.so.1: /usr/local/ lib/libdrm.so.2: ELF file OS ABI invalid It's really strange that only linux-ut doesn't work. I agree. Eric, are you sure that you don't have any non

ELF file OS ABI invalid....

2006-07-12 Thread Eric Schuele
loading /usr/compat/linux/usr/X11R6/lib/libGL.so.1: /usr/local/ lib/libdrm.so.2: ELF file OS ABI invalid Is my linux libGL.so.1 trying to use my FreeBSD libdrm.so.2? Surely that's not what is supposed to happen? I have: FreeBSD 6.1-STABLE i386 as of a few days ago. linux-atk-1.9.1

libXft.so.2: ELF file OS ABI invalid HELP

2005-01-06 Thread Jeremy Ramirez
I am trying to install HPs Web Jetadmin for Fedora Core 2 on my FreeBSD system and am getting an error when running their self-extracting file. Unfortunately they only support Suse or Fedora Linux but would like to run it on BSD in compat. mode. /usr/lib/libXft.so.2: ELF file OS ABI invalid

Re: libXft.so.2: ELF file OS ABI invalid HELP

2005-01-06 Thread Kris Kennaway
On Thu, Jan 06, 2005 at 07:30:27PM -0600, Jeremy Ramirez wrote: /usr/lib/libXft.so.2: ELF file OS ABI invalid System Info: FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC I have the Linux compat. Packages installed as well

RE: libXft.so.2: ELF file OS ABI invalid HELP

2005-01-06 Thread Jeremy Ramirez
Thanks for the info, I was able to get past it Which library/port would have the following?: Extracting Files:... ./setup: error while loading shared libraries: /usr/lib/libGL.so.1: ELF file OS ABI invalid Install script failed I

Re: libXft.so.2: ELF file OS ABI invalid HELP

2005-01-06 Thread Kris Kennaway
/lib/libGL.so.1: ELF file OS ABI invalid Install script failed I was able to find the two that came after the initial one, but now can't seem to find the GL library port for Linux... linux_mesa. Kris P.S. Don't top-post. pgpkeUaoglHIP.pgp Description: PGP signature