[MCOL-141] Gnome breaks after centOS7 columnstore install/reboot Created: 2016-06-14 Updated: 2023-10-26 Resolved: 2016-08-30 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Ben Thompson (Inactive) | Assignee: | Ben Thompson (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Environment: |
virtualbox centOS7 clean install |
||
| Issue Links: |
|
||||||||
| Description |
|
Clean centOS7 install rpm columnstore and run postConfigure and next reboot fails to load gnome desktop environment with login screen. Can still ssh into command line. Jun 14 15:03:11 localhost dbus-daemon: dbus[692]: [system] Activating service name='org.freedesktop.problems' (using servicehelper) |
| Comments |
| Comment by Justin Swanhart (Inactive) [ 2016-06-24 ] |
|
columnstore is dropping an old libstdc into /usr/local and it breaks ALL KINDS of apps. even cmake no longer works! |
| Comment by Justin Swanhart (Inactive) [ 2016-06-24 ] |
|
./mariadb/columnstore/lib/libstdc++.so.6 |
| Comment by Justin Swanhart (Inactive) [ 2016-06-24 ] |
|
cmake: /usr/local/mariadb/columnstore/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by cmake) |
| Comment by Justin Swanhart (Inactive) [ 2016-06-24 ] |
|
[justin@eschaton1 mariadb-columnstore-server]$ sudo rm /usr/local/mariadb/columnstore/lib/libstdc* |
| Comment by Justin Swanhart (Inactive) [ 2016-06-24 ] |
|
[justin@eschaton1 ~]$ ldd /usr/sbin/gdm|grep mariadb |
| Comment by Justin Swanhart (Inactive) [ 2016-06-24 ] |
|
even moving /usr/local/mariadb away to /usr/local/mariadb.old does not restore X Windows functionality. |
| Comment by Ben Thompson (Inactive) [ 2016-08-30 ] |
|
This appears to be resolved in the latest fixes. |