I must have had too much 'egg-nog' when last I tried to install Kquitar, because today, December 23, it installed with no trouble after I made the soft link: /usr/lib/ln -s qt-2.3.0 qt2 Thanks for all the help.
On Sun, Dec 23, 2001 at 11:45:15AM -0600, author wrote:
I must have had too much 'egg-nog' when last I tried to install Kquitar, because today, December 23, it installed with no trouble after I made the soft link: /usr/lib/ln -s qt-2.3.0 qt2
You got me motivated to install Kguitar, however I am running into a different problem. Perhaps you may know the answer. I am using the rpm release and when I go to install it I get the following error:
error: failed dependencies: libGLcore.so.1 is needed by kguitar-0.4-1
Any ideas on how to solve this? I am using RH7.2.
Thank you,
Daniel Christle
The command rpm -qf /usr/lib/libGL.so.1 indicates that you require
Mesa-3.4-13
This is on RH7.1.
Daniel Christle wrote:
On Sun, Dec 23, 2001 at 11:45:15AM -0600, author wrote:
I must have had too much 'egg-nog' when last I tried to install Kquitar, because today, December 23, it installed with no trouble after I made the soft link: /usr/lib/ln -s qt-2.3.0 qt2
You got me motivated to install Kguitar, however I am running into a different problem. Perhaps you may know the answer. I am using the rpm release and when I go to install it I get the following error:
error: failed dependencies: libGLcore.so.1 is needed by kguitar-0.4-1
Any ideas on how to solve this? I am using RH7.2.
Thank you,
Daniel Christle _______________________________________________ Roundtable mailing list Roundtable@muug.mb.ca http://www.muug.mb.ca/mailman/listinfo/roundtable
I see that I did not quite get the library name correct, I could not find a reference to libGLcore.so.1 on RH7.1. Sorry for the confusion.
Bill Reid wrote:
The command rpm -qf /usr/lib/libGL.so.1 indicates that you require
Mesa-3.4-13
This is on RH7.1.
Daniel Christle wrote:
On Sun, Dec 23, 2001 at 11:45:15AM -0600, author wrote:
I must have had too much 'egg-nog' when last I tried to install Kquitar, because today, December 23, it installed with no trouble after I made the soft link: /usr/lib/ln -s qt-2.3.0 qt2
You got me motivated to install Kguitar, however I am running into a different problem. Perhaps you may know the answer. I am using the rpm release and when I go to install it I get the following error:
error: failed dependencies: libGLcore.so.1 is needed by kguitar-0.4-1
Any ideas on how to solve this? I am using RH7.2.
Thank you,
Daniel Christle _______________________________________________ Roundtable mailing list Roundtable@muug.mb.ca http://www.muug.mb.ca/mailman/listinfo/roundtable
Roundtable mailing list Roundtable@muug.mb.ca http://www.muug.mb.ca/mailman/listinfo/roundtable
On my system, that file belongs to
NVIDIA_GLX-1.0-1541
http://rpmfind.net also shows some matches in the XFree nvidia packages.
Sean
On Mon, 24 Dec 2001, Bill Reid wrote:
I see that I did not quite get the library name correct, I could not find a reference to libGLcore.so.1 on RH7.1. Sorry for the confusion.
Bill Reid wrote:
The command rpm -qf /usr/lib/libGL.so.1 indicates that you require
Mesa-3.4-13
This is on RH7.1.
Daniel Christle wrote:
On Sun, Dec 23, 2001 at 11:45:15AM -0600, author wrote:
I must have had too much 'egg-nog' when last I tried to install Kquitar, because today, December 23, it installed with no trouble after I made the soft link: /usr/lib/ln -s qt-2.3.0 qt2
You got me motivated to install Kguitar, however I am running into a different problem. Perhaps you may know the answer. I am using the rpm release and when I go to install it I get the following error:
error: failed dependencies: libGLcore.so.1 is needed by kguitar-0.4-1
Any ideas on how to solve this? I am using RH7.2.
Thank you,
Daniel Christle _______________________________________________ Roundtable mailing list Roundtable@muug.mb.ca http://www.muug.mb.ca/mailman/listinfo/roundtable
Roundtable mailing list Roundtable@muug.mb.ca http://www.muug.mb.ca/mailman/listinfo/roundtable
Roundtable mailing list Roundtable@muug.mb.ca http://www.muug.mb.ca/mailman/listinfo/roundtable
On Mon, Dec 24, 2001 at 06:00:12PM -0600, Bill Reid wrote:
The command rpm -qf /usr/lib/libGL.so.1 indicates that you require
Mesa-3.4-13
This is on RH7.1.
On RH 7.2 I did the install using rpm --nodeps and it worked fine. RH 7.2 has a newer version of Mesa which was not what Kguitar was looking for.
Thank you for the query command, I was unaware of anything beyond the -q (I have used Debian exclusively in the past and am just getting used to RH).
Dan