> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of [EMAIL PROTECTED] > Sent: Sunday, March 05, 2006 6:22 PM > To: [email protected] > 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

