---- Original message ----
>Date: Sun, 5 Mar 2006 21:40:31 -0500
>From: "Barry, Christopher" <[EMAIL PROTECTED]>  
>Subject: Re: skype on openbsd?  
>To: <misc@openbsd.org>
>
>> -----Original Message-----
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
>> On Behalf Of [EMAIL PROTECTED]
>> Sent: Sunday, March 05, 2006 6:22 PM
>> To: misc@openbsd.org
>> Subject: skype on openbsd?
>> 
>> i saw a post just recently on bsdforums.org about getting the 
>> linux version of
>> skype running on freebsd, 
>> http://www.bsdforums.org/forums/showthread.php?t=39145
>> . i'm trying to get this working on openbsd, but when i run 
>> the static binary
>> with Qt compiled in, it tells me:
>> 
>> skype: error while loading shared libraries: libGL.so.1: 
>> cannot open shared
>> object file: No such file or directory
>> 
>> this isn't so surprising since  doesn't exist on 
>> the 3.9 snapshot from
>> 3/4 i'm running. however, other versions of the libGL.so 
>> library exist on the
>> system. i tried to follow the instructions in the post, but i 
>> couldn't find
>> libGL.so.1 since, AFAICT, it isn't generated by the 
>> redhat_base port like it is
>> for the SUSE linux emulator on freebsd.
>> 
>> any suggestions on how to get an acceptable libGL.so.1 with 
>> which to run skype?
>> 
>> cheers,
>> jake
>> 
>>
>
>
>Have you tried making a symlink named 'libGL.so.1' pointing at your
>version of the same library file? This often correct version issues in
>Linux.
>
>
>-C 
>

christopher,

yeah, i've got symlinks in both /usr/lib and /usr/local/lib for this, but no joy
yet:

$ ls -al /usr/lib/libG*                                                        
                               
lrwxr-xr-x  1 root  wheel  12 Mar  5 18:39 /usr/lib/libGL.so.1 -> libGL.so.4.0
$ ls -al /usr/local/lib/libG*
lrwxr-xr-x  1 root  wheel  12 Mar  5 18:40 /usr/local/lib/libGL.so.1 -> 
libGL.so.4.0

:|

cheers,
jake

Reply via email to