This document describes how to solve opensystemeffecect errors in ubuntu. Replacing windows 7 with 64-bit ubuntu is the biggest problem that many windows software, such as powerdesigner, cannot be used. An open-source software called opensystemeffecect is said to be alternative, so I decided to try it. Opensystemeffecect website (directly open the Home Page reported 403 error, where the error link is the home page, recursive example er--|) http://www.codebydesign.com/SystemArchitect/downloads/ download opensystemcomput-4.0.0-linux-x86-64bit.tar.gz (http://www.codebydesign.com/SystemArchitect/downloads/OpenSystemArchitect-4.0.0-linux-x86-64bit.tar.gz) note that C code OSA requires that unixODBC be installed-preferrably with the GUI bits is mentioned on the homepage. therefore, you need to install the unixodbc www.2cto.com C code sudo. If you run the pt-get install unixodbc software, you cannot find libstdc ++. so.5 error: error while loading shared libraries: libstdc ++. so.5: cannot open shared object file: No such file or directory is because the gcc version of the current system is too new and there is No library of this old version. Download To http://packages.debian.org/squeeze/amd64/libstdc++5/download!
Install libstdc ++ 5Java code $ dpkg-deb-x libstdc ++ 5_3.3.6-20_amd64.deb libstdc ++ 5 $ sudo cp libstdc ++ 5/usr/lib/stlibdc ++. so.5.0.7/lib $ cd/lib $ sudo ln-s libstdc ++. so.5.0.7 libstdc ++. so.5 run the program again and the output of Segmentation fault is displayed. C code $ strace. /opensystemeffecect will find a line of open ("/etc/odbcinst. ini ", O_RDONLY) =-1 ENOENT (No such file or directory) try to create an empty file odbcinst in/etc. ini: The software runs successfully.
Author: AndyEverLie