skip to Main Content

How can I build on ubuntu something that was meant for FreeBSD?

I'm trying to build this: https://github.com/hselasky/hpsat_generate this is their makefile: PROG_CXX=hpsat_generate PREFIX?=/usr/local MAN= SRCS= hpsat_generate.cpp BINDIR?=${PREFIX}/bin .if defined(HAVE_DEBUG) CFLAGS+= -g -O0 .endif CFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib -lgmp -lgmpxx .include <bsd.prog.mk> using just make . results in Makefile:7: *** missing separator.…

VIEW QUESTION

Ubuntu / DigitalOcean – Unable to Install MySql

I’m following the LAMP tutorial on DigitalOcean (https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-22-04), but I don’t seem to be able to install MySQL on Ubuntu 22.04 . I tried deleting my droplet, making a new one, and installing MySQL before anything else, but I still…

VIEW QUESTION
Back To Top
Search