View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0022493 | Community | OCCT:Configuration | public | 2011-05-11 18:03 | 2012-10-23 18:52 |
| Reporter | Assigned To | ||||
| Priority | normal | Severity | trivial | ||
| Status | closed | Resolution | no change required | ||
| OS | All | ||||
| Summary | 0022493: Build failure on fedora | ||||
| Description | Post from Forum http://www.opencascade.org/org/forum/thread_20621/. From reporing: /usr/lib/libGL.so: could not read symbols: File in wrong format "Phil Cobbin | reply 2011/05/09 19:12 This looks like some sort of NVIDIA driver related issue. Any suggestions on how to rework the configure and get this fixed would be a big help Thanks." Post proposes a small bash script that corrects the issue. "Marco Nawijn | reply 2011/05/10 23:11 Hi Phil, Are you running Fedora. In that case it might be that libGL.so is linked to the wrong non-NVIDIA library. I had the same issue. For some reason each "yum update" invalidates the link. I have a small bash script that corrects the issue: #!/usr/bin/env bash # Author: M. Nawijn # Purpose: Restore symbolic links to NVIDIA libGL* libraries. # These symbolic links are somehow restored to default # non-NVIDIA libraries after yum update # Test for existence of NVIDIA shared libs libdir="/usr/lib64" nvlibdir="/usr/lib64/nvidia" if [ -L $nvlibdir/libGL.so ]; then echo "NVIDIA sharedlibrary exists" fi if [ -L $libdir/libGL.so ]; then echo "OpenGL sharedlibrary exists" fi \rm $libdir/libGL.so \rm $libdir/libGL.so.1 ln -s $nvlibdir/libGL.so $libdir/libGL.so ln -s %nvlibdir/libGL.so.1 $libdir/libGL.so.1 echo "NVIDIA sharedlibrary links restored." " Post: "This looks like some sort of NVIDIA driver related issue. Any suggestions on how to rework the configure and get this fixed would be a big help" Log file (bug.txt) is attached. | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-08-02 11:15 | bugmaster | Category | OCCT:DEVENV => OCCT:Development Environment |
| 2011-09-22 17:07 |
|
Assigned To | bugmaster => inv |
| 2011-09-22 17:07 |
|
Status | acknowledged => assigned |
| 2011-09-22 17:08 |
|
Fixed in Version | EMPTY => |
| 2011-09-22 17:08 |
|
Target Version | => 6.5.3 |
| 2011-09-22 17:08 |
|
Description Updated | |
| 2011-10-21 17:03 |
|
Resolution | suspended => open |
| 2011-10-21 17:03 |
|
Description Updated | |
| 2011-10-21 17:03 |
|
Steps to Reproduce Updated | |
| 2011-10-21 17:03 |
|
File Added: bug.txt | |
| 2011-11-25 14:21 |
|
Description Updated | |
| 2011-11-25 14:21 |
|
Steps to Reproduce Updated | |
| 2012-03-22 06:22 |
|
Target Version | 6.5.3 => 6.5.4 |
| 2012-10-23 18:51 |
|
Note Added: 0021910 | |
| 2012-10-23 18:51 |
|
Status | assigned => closed |
| 2012-10-23 18:51 |
|
Resolution | open => no change required |
| 2012-10-23 18:52 |
|
Target Version | 6.5.4 => |
| 2014-01-11 11:58 |
|
Category | OCCT:Development Environment => OCCT:Configuration |