|
|
#1 | |
|
Registered User
Join Date: Jan 2010
Posts: 2
|
Hi:
Is there any plan to support 32 bit apps on 64 bit machines? I'm getting these error messages when I try to run a 32 bit app on my 64 bit machine: nihue> Allegro Package Designer L 16.3 P6 Linux IA32 (c) Copyright 1986-2009 Cadence Design Systems, Inc. All Rights Reserved. Unable to resolve function glXQueryExtension Unable to resolve function glXMakeCurrent Unable to resolve function glXQueryExtension Unable to resolve function glXMakeCurrent Unable to resolve function glXUseXFont Unable to resolve function glXUseXFont Thanks, Duane |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: May 2009
Posts: 122
|
If you have installed the nvidia drive via the script then during install you get a choice to enable 32bit support. In case you didn't do it, you would have to remove the driver and reinstall it with the 32bit support enabled.
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jan 2010
Posts: 2
|
Thanks.
We just reinstalled the driver with the 32 bit option, and I'm still getting the same error messages. I think this is a Cadence problem. Duane |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Sep 2010
Posts: 1
|
prepend the path to your 32bit opengl libraries to LD_LIBRARY_PATH, for example:
$ export LD_LIBRARY_PATH=/usr/lib32/opengl/nvidia/lib/:$LD_LIBRARY_PATH This worked for me, HTH |
|
|
|
|
![]() |
| Thread Tools | |
|
|