Install on Rocky 9 help

alt=
@itsken
5 days ago
58 posts
HI,
I'm trying to upgrade my installation to Rock9. I have LAMP loaded and trying to install Mod_Ruid2 on the system. I get the following errors - any hints on what I need ?

[root@localhost mod_ruid2-0.9.8]# /usr/bin/apxs -a -i -l cap -c mod_ruid2.c
/usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -Wall -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -c -o mod_ruid2.lo mod_ruid2.c && touch mod_ruid2.slo
/usr/lib64/apr-1/build/libtool: line 1752: gcc: command not found

php modules installed are
php php-cli php-gd php-curl php-zip php-mbstring php-mysqlnd
php is 8.2.25
michael
@michael
3 days ago
7,788 posts
Check if 'gcc' is installed
gcc --version
if its not there try
sudo apt install gcc
or for CentOS
sudo yum install gcc
alt=
@itsken
2 days ago
58 posts
its was not installed thanks

but now I get '404 url not found' when it moves to user/signup
I have mod_rewrite on
updated by @itsken: 02/19/25 04:43:08PM
alt=
@itsken
2 days ago
58 posts
OK progress - did a bunch of things, mostly around creating a Vhost ....
Now I get to the system check and there's modules that are not executable (do I need to fix them?) and ImageMagick Extension is missing - is this a php extension ?
michael
@michael
2 days ago
7,788 posts
it is a php extension.

--edit--
In this case its used to convert those iphone move/images to regular images.
updated by @michael: 02/20/25 12:39:11PM
alt=
@itsken
yesterday
58 posts
Thanks got it .... but cant figure out how to enable it, i know it has to be in php.ini but dont see an example - plus tifig is stumping me. all the doc's point to loading snapd and install from it, I loaded snap but cant get snapd to start ....
All this because I lost 2 drives on my qnap within hours of each other - ugh
michael
@michael
yesterday
7,788 posts
I'm currently enamored with grok ai its really helpful for this type of stuff:
https://x.com/i/grok?focus=1

ask: how to install ImageMagick to php on centos
one.jpg
one.jpg  •  664KB

two.jpg
two.jpg  •  685KB

three.jpg
three.jpg  •  520KB

alt=
@itsken
yesterday
58 posts
yes that is cool - is tifig a big requirement for me to run genosis ?
michael
@michael
yesterday
7,788 posts
not at all. tifig is for photographers who like to embed a bunch of extra data along with their photos. (i remember its a feature in the system but haven't ever used it)

Tags