LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   can't find libGLcore.so.1 (https://www.linuxquestions.org/questions/linux-software-2/cant-find-libglcore-so-1-a-76740/)

netmaniac 07-28-2003 05:24 PM

can't find libGLcore.so.1
 
I've downloaded the kmess-1.2.1mdk rpm but when i try to install it, it complains that it can't find the libGLcore.so.1 file.

As far as i'm concerned, this file comes into the nvidia drivers package that is installed and is working very well in my computer.

any suggestions?

mdk9.1 | nvidia geforce 2

jvds 07-28-2003 05:26 PM

it could be trying to link against the Mesa-Drivers. What does

find /usr -name libGLcore.so.1

show?

Rus

contrasutra 07-28-2003 05:35 PM

run "glxgears". Does it work?

If not, then you need to add "load glx" to your XFree86Config file.

Consult the Nvidia readme for all the details on configuring your XFree86Config file.

netmaniac 07-30-2003 10:12 AM

find /usr -name libGLcore.so.1 returns the following:

/usr/lib/libGLcore.so.1

And i've already setup my xf86config file according to nvidia readme file.

I've downloaded a strange libglcore.so.1.rpm, installed it, and now things are working fine. Thanks for the help anyway.

safrout 08-10-2003 07:53 PM

so can u paste here the link from where did u get 1..1.mdk version and the link to the rpm file containg the libGlcore.so.1 plz

Proud 08-11-2003 01:27 PM

I just force the KMess package, seems to work fine without-not good practice though. :rolleyes:

Santas 08-11-2003 04:00 PM

if you search in this web you can find a link to a rpm package that it solved me the same problem

the link is this one: http://lists.uugrn.org/uugrn/02/12/7971.html

F4steddie 09-04-2003 03:18 AM

X killed by libGLcore
 
I installed the above rpm on Suse 8.2 to solve a dependence for Kcmpureftpd and.... surprise!!
After reboot, when starting the X server by startx, it gives me an error (kdeinit could not start because libGLcore.so.1 file is too short).

I tried to remove the rpm (-e)but it says that it is not installed, i tried to reinstall it (-ivh or -Uvh) but it says it is installed.

I think the problem is that the package is too short... and cause some trouble on the rpm management system.

In the end i had to reinstall the system and today i'm going to try

rpm --nodeps -ivh kcmpureftpd.rpm

if it works, and i think it will, because the gears are working on my system, will be fine.

Otherwise, i will edit the /etc/pure-ftpd.conf (and a little voice says that maybe this is the best solution):)

Proud 09-04-2003 01:18 PM

When removing an rpm, you use the package name, not the filename with the .rpm ending. Man rpm :rolleyes:


All times are GMT -5. The time now is 11:52 AM.