Re: Problem with running acroread8/linux-nvu

2009-03-12 Thread Boris Samorodov
On Fri, 13 Mar 2009 04:56:28 +0530 Manish Jain wrote:

> I am running FreeBSD7.1 on an x86 system. When I try to run acroread8
> or linux-nvu, both fail with the following error message :

> error while loading shared libraries: libgobject-2.0.so.0: cannot open
> shared object file: No such file or directory

> Interestingly, 'locate libgobject-2.0.so.0' gives the output :
> /usr/local/lib/libgobject-2.0.so.0

> So I copied /usr/local/lib/libgobject-2.0.so.0 to /usr/compat/linux/lib.

> Now I get the following message when I try to run acroread8 :
> error while loading shared libraries: /lib/libgobject-2.0.so.0: ELF
> file OS ABI invalid

> Can somebody please help me out ? Thanks in advance.

Hm, this is a third question at thre last three days. Epidemy? ;-)

To the OP: please, search archieves of this list for the last three
days and you'll find your answer.


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
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"


Problem with running acroread8/linux-nvu

2009-03-12 Thread bf

The whole point of ports is to provide an already integrated suite of 
applications; if you are copying files here-and-there, you are probably doing 
something wrong. (Yes, of course a port maintainer occasionally makes a 
mistake, and some tweaking is needed, or a port requires some configuration, 
but in general, you shouldn't need to do this.)  Here these ports are looking 
for the _Linux_ versions of these libraries, and you have moved _FreeBSD_ 
versions of these libraries into a directory they shouldn't be in, in the hopes 
that they will suffice.  Well, they won't.  The linux version of libgobject can 
be found in several of the linux base ports:

emulators/linux_base-fc4
emulators/linux_base-fc6
emulators/linux_base-f7
or
emulators/linux_base-f8

You need to install one that is compatible with your port
and it's prerequisites, and with the version of linux emulation
you are using.  For more on this, read the appropriate section
of the handbook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu.html

b.


  
___
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"


Problem with running acroread8/linux-nvu

2009-03-12 Thread Manish Jain


Hi all,

I am running FreeBSD7.1 on an x86 system. When I try to run 
acroread8 or linux-nvu, both fail with the following error message :


error while loading shared libraries: libgobject-2.0.so.0: cannot 
open shared object file: No such file or directory


Interestingly, 'locate libgobject-2.0.so.0' gives the output : 
/usr/local/lib/libgobject-2.0.so.0


So I copied /usr/local/lib/libgobject-2.0.so.0 to /usr/compat/linux/lib.

Now I get the following message when I try to run acroread8 :
error while loading shared libraries: /lib/libgobject-2.0.so.0: ELF 
file OS ABI invalid


Can somebody please help me out ? Thanks in advance.

Manish Jain
invalid.poin...@gmail.com
___
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"