Subject: Re: same problem
From: Mladen Gavrilovic (milang@sprint.ca)
Date: Fri Aug 20 1999 - 21:16:04 EEST
ok, cd to /usr/lib, then "ls libstdc*". there should be a list of libraries there, and one should look like the one that you're having a problem with. For example, if majik complains about libstdc++-libc6.0-1.so.2, you might have a file that is libstdc++-libc6.1-1.so.2 or something like that. Then just link the file you have to the file majik wants, for example "ln -s libstdc++-libc6.1-1.so.2 libstdc++-libc6.0-1.so.2". You need to be root to do this. Also, if you download the majik source and compile it yourself (surprisingly easy and error-free on my system) you shouldn't have this problem. Rob Pryor wrote: > > I have that same error, and prior released worked fine. I've verified that > the libraries are in place still, and nothing else has changed. > ----- Original Message ----- > From: hook <hook@u.washington.edu> > To: <majik-users@majik.netti.fi> > Sent: Friday, August 20, 1999 1:12 AM > Subject: same problem > > > Ok i found a glut rpm its 3.7 and everything but i get this error when i > > try to run majik it looks similar to what problem you had. how did you > > make a symbolic link? > > > > this was my error > > "/usr/majik/majik: error in loading shared libraries: > > libstdc++-libc6.0-1.so.2: cannot open shared object file: No such file > > or directory" > > > > joshua > > > > hook@u.washington.edu > >
This archive was generated by hypermail 2b25 : Tue Feb 12 2002 - 00:03:43 EET