VirtualBox

Changes between Initial Version and Version 2 of Ticket #5297


Ignore:
Timestamp:
Jan 20, 2010 10:34:04 AM (14 years ago)
Author:
Ramshankar Venkataraman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5297

    • Property Guest type otherSolaris
  • Ticket #5297 – Description

    initial v2  
    11After installing the Guest Additions for 3.0.8 (or any 3.0.x), I can't compile KDE on OpenSolaris.  After investigating, the error is the following:
    2 
     2{{{
    33pkgbuild: Undefined                     first referenced
    44pkgbuild:  symbol                           in file
     
    88pkgbuild: XDamageQueryVersion                 /usr/lib/libGL.so
    99pkgbuild: ld: fatal: symbol referencing errors. No output written to opengl
    10 
     10}}}
    1111
    1212After investigating further, the libGL.so provided by the GuestAdditions for Solaris doesn't provide the XDamage* functions and the original does.
    13 
     13{{{
    1414bretta@dev-zero:/usr/X11/lib/mesa$ nm libGL_original_.so.1 | grep -i damage
    1515[2561]  |         0|         0|FUNC |GLOB |0    |UNDEF  |XDamageAdd
     
    1919bretta@dev-zero:/usr/X11/lib/mesa$ nm libGL.so.1 | grep -i damage
    2020bretta@dev-zero:/usr/X11/lib/mesa$
    21 
     21}}}
    2222Brett Albertson

© 2023 Oracle
ContactPrivacy policyTerms of Use