OpenSolaris

Printable Version Enter a New Search
Bug ID 6563653
Synopsis xorgcfg fails with "Can't create rules structure" error message
State 10-Fix Delivered:Verified (Fix available in build)
Category:Subcategory xserver:xorg-server
Keywords s10patch-approved
Responsible Engineer Alan Coopersmith
Reported Against snv_65 , s10u4_09
Duplicate Of
Introduced In
Commit to Fix snv_67
Fixed In snv_67
Release Fixed solaris_nevada(snv_67) , solaris_10u5(s10u5_01) (Bug ID:2150358)
Related Bugs
Submit Date 30-May-2007
Last Update Date 2-August-2007
Description
/usr/X11/bin/xorgcfg exits on startup with an error message of:
Can't create rules structure.

truss shows it's looking for the XKB rules file in /usr/X11/share/X11/xkb, while
Solaris has installed it in /usr/X11/lib/X11/xkb.
*** Test Case ***
Run /usr/X11/bin/xorgcfg and verify it can start up and does not exit with an
error of "Can't create rules structure"
Work Around
As root run:
 ln -s ../lib/X11 /usr/X11/share
Comments
N/A