Slight adjustment of procedure for installing Parallels on Fedora 6
#su
(root password)
#ln -s /usr/lib/libXft.so.2 /usr/lib/libXft.so.1
#rpm -ihv compat-libstdc++-33-3.2.3-61.i386.rpm
The second one is for the missing library (i.e. libstdc++.so.5)mentioned in the config in the previous reply:
/usr/lib/parallels/autostart/prl_dhcpd: /usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by /usr/lib/parallels/autostart/prl_dhcpd)
/usr/lib/parallels/autostart/prl_dhcpd: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2' not found (required by /usr/lib/parallels/autostart/prl_dhcpd)
After you link and add the library, you can install parallels:
#rpm -ihv --nodeps Parallels-2.2.2112-lin.i386.rpm
#parallels-config
Good Luck!
Art Roberts
Last edited: Dec 20, 2006