duststorm wrote:bitacovir wrote:deb manager showed a dependency problem with libglew.so.1.5 So, I understood I need to install this file and I did with apt-get. However, the deb manager again shows messages of problems of dependency with libglew.so.1.5
Dependency conflicts may arise if you are mixing official and official repositories. They have nothing to do with the MH package directly, but rather with your system configuration.
You can check the origins of all packages involved in the conflict by doing
apt-cache showpkg <package name>
If they're not ubuntu official repo's, then that is probably the cause. In that case you could try removing the offending unofficial repos and reinstalling the official packages.
The fact that you have a conflict with libglew suggests that you have installed games or other 3d software from unofficial sources. This is why some people tell you that using custom APT or PPA repositories is not a good idea. Sometimes these repositories replace the libraries that come with your system by new versions and that can cause conflicts with other software.
If I misunderstood you and the package manager is simply saying that it does not know a package named libglew 1.5, then maybe your distro comes with a newer version of the package. It's possible that the MH build will work with that newer version, but the deb package could require version 1.5 specifically.
You could try downloading the tarball instead of the deb package.
You can also try the nightly build of MH alpha 8. It has fewer dependencies and is newer, so there's a better chance that it's compatible.
Hi. Thanks for your reply. I downloaded the tbz2 file and I tried this:
bitacovir@bitacovir-Precision-WorkStation-380:~/Downloads/makehuman$ sudo ./makehuman
[sudo] password for bitacovir:
./makehuman: error while loading shared libraries: libGLEW.so.1.5: cannot open shared object file: No such file or directory
trying to install it I did this:
bitacovir@bitacovir-Precision-WorkStation-380:~/Downloads/makehuman$ sudo apt-get install libglew1.5
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libglew1.5-dev' for regex 'libglew1.5'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
libglew-dev is already the newest version.
The following packages were automatically installed and are no longer required:
libreadline5 linux-headers-3.5.0-17 linux-headers-3.5.0-17-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 69 not upgraded.
bitacovir@bitacovir-Precision-WorkStation-380:~/Downloads/makehuman$