Problem with fedora update

After an update of fedora 14 I got this message:

new TCanvas
/usr/bin/root.exe: symbol lookup error: /usr/lib64/libAfterImage.so.0: undefined symbol: glXQueryExtension

Hi,

Sorry for late response … probably this is irrelevant now … anyway :slight_smile:

Have you recompiled root after upgrade? You definitely need to.

What version of root is this? How do you actually get it installed?

I recon you build with --disable-builtin-afterimage (usually root builds its own libAfterImage.a and links it into libASImage library). Anyway, this actually seems to be the problem between your libafterimage and GL … and root is just the victim of this.

Cheers,
Matevz

[quote=“matevz”]Hi,

Sorry for late response … probably this is irrelevant now … anyway :slight_smile:

Have you recompiled root after upgrade? You definitely need to.

What version of root is this? How do you actually get it installed?

I recon you build with --disable-builtin-afterimage (usually root builds its own libAfterImage.a and links it into libASImage library). Anyway, this actually seems to be the problem between your libafterimage and GL … and root is just the victim of this.

Cheers,
Matevz[/quote]

I didn’t recompile ROOT, because I install it from the repository. Now it works, thanks.