Re: skype trouble

2007-09-01 Thread Tsu-Fan Cheng
hey, it works! thansk!!!

TFC

On 9/1/07, Mel <[EMAIL PROTECTED]> wrote:
>
> On Saturday 01 September 2007 14:17:07 Tsu-Fan Cheng wrote:
>
> > thanks for the trouble
> >
> > TFC
> >
> > On 9/1/07, Mel <[EMAIL PROTECTED]> wrote:
> > > On Saturday 01 September 2007 13:53:36 Tsu-Fan Cheng wrote:
> > > > On 9/1/07, Mel <[EMAIL PROTECTED]> wrote:
> > > > > On Saturday 01 September 2007 13:29:01 Tsu-Fan Cheng wrote:
> > > > > > skype_bin: error while loading shared libraries:
> > > > >
> > > > > /usr/X11R6/lib/libGL.so.1:
> > > > > > ELF file OS ABI invalid
> > > > > >
> > > > > > this is probably not a skype problem, but what should I do??
> > >
> > > thanks!!
> > >
> > > > > Do you have an nvidia driver installed without linux-compat?
> > > >
> > > > yah, i have nvidia-driver installed, and i have linux_enable="YES"
> in
> > > > rc.conf.
> > >
> > > If you have nvidia-driver installed, linux compat enabled but did NOT
> > > compile
> > > nvidia-driver with linux compat, that would explain this problem.
> > > You can find out by:
> > > grep LINUX /var/db/ports/nvidia-driver/options
> > >
> > > If it says WITHOUT_LINUX=true then:
> > > (cd /usr/ports/x11/nvidia-driver/ && make rmconfig )
> > > portupgrade -f nvidia-driver
> > >
> > > (Or whatever ports management tool you use)
> > > Make sure that "Build with support for Linux compatibility" is on in
> the
> > > configuration dialogue.
> > >
> > > If it says WITH_LINUX=true I'll need the output of:
> > > /compat/linux/sbin/ldconfig -p|grep libGL.so
> > /usr/ports/x11/nvidia-driver > /compat/linux/sbin/ldconfig -p|grep
> libGL.so
> > libGL.so.1 (libc6) => /usr/X11R6/lib/libGL.so.1
>
> That entry is bogus. I think you upgraded linux-dri after installing
> nvidia-driver? This should fix it:
> portupgrade -f nvidia-driver\*
>
>
> > libGL.so.1 (libc6) => /usr/lib/libGL.so.1
> That's the right one.
>
> --
> Mel
>
> People using reply to all on lists, must think I need 2 copies.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> [EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: skype trouble

2007-09-01 Thread Mel
On Saturday 01 September 2007 14:17:07 Tsu-Fan Cheng wrote:

> thanks for the trouble
>
> TFC
>
> On 9/1/07, Mel <[EMAIL PROTECTED]> wrote:
> > On Saturday 01 September 2007 13:53:36 Tsu-Fan Cheng wrote:
> > > On 9/1/07, Mel <[EMAIL PROTECTED]> wrote:
> > > > On Saturday 01 September 2007 13:29:01 Tsu-Fan Cheng wrote:
> > > > > skype_bin: error while loading shared libraries:
> > > >
> > > > /usr/X11R6/lib/libGL.so.1:
> > > > > ELF file OS ABI invalid
> > > > >
> > > > > this is probably not a skype problem, but what should I do??
> >
> > thanks!!
> >
> > > > Do you have an nvidia driver installed without linux-compat?
> > >
> > > yah, i have nvidia-driver installed, and i have linux_enable="YES" in
> > > rc.conf.
> >
> > If you have nvidia-driver installed, linux compat enabled but did NOT
> > compile
> > nvidia-driver with linux compat, that would explain this problem.
> > You can find out by:
> > grep LINUX /var/db/ports/nvidia-driver/options
> >
> > If it says WITHOUT_LINUX=true then:
> > (cd /usr/ports/x11/nvidia-driver/ && make rmconfig )
> > portupgrade -f nvidia-driver
> >
> > (Or whatever ports management tool you use)
> > Make sure that "Build with support for Linux compatibility" is on in the
> > configuration dialogue.
> >
> > If it says WITH_LINUX=true I'll need the output of:
> > /compat/linux/sbin/ldconfig -p|grep libGL.so
> /usr/ports/x11/nvidia-driver > /compat/linux/sbin/ldconfig -p|grep libGL.so
> libGL.so.1 (libc6) => /usr/X11R6/lib/libGL.so.1

That entry is bogus. I think you upgraded linux-dri after installing 
nvidia-driver? This should fix it:
portupgrade -f nvidia-driver\*


> libGL.so.1 (libc6) => /usr/lib/libGL.so.1
That's the right one.

-- 
Mel

People using reply to all on lists, must think I need 2 copies.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: skype trouble

2007-09-01 Thread Tsu-Fan Cheng
thanks Mel,
   so I do have LINUX option in nv-driver:

/usr/ports/x11/nvidia-driver > grep LINUX
/var/db/ports/nvidia-driver/options
WITH_LINUX=true

my libGL.so output is:

/usr/ports/x11/nvidia-driver > /compat/linux/sbin/ldconfig -p|grep libGL.so
libGL.so.1 (libc6) => /usr/X11R6/lib/libGL.so.1
libGL.so.1 (libc6) => /usr/lib/libGL.so.1
libGL.so.1 (ELF) => /usr/local/lib/libGL.so.1
libGL.so (ELF) => /usr/local/lib/libGL.so

thanks for the trouble

TFC

On 9/1/07, Mel <[EMAIL PROTECTED]> wrote:
>
> On Saturday 01 September 2007 13:53:36 Tsu-Fan Cheng wrote:
>
> > On 9/1/07, Mel <[EMAIL PROTECTED]> wrote:
> > > On Saturday 01 September 2007 13:29:01 Tsu-Fan Cheng wrote:
> > > > skype_bin: error while loading shared libraries:
> > >
> > > /usr/X11R6/lib/libGL.so.1:
> > > > ELF file OS ABI invalid
> > > >
> > > > this is probably not a skype problem, but what should I do??
> thanks!!
> > >
> > > Do you have an nvidia driver installed without linux-compat?
> > >
> > yah, i have nvidia-driver installed, and i have linux_enable="YES" in
> > rc.conf.
> >
>
> If you have nvidia-driver installed, linux compat enabled but did NOT
> compile
> nvidia-driver with linux compat, that would explain this problem.
> You can find out by:
> grep LINUX /var/db/ports/nvidia-driver/options
>
> If it says WITHOUT_LINUX=true then:
> (cd /usr/ports/x11/nvidia-driver/ && make rmconfig )
> portupgrade -f nvidia-driver
>
> (Or whatever ports management tool you use)
> Make sure that "Build with support for Linux compatibility" is on in the
> configuration dialogue.
>
> If it says WITH_LINUX=true I'll need the output of:
> /compat/linux/sbin/ldconfig -p|grep libGL.so
> --
> Mel
>
> People using reply to all on lists, must think I need 2 copies.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> [EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: skype trouble

2007-09-01 Thread Mel
On Saturday 01 September 2007 13:53:36 Tsu-Fan Cheng wrote:

> On 9/1/07, Mel <[EMAIL PROTECTED]> wrote:
> > On Saturday 01 September 2007 13:29:01 Tsu-Fan Cheng wrote:
> > > skype_bin: error while loading shared libraries:
> >
> > /usr/X11R6/lib/libGL.so.1:
> > > ELF file OS ABI invalid
> > >
> > > this is probably not a skype problem, but what should I do?? thanks!!
> >
> > Do you have an nvidia driver installed without linux-compat?
> >
> yah, i have nvidia-driver installed, and i have linux_enable="YES" in
> rc.conf.
>

If you have nvidia-driver installed, linux compat enabled but did NOT compile 
nvidia-driver with linux compat, that would explain this problem.
You can find out by:
grep LINUX /var/db/ports/nvidia-driver/options

If it says WITHOUT_LINUX=true then:
(cd /usr/ports/x11/nvidia-driver/ && make rmconfig )
portupgrade -f nvidia-driver

(Or whatever ports management tool you use)
Make sure that "Build with support for Linux compatibility" is on in the 
configuration dialogue.

If it says WITH_LINUX=true I'll need the output of:
/compat/linux/sbin/ldconfig -p|grep libGL.so
-- 
Mel

People using reply to all on lists, must think I need 2 copies.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: skype trouble

2007-09-01 Thread Bahman M.
>i am not sure what I did wrong, but this morning when i try skype:
>
> skype_bin: error while loading shared libraries: /usr/X11R6/lib/libGL.so.1:
> ELF file OS ABI invalid
>
> this is probably not a skype problem, but what should I do?? thanks!!
I'm not a Skype user but thought this might be of your interest:
http://yro.slashdot.org/article.pl?sid=07/08/26/1312256&from=rss

Bahman
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: skype trouble

2007-09-01 Thread Tsu-Fan Cheng
yah, i have nvidia-driver installed, and i have linux_enable="YES" in
rc.conf.

TFC

On 9/1/07, Mel <[EMAIL PROTECTED]> wrote:
>
> On Saturday 01 September 2007 13:29:01 Tsu-Fan Cheng wrote:
>
> > skype_bin: error while loading shared libraries:
> /usr/X11R6/lib/libGL.so.1:
> > ELF file OS ABI invalid
> >
> > this is probably not a skype problem, but what should I do?? thanks!!
>
> Do you have an nvidia driver installed without linux-compat?
>
> --
> Mel
>
> People using reply to all on lists, must think I need 2 copies.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> [EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: skype trouble

2007-09-01 Thread Mel
On Saturday 01 September 2007 13:29:01 Tsu-Fan Cheng wrote:

> skype_bin: error while loading shared libraries: /usr/X11R6/lib/libGL.so.1:
> ELF file OS ABI invalid
>
> this is probably not a skype problem, but what should I do?? thanks!!

Do you have an nvidia driver installed without linux-compat?

-- 
Mel

People using reply to all on lists, must think I need 2 copies.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


skype trouble

2007-09-01 Thread Tsu-Fan Cheng
Hi,
   i am not sure what I did wrong, but this morning when i try skype:

skype_bin: error while loading shared libraries: /usr/X11R6/lib/libGL.so.1:
ELF file OS ABI invalid

this is probably not a skype problem, but what should I do?? thanks!!


TFC
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"