CMake on Linux CentOS 7, how to force the system to use cmake3?

Once you have both the cmake and the cmake3 package installed on your machine, you can use update-alternatives to switch between both packages. Use the alternatives command to register both installations: $ sudo alternatives –install /usr/local/bin/cmake cmake /usr/bin/cmake 10 \ –slave /usr/local/bin/ctest ctest /usr/bin/ctest \ –slave /usr/local/bin/cpack cpack /usr/bin/cpack \ –slave /usr/local/bin/ccmake ccmake /usr/bin/ccmake \ … Read more

Duplicate Package – update / upgrade – Centos

For me it looks like you rebooted your computer (or it crashed) while you where in the process of upgrading packages. So new packages where installed, but old packages where not removed. First look if you have any uncomplete transactions with: yum-complete-transaction If this doesn’t help then take a look at the package-cleanup tool which … Read more

django can’t find new sqlite version? (SQLite 3.8.3 or later is required (found 3.7.17))

I got the same error in CentOS 7.6 and Python 3.7.3 versions. I think you are using Django 2.2.* some version. In latest of Django 2.2, they changed the SQLIte version, that cause of your problem. This is the release notes of Django 2.2 about SQLite. The minimum supported version of SQLite is increased from … Read more

Uncaught ReflectionException: Class log does not exist Laravel 5.2

Okay, after many hours of digging, the solution for my problem has been found. The reason why I say my problem is because the Exception is very mis-leading. Uncaught ReflectionException: Class log does not exist This exception simply means Laravel tried to log an error but couldn’t instantiate Laravel’s Log class. This is not due … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)