hcu5555 / tonatiuh

Automatically exported from code.google.com/p/tonatiuh
0 stars 0 forks source link

Symbolic links missing in the Tonatiuh 1.0.1 OpenSolaris installation. #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is an error that precludes Tonatiuh to run on a OpenSolaris PC, once the 
Tonatiuh 1.0.1 OpenSolaris file is downloaded and extracted into the PC.

The program has been compiled againts the major-version of each one of the 
libraries, and not againts their full-version, but the appropriate symbolic 
links are not included in the donwlodable file. Because of this, Tonatiuh 
cannot find the libraries, although they are in the folder, and cannot start.

Original issue reported on code.google.com by manuel.j...@gmail.com on 16 Jul 2010 at 5:06

GoogleCodeExporter commented 9 years ago
The problem should be corrected by now. I created the appropriate symbolic 
links in the bin/release folder of the installation package by downloading the 
package from the Tonatiuh website, extracting the package content, opening a 
command shell, navigating to the bin/release folder, and executing the 
following commands:

ln -s libCoin.so.60.1.3 libCoin.so.60
ln -s libmarblewidget.0.8.0 libmarblewidget.so.8 
ln -s libQtCore.so.4.6.2 libQtCore.so.4 
ln -s libQtGui.so.4.6.2 libQtGui.so.4 
ln -s libQtNetwork.so.4.6.2 libQtNetwork.so.4 
ln -s libQtOpenGL.so.4.6.2 libQtOpenGL.so.4 
ln -s libQtScript.so.4.6.2 libQtScript.so.4 
ln -s libQtSvg.so.4.6.2 libQtSvg.so.4 
ln -s libQtWebKit.so.4.6.2 libQtWebKit.so.4 
ln -s libQtXml.so.4.6.2 libQtXml.so.4 
ln -s libQtXmlPatterns.so.4.6.2 libQtXmlPatterns.so.4 
ln -s libSoQt.so.20.5.0 libSoQt.so.20

Once I created the symbolic links in the bin/release folder, I compressed back 
the package, and uploaded it again to the Tonatiuh website.

Original comment by manuel.j...@gmail.com on 25 Jul 2010 at 11:27

GoogleCodeExporter commented 9 years ago
There is an error in the symbolic links created in the bin/release folder. The 
marble library link has not been created. 

Original comment by amaiamut...@gmail.com on 27 Jul 2010 at 8:45

GoogleCodeExporter commented 9 years ago
I created the symbolic link for marble library, I replaced the compressed 
package in the Tonatiuh website.

Original comment by amaiamut...@gmail.com on 27 Jul 2010 at 11:58

GoogleCodeExporter commented 9 years ago

Original comment by amaiamut...@gmail.com on 27 Jul 2010 at 11:58