PDA

View Full Version : Where to find libglitz-glx.so.1 & libglitz.so.1


Gayal
29th August 2006, 07:30 PM
i was installing xgl, and to proceed with
xorg-x11-server-Xgl-1.1.99.1-3.i386.rpm there are 2 dependencies asked prior
to installation.

libglitz-glx.so.1 is needed by xorg-x11-server-Xgl-1.1.99.1-3.i386
libglitz.so.1 is needed by xorg-x11-server-Xgl-1.1.99.1-3.i386

And i cant find the above. Only thing which is there is ;

glitz-glx-0.5.6-3.fc5.i386.rpm
glitz-0.5.6-3.fc5.i386.rpm

I ve done the installation according to
http://fedoraxgl.tuxfamily.org/index.php?title=Installation_en
So my conclusion is fedora manual cannot be followed all the time???
is it so??

--
Gayal Rupasinghe
SRI LANKA
(SU-APIIT)

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Nigel Henry
29th August 2006, 08:20 PM
On Tuesday 29 August 2006 20:19, Gayal wrote:
> i was installing xgl, and to proceed with
> xorg-x11-server-Xgl-1.1.99.1-3.i386.rpm there are 2 dependencies asked
> prior to installation.
>
> libglitz-glx.so.1 is needed by xorg-x11-server-Xgl-1.1.99.1-3.i386
> libglitz.so.1 is needed by xorg-x11-server-Xgl-1.1.99.1-3.i386
>
> And i cant find the above. Only thing which is there is ;
>
> glitz-glx-0.5.6-3.fc5.i386.rpm
> glitz-0.5.6-3.fc5.i386.rpm

I've just seen something to do with libglitz.so.1, admittadly the 64 bit
version, but it referenced "extras-development". It may be worth enabling
extras development, and have a look using Yumex to see if those i386
libraries are there.

Nigel.


>
> I ve done the installation according to
> http://fedoraxgl.tuxfamily.org/index.php?title=Installation_en
> So my conclusion is fedora manual cannot be followed all the time???
> is it so??

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Gayal
29th August 2006, 08:30 PM
wut is Yumex?? i386 isn't same as the i486 and i586??

On 8/30/06, Nigel Henry <cave.dnb@tiscali.fr> wrote:
>
> On Tuesday 29 August 2006 20:19, Gayal wrote:
> > i was installing xgl, and to proceed with
> > xorg-x11-server-Xgl-1.1.99.1-3.i386.rpm there are 2 dependencies asked
> > prior to installation.
> >
> > libglitz-glx.so.1 is needed by
> xorg-x11-server-Xgl-1.1.99.1-3.i386
> > libglitz.so.1 is needed by xorg-x11-server-Xgl-1.1.99.1-3.i386
> >
> > And i cant find the above. Only thing which is there is ;
> >
> > glitz-glx-0.5.6-3.fc5.i386.rpm
> > glitz-0.5.6-3.fc5.i386.rpm
>
> I've just seen something to do with libglitz.so.1, admittadly the 64 bit
> version, but it referenced "extras-development". It may be worth enabling
> extras development, and have a look using Yumex to see if those i386
> libraries are there.
>
> Nigel.
>
>
> >
> > I ve done the installation according to
> > http://fedoraxgl.tuxfamily.org/index.php?title=Installation_en
> > So my conclusion is fedora manual cannot be followed all the time???
> > is it so??
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>



--
Gayal Rupasinghe
SRI LANKA
(SU-APIIT)

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Nigel Henry
29th August 2006, 08:50 PM
On Tuesday 29 August 2006 20:19, Gayal wrote:
> i was installing xgl, and to proceed with
> xorg-x11-server-Xgl-1.1.99.1-3.i386.rpm there are 2 dependencies asked
> prior to installation.
>
> libglitz-glx.so.1 is needed by xorg-x11-server-Xgl-1.1.99.1-3.i386
> libglitz.so.1 is needed by xorg-x11-server-Xgl-1.1.99.1-3.i386
>
> And i cant find the above. Only thing which is there is ;
>
> glitz-glx-0.5.6-3.fc5.i386.rpm
> glitz-0.5.6-3.fc5.i386.rpm

I've just seen something to do with libglitz.so.1, admittadly the 64 bit
version, but it referenced "extras-development". It may be worth enabling
extras development, and have a look using Yumex to see if those i386
libraries are there.

Nigel.
>
> I ve done the installation according to
> http://fedoraxgl.tuxfamily.org/index.php?title=Installation_en
> So my conclusion is fedora manual cannot be followed all the time???
> is it so??

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Nigel Henry
29th August 2006, 09:19 PM
On Tuesday 29 August 2006 21:27, Gayal wrote:
> wut is Yumex?? i386 isn't same as the i486 and i586??

Yumex is a GUI for Yum which will display in a graphical way the contents of
the various repo's that you have enabled in /etc/yum.repos.d Install it with.
yum install yumex

You run it from the command line in the same way that you run Yum. That is,
su'ed to root.

If you enable the "extras-development" repo in /etc/yum.repos.d , you should
be able to see if the 2 libraries that you are looking for are there.

To enable the repo, you need to change the line "enabled=0" to "enabled=1".
Doing this as root in a text editor.

All the best.

Nigel.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Tim
30th August 2006, 05:19 AM
On Tue, 2006-08-29 at 22:12 +0200, Nigel Henry wrote:
> To enable the repo, you need to change the line "enabled=0" to
> "enabled=1". Doing this as root in a text editor.

I was sure that you could enable and disable repos from within Yumex,
without having to do that.

--
(Currently running FC4, in case that's important to the thread)

Don't send private replies to my address, the mailbox is ignored.
I read messages from the public lists.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Nigel Henry
30th August 2006, 12:30 PM
On Wednesday 30 August 2006 06:13, Tim wrote:
> On Tue, 2006-08-29 at 22:12 +0200, Nigel Henry wrote:
> > To enable the repo, you need to change the line "enabled=0" to
> > "enabled=1". Doing this as root in a text editor.
>
> I was sure that you could enable and disable repos from within Yumex,
> without having to do that.

Sorry. You're quite right. Personally I use Apt, and Synaptic, so am not too
familiar with Yumex, which is so darned slow compared to Synaptic.

Nigel.
>
> --
> (Currently running FC4, in case that's important to the thread)
>
> Don't send private replies to my address, the mailbox is ignored.
> I read messages from the public lists.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list