skip to Main Content

Julia + Centos – Arpack cannot be built

I installed julia (v1.1.1) via as stated in [platform specific instructions(https://julialang.org/downloads/platform.html) on my CentOS machine using yum and epel. Julia works fine, but when precompiling packages (using DataFrames for example), I get [ Info: Precompiling GLM [38e38edf-8417-5370-95a0-9cbb8c7f171a] ERROR: LoadError: No…

VIEW QUESTION

qemu-sparc vs qemu-system-sparc – CentOS

I installed CentOS 7.6 then installed all things QEMU on my machine. I have a SPARC image I need to bringing up in a VM. I've been using qemu-system-sparc. $ qemu-system-sparc -m 256 -hda solaris_v2-qemu_v2.2.0.disk -nographic -bios ./openbios-sparc32 This is…

VIEW QUESTION

MYSQL don't start – CentOS

Previously I performed the migration of my database from one directory to another within the server itself (/var/lib/mysql to /mnt/mysql) for lack of space. When starting the server again, after having changed the /etc/my.cnf with the correct directory it returns…

VIEW QUESTION
Back To Top
Search